[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-05-09 Thread sje at gcc dot gnu dot org
--- Comment #12 from sje at gcc dot gnu dot org 2006-05-09 20:02 --- Subject: Bug 26872 Author: sje Date: Tue May 9 20:00:55 2006 New Revision: 113661 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113661 Log: PR bootstrap/26872 * config.gcc

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-05-09 Thread sje at gcc dot gnu dot org
--- Comment #13 from sje at gcc dot gnu dot org 2006-05-09 20:03 --- Subject: Bug 26872 Author: sje Date: Tue May 9 20:02:29 2006 New Revision: 113662 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113662 Log: PR bootstrap/26872 * config.gcc

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-05-05 Thread sje at cup dot hp dot com
--- Comment #10 from sje at cup dot hp dot com 2006-05-05 22:51 --- For GCC 4.1 we changed the documentation to say that we require (rather than just recommend) using GAS and not the HP assembler so I am going to resolve this as invalid since it is using the HP assembler (based on the

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-05-05 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca 2006-05-05 23:08 --- Subject: Re: Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2 --- Comment #10 from sje at cup dot hp dot com 2006-05-05 22:51 --- For GCC 4.1 we changed the documentation to say

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-04-09 Thread danglin at gcc dot gnu dot org
--- Comment #9 from danglin at gcc dot gnu dot org 2006-04-09 21:10 --- Why did you use the HP assembler? GAS is well tested. The HP assembler is never tested and has serious limitations with anything but C. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26872

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-26 16:19 --- *** Bug 26873 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26872

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-26 16:24 --- This usually means you are configuring with the correct options in that --with-gas is needed if you are using GNU binutils' as. How did you configure and how did you build GCC? -- pinskia at gcc dot gnu dot

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread jacky dot yu at betasystems dot com
--- Comment #4 from jacky dot yu at betasystems dot com 2006-03-26 17:32 --- On the HP-UX 11.00 system, I already had a GCC 4.0.2 binaries, downloaded from ftp.thewrittenword.com, installed at /usr/local/bin, which I used to bootstrap GCC 4.1.0. I used the following command to

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-26 17:40 --- So did you do make or make bootstrap? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26872

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread jacky dot yu at betasystems dot com
--- Comment #6 from jacky dot yu at betasystems dot com 2006-03-26 21:52 --- I just did a make -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26872

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-03-26 23:47 --- Can you try make bootstrap instead as this sounds like a bug in 4.0.2 and not in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-26 Thread jacky dot yu at betasystems dot com
--- Comment #8 from jacky dot yu at betasystems dot com 2006-03-27 02:13 --- I tried to build with make bootstrap and it failed at the exact same spot: ./xgcc -B./ -B/devtools/gcc-4.1.0/hppa2.0w-hp-hpux11.00/bin/ -isystem /devtools/gcc-4.1.0/hppa2.0w-hp-hpux11.00/include -isystem

[Bug bootstrap/26872] Internal Compiler Error when bootstrap GCC 4.1.0 with GCC 4.0.2

2006-03-25 Thread jacky dot yu at betasystems dot com
--- Comment #1 from jacky dot yu at betasystems dot com 2006-03-26 04:16 --- Created an attachment (id=11126) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11126action=view) The output from running the command with -E option --