------- Comment #2 from pinskia at gcc dot gnu dot org 2008-01-18 01:18 ------- Can you try -O2 -fno-strict-aliasing or -O2 -fwrapv ? This might not be a GCC issue but the source could be dependent on undefined behavior.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34841