This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49909] FSF gcc 4.6.1 fails to bootstrap on Core Solo/Core Duo
- From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 30 Jul 2011 14:22:09 +0000
- Subject: [Bug target/49909] FSF gcc 4.6.1 fails to bootstrap on Core Solo/Core Duo
- Auto-submitted: auto-generated
- References: <bug-49909-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49909
--- Comment #8 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-07-30 14:22:07 UTC ---
Also, while I don't have a Core Solo or Core Duo machine to test this on, I
would expect this issue to exist on other i386-*-* targets. The default build
will create a multilibs for x86_64 but the build will fail in the x86_64
multilib for libquadmath (which is unique in the FSF gcc multilibs as its
configure tries to execute generated code). Surely this late failure in the
bootstrap is considered a bug.