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.