This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: mingw32 2.8.0 explodes on this code


Thomas Nichols <thomas.nichols@mail.com> writes:
> 
> I don't have a cygwin b18 config to test it on - is this a problem with the
> GCC code, or just with the mingw32 version?

It's a bug in gcc on all Win32 target variants.

The C compiler (cc1) is aborting due to an internal error. Here's what you
*should* see (eg., with egcs on NT -- W95 may very well not behave quite 
so well):

bomb1.c: In function `bang':
bomb1.c:19: parse error before `a'		<<<< bang0 decl.
gcc: Internal compiler error: program cc1 got fatal signal 11

I'll take a look at why cc1 is aborting.

Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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