Le mercredi 20 mars 2013 04:10:28, Austin English a écrit :
> Howdy,
> 
> I'm trying to narrow down a file that fails to compile with tinycc,
> but works with gcc/clang. The exact error is:
> stateblock.c:875: error: '}' expected (got ",")

Note that you should precompile with tcc itself if you want to have a good 
diagnostic because some expression in headers are dependant of the compilers. 
In the libc headers there is a few expression using gcc's extension which 
don't work for tcc but there is a conditional mechanism to select an 
alternative for other compilers.

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to