[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#201658: gcc-3.3: unjustified warning for C89 code using HUGE_VAL



Matt Zimmerman <mdz@debian.org> wrote:

> My copy of bits/huge_val.h does this:
> 
> #if __GNUC_PREREQ(2,96)
> # define HUGE_VAL       (__extension__ 0x1.0p2047)
> #else
> [...]

Mine too.

> I think __extension__ should be suppressing [the warning].

Maybe that's the bug; __extension__ is not having its intended effect.

AMC



Reply to: