Re: internal compiler error with gcc 4
Re: internal compiler error with gcc 4
- Subject: Re: internal compiler error with gcc 4
- From: Andrew Pinski <email@hidden>
- Date: Fri, 20 May 2005 09:10:59 -0400
On May 20, 2005, at 9:05 AM, Matt Gough wrote:
When trying to build the Deployment build of my app using gcc 4, I get
the following in one of our routines:
internal compiler error: in compare_and_jump_seq, at
loop-unswitch.c:122
Apart from changing the compiler's settings, is there anything I can
do in my code to make this less likely to happen?
You are compiling with -O3, so using -fno-unswitch-loops will work
around it.
This was FSF GCC bug 21330 which will be fixed in 4.0.1.
Thanks,
Andrew Pinski
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden