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: 3.2 PATCH: Fix _IEEE_FP etc. definitions on alpha


Rainer Orth wrote:-

> This happens because the definition of HUGE_VAL changed compared to gcc
> 3.1.  The wrong definition is chosen because <math.h> requires _IEEE_FP to
> be defined, whereas your patch renamed the macro to __IEEE_FP (with two
> leading underscores).

Oops, sorry about that.

> The following trivial patch fixes this.
> 
> C-only bootstrap in progress.  Ok for mainline if it passes?

I think your patch qualifies as obvious in this case.

Neil.


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