This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems compiling current CVS under cygwin.

[Get raw message]
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]