This is the mail archive of the gcc-patches@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: ICE outputting unaligned fp constant on powerpc-apple-darwin5.1


>>>>> "Stuart" == Stuart Hastings <stuart@apple.com> writes:

 > + void static fail (char *problem)
 > + {
 > +   printf (problem);
 > +   printf ("\n");
 > +   abort ();
 > + }

standard pratice is to just abort, no error messages.  Your fail()s
should be abort()s.

Aldy


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