Matt Zimmerman <[EMAIL PROTECTED]> 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 h
On Thu, Jul 17, 2003 at 02:21:02AM +, Adam M. Costello wrote:
> There is nothing remotely suspicious about the code that would deserve a
> warning; it is entirely C89 conformant. Presumably math.h (or something
> included by it) needs a tweak in its #if directives.
>
> There might be other s
Package: gcc-3.3
Version: 1:3.3.1-0pre0
Severity: minor
Consider the following .c file:
#include
double x = HUGE_VAL;
gcc -ansi -pedantic -Wall gives the warning "use of C99 hexadecimal
floating constant". There is nothing remotely suspicious about the
code that would deserve a warning
3 matches
Mail list logo