http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53726
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hjl.tools at gmail dot com --- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> 2012-06-20 14:19:29 UTC --- (In reply to comment #3) > I added executable testcase. Command line to compile > > gcc -g -ansi -O3 -ffast-math -msse2 -mfpmath=sse -m32 -static -march=corei7 > -mtune=corei7 test.c m.c > Please compare results without -static.