------- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-08 14:23 ------- reinterpret_cast<unsigned int&>(t) = 1077936128; //binary float reinterpret_cast<unsigned int&>(t) = 1077936128; //binary float value
You are violating C/C++ aliasing rules as you are accessing a float as int. *** 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=27955