Hey Chris, The latest tcc work is in the mob branch, and there have been preprocessor fixes in there recently. You should definitely work off of that branch.
David On Thu, May 19, 2016 at 2:10 PM, Chris Marshall <[email protected]> wrote: > 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 <[email protected]> > 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 <[email protected]> >> 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 > [email protected] > https://lists.nongnu.org/mailman/listinfo/tinycc-devel > > -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." -- Brian Kernighan
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
