Problems compiling current CVS under cygwin.

Neil Booth neil@daikokuya.demon.co.uk
Sun Nov 18 12:27:00 GMT 2001


Andy Hare wrote:-

> shows that extern_C_braces is an array of 20 chars and
> extern-C-braces_length is 26. I have been stepping through the code for some
> time before this happens.

One good kludge deserves another.  Does replacing

char extern_C_braces[20];

with

char extern_C_braces[100];

solve the problem?  If so, I'll change it.

Neil.



More information about the Gcc-bugs mailing list