fuhsnn / slimcc

C11 compiler with GNU extensions for x86-64 Linux, working towards C23
MIT License
42 stars 6 forks source link

Failure to report omitted variable names in declarations #82

Closed brdjns closed 2 months ago

brdjns commented 2 months ago

slimcc exhibits erroneous behaviour for the following:

int = 5;

It doesn't seem to compile this at all, let alone report that the variable name has been omitted.

fuhsnn commented 2 months ago

Fixed, thank you for reporting.