[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Compiling preprocessed files with tinycc?
From: |
Thomas Preud'homme |
Subject: |
Re: [Tinycc-devel] Compiling preprocessed files with tinycc? |
Date: |
Wed, 20 Mar 2013 10:25:32 +0100 |
User-agent: |
KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) |
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
signature.asc
Description: This is a digitally signed message part.