From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: "Todd Goodman" Cc: cygwin@sourceware.cygnus.com Subject: Re: GCC Internal Compiler Error When Compiling with -pipe Date: Sun, 28 Feb 1999 08:41:00 -0000 Message-id: <199902281641.KAA11646@modi.xraylith.wisc.edu> In-reply-to: Your message of "Sun, 28 Feb 1999 11:09:44 EST." < 000b01be6334$c2405dc0$0301a8c0@tgoodman8 > References: <000b01be6334$c2405dc0$0301a8c0@tgoodman8> X-SW-Source: 1999-02/msg00941.html "Todd Goodman" writes: > Back in November there was a brief discussion of the error: > > Making all in common > gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -pipe -c capability.c > /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler > error in function pexecute > > Mumit asked if it went away when building without -pipe and it does indeed. > > Would it be useful if I put up the code that produces this problem on a web > site > (it's from Freeciv)? > Yes, please. I'd like to take a look before egcs-1.1.2 is out of the door. Could you please the pre-processed output and put that up? $ gcc -save-temps -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall \ -pipe -c capability.c will create capability.i file. That's what I need. Since it's just one file, you can just gzip it and email it to me (either as an attachment or in the text as uuencoded). Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: "Todd Goodman" Cc: cygwin@sourceware.cygnus.com Subject: Re: GCC Internal Compiler Error When Compiling with -pipe Date: Sun, 28 Feb 1999 23:02:00 -0000 Message-ID: <199902281641.KAA11646@modi.xraylith.wisc.edu> References: <000b01be6334$c2405dc0$0301a8c0@tgoodman8> X-SW-Source: 1999-02n/msg00943.html Message-ID: <19990228230200.KhnHtLZeFayMuDOJVkcyt22CnezTuMsIGnzfmbd6dNA@z> "Todd Goodman" writes: > Back in November there was a brief discussion of the error: > > Making all in common > gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -pipe -c capability.c > /home/noer/src/b20/comp-tools/devo/gcc/pexecute.c:245: Internal compiler > error in function pexecute > > Mumit asked if it went away when building without -pipe and it does indeed. > > Would it be useful if I put up the code that produces this problem on a web > site > (it's from Freeciv)? > Yes, please. I'd like to take a look before egcs-1.1.2 is out of the door. Could you please the pre-processed output and put that up? $ gcc -save-temps -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall \ -pipe -c capability.c will create capability.i file. That's what I need. Since it's just one file, you can just gzip it and email it to me (either as an attachment or in the text as uuencoded). Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com