patch to prevent compile time warnings in fp-bit.c

Nick Clifton nickc@cygnus.com
Thu Dec 2 02:57:00 GMT 1999


Hi Jeff,

:   > 1999-12-01  Nick Clifton  <nickc@cygnus.com>
:   > 
:   > 	* config/fp-bit.c: Initialise all fields of the NAN
:   > 	constants. 
: This is fine.

Ok - patch applied.

: Normally it would not be, but fp-bit is already using enough ANSI & GCC
: extensions that I'm not worried about the ANSI dependency this patch
: installs (exercise for the patch submitter, why does this patch depend on
: ANSI behavior, no fair using -Wtraditional to find it :-)

This would be the static initialisation of a union, yes ?

: Hmm, this probably is going to trigger warnings from -Wtraditional...  Hmmm..

Does that matter ?  When would fp-bit.c ever be compiled with
-Wtraditional ?

Cheers
	Nick


More information about the Gcc-patches mailing list