This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.2 PATCH: Fix _IEEE_FP etc. definitions on alpha
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 25 Jun 2002 22:45:42 +0100
- Subject: Re: 3.2 PATCH: Fix _IEEE_FP etc. definitions on alpha
- References: <15640.58548.234485.94837@xayide.TechFak.Uni-Bielefeld.DE>
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.