"brian m. carlson" <sand...@crustytoothpaste.ath.cx> writes:

> I expect that when used on a POSIX system (at least in strict POSIX mode
> or when invoked as "c99"), gcc-4.4 neither warns nor generates code
> contrary to POSIX with -O2 -Wall.

You can add -fno-strict-aliasing which will disable the optimisation
and thus prevent the warning.  -O2 is documented to include
-fstrict-aliasing which is the optimisation that causes the warning.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to