On Wed, Jan 25, 2006 at 09:06:06AM -0500, Diego Novillo wrote:
> Paolo Bonzini wrote:
> > I suppose. I don't understand why can't you just look in
> > stage3-gcc/testsuite, but I guess you know what you're doing. :-)
> >
> Hmm, now that I think about it again. The log contains command lines
> tha
Paolo Bonzini wrote:
> I suppose. I don't understand why can't you just look in
> stage3-gcc/testsuite, but I guess you know what you're doing. :-)
>
Hmm, now that I think about it again. The log contains command lines
that use the compiler built in /gcc. Something like
/gcc/testsuite/gfortran/.
So, I would just need to move /gcc/testsuite into /stage1-gcc?
I suppose. I don't understand why can't you just look in
stage3-gcc/testsuite, but I guess you know what you're doing. :-)
Also note that with my patch you could do make check-fortran: all the
targets for the disabled languag
Paolo Bonzini wrote:
> Because all the gcc directory has been relocated in stage3-gcc. It
> allows you for example to run the testsuite for stage2 and then to
> compare stage2 and stage3 results, for example.
>
Ah, OK.
> No, it will allow you to do "make cc1plus" or "make f951" within the
> build
Diego Novillo wrote:
Paolo Bonzini wrote:
I believe it was only relocated in stage3-gcc/testsuite.
Huh. Any reason in particular? Why not leave it in /gcc?
Because all the gcc directory has been relocated in stage3-gcc. It
allows you for example to run the testsuite for stage2 a
Paolo Bonzini wrote:
> I believe it was only relocated in stage3-gcc/testsuite.
Huh. Any reason in particular? Why not leave it in /gcc?
> Right now to change the STAGE1_LANGUAGES, you have to remove the
> stage1-gcc directory. I have a patch to fix this; I'm not sure that
> the slush is the bes
I've asked about this recently, but I still cannot do what I used to do
before the toplevel bootstrap changes.
The scenario is this: I just finished bootstrapping the compiler and
found that there are new C++ and Fortran failures in the testsuite. So,
I go into and want to rebuild f951 and cc1p
I tried 'make all-stage1 STAGE1_LANGUAGES=c++,fortran'. Not only that
didn't work, it wiped the directory /gcc/testsuite.
I believe it was only relocated in stage3-gcc/testsuite.
Right now to change the STAGE1_LANGUAGES, you have to remove the
stage1-gcc directory. I have a patch to fix this