wgtdkp / wgtcc

A small C11 compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect constant implementation

huangguiyang opened this issue · comments

commented
char c[((unsigned)-1 >> 2) + 1];

The size should be 1073741824, but wgtcc fold it to 0.