This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix bootstrap failure on i686-pc-linux-gnu
Hi Caroline,
> I don't know what the best thing to do would be. I have updated the
> patch I submitted last night to deal with Richard Henderson's
> comment (and Geoff's patch) and I'm in the middle of running tests
> on it. The first profiledbootstrap appears to be working, so I was
> about to submit it for approval. On the other hand it will take
> another day to finish running all the tests...on the third hand :-)
> if we revert the patch from April 9, then I have to re-create the
> patch all over and start the tests all over again.
>
> I'll do whatever people think should be done at this point.
> Comments please?
If it takes another day to finish running all the tests, I would say
that it's safe to revert your April 9 change, and when your testing is
done, submit a patch that combines all of
1. your April 9 change,
2. Geoff's patch, and
3. your updated patch.
If you do so, I don't think you'd have to start all over and retest
everything. You can "reuse" the result of the testing that you are
doing right now.
Kazu Hirata