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] Define TARGET_C99_FUNCTIONS on AIX 5.x


On Thu, 3 Jul 2003, David Edelsohn wrote:
> >>>>> Roger Sayle writes:
> Roger> 2003-07-03  Roger Sayle  <roger@eyesopen.com>
> Roger>
> Roger> * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
> Roger> * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
> Roger> Ok for mainline?
>
> Yep, thanks!

Many thanks.


> BTW, any idea why gcc.dg/builtins-18.c is failing with link_error?

Yep.  I have a solution that'll enable optimizations of sqrt at the
RTL-level on powerpc (and other targets without sqrtdf2 patterns) by
using REG_EQUAL notes.

However, I'd prefer to wait until Geoff Keating approves David
Anglin's current fixes and documentation for REG_EQUAL notes first.
I feel kind of guilty that it was one of my REG_EQUAL note patches
that introduced Dave's bootstrap failure, and that he's having so
much trouble fixing the broken code of the latent bug its exposed.

Roger
--


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