Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-02-07 Thread John David Anglin
> I found the cause for the bootstrap failure. > > Normally I pass "-mpa-risc-2-0" to the boostrap compiler. This bug should now be fixed. See . Dave -- J. David Anglin [EMAIL PROTECTED] National Research Counc

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-25 Thread John David Anglin
> Ok, I did a bootstrap and testsuite run without passing -mpa-risc-2-0 to the > boostrap compiler. Testresults including configure options and environment at > > http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg01297.html > > the only acats test that failed: c52103x Your results are better than

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-25 Thread Eric Botcazou
> Ok, I did a bootstrap and testsuite run without passing -mpa-risc-2-0 to > the boostrap compiler. Testresults including configure options and > environment at > > http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg01297.html > > the only acats test that failed: c52103x Expected failure on all plat

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-25 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John David Anglin schrieb: >> Perhaps I have to be more precise. Bootstrapping ada failed! > > That's not enough! In order for someone else to duplicate the failure > and investigate the problem, you need to provide the log of what happened, > your

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-24 Thread John David Anglin
> Perhaps I have to be more precise. Bootstrapping ada failed! That's not enough! In order for someone else to duplicate the failure and investigate the problem, you need to provide the log of what happened, your configure command, etc. For example, I would have never guessed that you were usin

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-24 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John David Anglin schrieb: >> I found the cause for the bootstrap failure. >> >> Normally I pass "-mpa-risc-2-0" to the boostrap compiler. This produces >> PA-RISC2.0 optimized executables. As you can see: >> >> file gcc >> gcc:PA-RISC2.0 s

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-24 Thread John David Anglin
> I found the cause for the bootstrap failure. > > Normally I pass "-mpa-risc-2-0" to the boostrap compiler. This produces > PA-RISC2.0 optimized executables. As you can see: > > file gcc > gcc:PA-RISC2.0 shared executable dynamically linked -not stripped > > This option prevents a s

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-24 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John David Anglin schrieb: >> I tried bootstrapping the latest 4.0 revesion without luck. > > Suggest that you submit a GCC PR including the precise failure point, > configure command, and preprocessed source if applicable. > > Dave Perhaps I have t

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-24 Thread John David Anglin
> I tried bootstrapping the latest 4.0 revesion without luck. Suggest that you submit a GCC PR including the precise failure point, configure command, and preprocessed source if applicable. Dave -- J. David Anglin [EMAIL PROTECTED] National Research Council of Ca

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-24 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John David Anglin schrieb: >>> gnat1: out of memory allocating 19028192 bytes after a total of 92324 bytes >>> gmake[2]: *** [ada/ada.o] Error 1 > > My guess is that this is a problem with the bootstrap compiler. There > is a known issue with all 3.3

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-24 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John David Anglin schrieb: >>> gnat1: out of memory allocating 19028192 bytes after a total of 92324 bytes >>> gmake[2]: *** [ada/ada.o] Error 1 > > My guess is that this is a problem with the bootstrap compiler. There > is a known issue with all 3.3

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on

2006-01-23 Thread John David Anglin
> > gnat1: out of memory allocating 19028192 bytes after a total of 92324 bytes > > gmake[2]: *** [ada/ada.o] Error 1 My guess is that this is a problem with the bootstrap compiler. There is a known issue with all 3.3 releases that require compiling stage 1 with -O1. I think there's also a probl

Re: bootstrap failure for Ada gcc 4.1 Revision 110108 on hppa2.0w-hp-hpux11.00

2006-01-23 Thread Laurent GUERBY
According to http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg01207.html 4.1 was building on hppa2.0w-hp-hpux11.11 as of rev 110094, not very far from your 110108. What is your last successful 4.1 build revision on hppa2.0w-hp-hpux11.00? Laurent On Mon, 2006-01-23 at 14:49 +0100, Rainer Emrich w