------- 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
pinskia at gcc dot gnu dot org Wed, 20 Oct 2004 05:00:10 -0700
------- 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