------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-20 11:59 ------- Either use an union to extract the component or use -fno-strict-aliasing. You are violating aliasing rules. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18074