This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: <bld>/gcc/testsuite disappears when recompiling
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 directory for the stage1 compiler, even if the stage1 compiler
> does not have C++ and Fortran 95 enabled.
>
Even better. Thanks!
So, I would just need to move <bld>/gcc/testsuite into <bld>/stage1-gcc?