This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: innovative new build failure
On Jan 19, 2007, at 8:46 PM, Ian Lance Taylor wrote:
Yikes, my fault. I wonder why it didn't fail for me?
Trivially, you've not updated your tree... See, you did an rm -rf of
the build tree after -Werrror was broken on Jan 4th and built, but
you didn't update to pick up the fix for that breakage in r120947,
and yet, you checked in r120995. r120947 < r120995. :-)
Top-level:
2007-01-18 Mike Stump <mrs@apple.com>
* configure.in: Re-enable -Werror for gcc builds.
fixed it.