Vexu / arocc

A C compiler written in Zig.
http://aro.vexu.eu/
MIT License
1.11k stars 57 forks source link

`double` specifier should be allowed to combine with `long` #736

Closed ehaas closed 2 months ago

ehaas commented 2 months ago

We allow long double but not double long:

double long x;
test.c:1:8: error: cannot combine with previous 'double' specifier
double long x;
       ^