------- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-03 23:27 ------- You are violating C aliasing rules, use an union (which is non standard) or memcpy. int res = ((int*)&ix)[1];
*** 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=27412