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:
> 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 <bld>/gcc. Something like
<bld>/gcc/testsuite/gfortran/../../gfortran, right?
If I had to rebuild the stage1 binaries inside <bld>/stage1-gcc, it
seems to me that I won't be able to cut and paste from gfortran.log
anymore. I will have to modify all the paths to <bld>/stage1-gcc?