------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-06 14:36 ------- Note You are validing C aliasing rules: float *p = (float*)&v;
Use an union or -fno-strict-aliasing. But that does not change the problem. -- What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21149