This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/52041] [4.7 Regression] Bootstrap failure at revision 183650 with --enable-checking=release
- From: "iains at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 30 Jan 2012 20:34:08 +0000
- Subject: [Bug bootstrap/52041] [4.7 Regression] Bootstrap failure at revision 183650 with --enable-checking=release
- Auto-submitted: auto-generated
- References: <bug-52041-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52041
--- Comment #14 from Iain Sandoe <iains at gcc dot gnu.org> 2012-01-30 20:34:08 UTC ---
(In reply to comment #13)
> OK. I've been using the command lines from my build log, with modification to
> the path to account for the stage2/stage3 ... so like
> in stage3-gcc/
> ../stage3-gcc/g++ ...
typo
../stage2-gcc/g++ ... of course.