This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49840] [4.7 Regression] New test failures
- From: "hjl.tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 25 Jul 2011 14:30:51 +0000
- Subject: [Bug middle-end/49840] [4.7 Regression] New test failures
- Auto-submitted: auto-generated
- References: <bug-49840-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49840
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.7.0 |---
--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2011-07-25 14:30:49 UTC ---
(In reply to comment #1)
> Can't reproduce this on a x86_64 host. I tried -m32 -mno-sse -march=i386
> and also -march=i686.
On Linux/x86-64 host, please configure gcc with
CC="gcc -m32" CXX="g++ -m32" ../src-trunk/configure i686-linux
This is how I test GCC for Linux/ia32 on Linux/x86-64.