------- Comment #1 from pinskia at gcc dot gnu dot org 2007-02-19 02:12 ------- You are violating C aliasing rules, use -fno-strict-aliasing or fix the code so you don't violate the rules.
*** This bug has been marked as a duplicate of 21920 *** -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30855