[Bug c/38140] [4.4 Regression] ice for C code with -O2

2008-11-15 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-11-15 23:16 --- The source is buggy, *(void **)(&callback_func) = parm; violates strict aliasing (with absolutely no reason, callback_func = parm; would work perfectly). That said, gcc shouldn't ICE on such code anyway. -- jakub

[Bug c/38140] [4.4 Regression] ice for C code with -O2

2008-11-15 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Known to fail||4.4