This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81516] Wrong code with -m32 -O2 on x86_64-linux-gnu
- From: "mednafen at sent dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 22 Jul 2017 19:54:28 +0000
- Subject: [Bug target/81516] Wrong code with -m32 -O2 on x86_64-linux-gnu
- Auto-submitted: auto-generated
- References: <bug-81516-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81516
mednafen at sent dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mednafen at sent dot com
--- Comment #2 from mednafen at sent dot com ---
Created attachment 41811
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41811&action=edit
alternate, further reduced test case
bug occurs with: -O2 -m32 -march=i686 -msse2 -mfpmath=387
but not with: -O2 -m32 -march=i686 -msse2 -mfpmath=sse