It looks like this is definitely a bug in the version of tcc git I have.
At least the error message I'm getting in the code does not appear
to be possible since the error call is from skip() but there are no
calls to skip() that could have the ')' as reported in the error so
something is off-by-one or something.

Will try the current git mob next.

--Chris

On Thu, May 19, 2016 at 1:49 PM, Chris Marshall <devel.chm...@gmail.com>
wrote:

> Is it possible that this could be a bug in the tcc preprocessing?
>
> On Thu, May 19, 2016 at 10:33 AM, Chris Marshall <devel.chm...@gmail.com>
> wrote:
>
>> Thanks for the help.
>>
>> I've got tcc building but the bcheck.c compile is failing
>> when the stdlib.h is pulled in.  My next step is to try
>> the same with the latest tcc git.  I'm not sure what the
>> best way to proceed woud be.  The top level gcc build
>> can correctly (for cygwin) process the various system
>> include files.  It is only when tcc tries to process those
>> same files that the problems start.  Maybe there is a
>> wayto use the gcc step to generate a tcc version of the
>> include files.
>>
>>
>>
>>
>
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to