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: Patch for 12028 on 3.4 branch


>>>>> "Geoffrey" == Geoffrey Keating <gkeating@geoffk5.apple.com> writes:

 > Since no-one seems interested in actually fixing the bug, this
 > changes the compilation failure into a helpful message.

Arghhh... I guess I've been testing mostly on the 3.3-e500 branch.  I
should take care of this.

 > +#if ! ENABLE_CHECKING
 > +      if (TARGET_E500)
 > +	inform ("your function will be miscompiled");
 > +      else
 > +#endif

Aldy


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