[Bug bootstrap/50206] New: Internal compiler error in xgcc while trying to bootstrap 4.6.1

2011-08-26 Thread david at thornley dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50206

 Bug #: 50206
   Summary: Internal compiler error in xgcc while trying to
bootstrap 4.6.1
Classification: Unclassified
   Product: gcc
   Version: 4.6.1
Status: UNCONFIRMED
  Severity: blocker
  Priority: P3
 Component: bootstrap
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: da...@thornley.net


I am running Ubuntu 10.04 LTS on an Intel Core 2, and wanted to install a later
version of gcc.  I downloaded gcc-4.6.1-tar.gz on August 25, 2011, opened it
up, and tried to bootstrap.  The source was in directory gcc-4.6.1, and I was
trying to compile in directory gcc-4.6.1-bin.  I executed the following from
that directory:

../gcc-4.6.1/configure --program-prefix=my
ls
make
make bootstrap
make clean
make bootstrap

I got crashes on all makes (except make clean), but am only reporting the last.

There was a lot of output.  I copy-pasted the terminal to file error.txt
(attached) from the command that started the crash to the end of the output.


[Bug bootstrap/50206] Internal compiler error in xgcc while trying to bootstrap 4.6.1

2011-08-26 Thread david at thornley dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50206

--- Comment #1 from David H Thornley  2011-08-27 
03:06:05 UTC ---
Created attachment 25116
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25116
Terminal output from the crash