This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Provide special function to find ranges used for aliasing


On Mon, 12 Dec 2005, Richard Guenther wrote:

> On Mon, 12 Dec 2005, Eric Botcazou wrote:
> 
> > > Bootstrapped and regtested on x86_64-unknown-linux-gnu on mainline and
> > > IAB.  Ada won't bootstrap for me with a gcc 3.3 based installation
> > > (insert random rant here), so it got no testing.
> > 
> > Could you elaborate?  The 3.3.x system compiler on my SuSE 9.2 AMD64 
> > bootstraps the 4.0.x, 4.1 and 4.2 Ada compilers just fine:
> > http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00651.html
> > http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00571.html
> > http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00654.html
> 
> I'm getting
> 
> gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING      -gnatpg -gnata 
> -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/eval_fat.adb -o 
> ada/eval_fat.o
> gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING      -gnatpg -gnata 
> -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/exp_sel.adb -o 
> ada/exp_sel.o
> exp_sel.adb:29:06: file "nmake.ads" not found
> exp_sel.adb:29:06: "Exp_Sel (body)" depends on "Nmake (body)"
> exp_sel.adb:29:06: "Nmake (body)" depends on "Nmake (spec)"
> make[2]: *** [ada/exp_sel.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory `/abuild/rguenther/obj/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/abuild/rguenther/obj/gcc'
> make: *** [bootstrap] Error 2
> 
> with gnat-3.3.3-43.41 from SLES9 SP3-beta.

Though I realize, this may be (a perfectly reproducable) dependecy
problem, as I'm building with -j4.

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]