This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50010] [4.7 regression] i386-unknown-freebsd bootstrap comparison failure
- From: "gary at intrepid dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 20 Aug 2011 19:35:11 +0000
- Subject: [Bug bootstrap/50010] [4.7 regression] i386-unknown-freebsd bootstrap comparison failure
- Auto-submitted: auto-generated
- References: <bug-50010-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50010
--- Comment #6 from Gary Funck <gary at intrepid dot com> 2011-08-20 19:35:11 UTC ---
(In reply to comment #2)
> (In reply to comment #0)
> > x86_64-unknown-freebsd seems to work, and with nobody seeing this on GNU/Linux
> > I am wondering whether this may be due to i386 (vs i586)?
>
> Can you trigger this bug on linux (either x86_64 or i686) using following
> configure string:
>
> CC="gcc -m32" CXX="g++ -m32" <gcc-src>/configure i586-linux
On FC14 x86_64, after installing the i686 libraries for
{gmp,libmpc,mpfr}{,-devel}, built against trunk
revision 177922 (last changed 2011-08-19 17:18:07 PDT),
the build completed *without* error.
I'll try trunk revision r177218 (reported by Gerald) for completeness,
and post the results.