This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50206] Internal compiler error in xgcc while trying to bootstrap 4.6.1
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 27 Aug 2011 08:01:58 +0000
- Subject: [Bug bootstrap/50206] Internal compiler error in xgcc while trying to bootstrap 4.6.1
- Auto-submitted: auto-generated
- References: <bug-50206-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50206
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-27 08:01:58 UTC ---
It is gmp that is aborting. Do you run from inside a virtual machine? Make
sure that kvm/qemu is configured for an existing CPU, gmp is known to abort()
on the impossible default values kvm/qemu returns for cpuid().
Not a GCC bug.