------- Comment #3 from pinskia at gcc dot gnu dot org 2009-03-30 23:57 -------
BYTE b[4]; *((DWORD *)b) = x; this is violating aliasing rules. Does adding -fno-strict-aliasing allow this to work? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39593
pinskia at gcc dot gnu dot org Mon, 30 Mar 2009 16:57:37 -0700
------- Comment #3 from pinskia at gcc dot gnu dot org 2009-03-30 23:57 -------
BYTE b[4]; *((DWORD *)b) = x; this is violating aliasing rules. Does adding -fno-strict-aliasing allow this to work? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39593