On 1/30/07, Brooks Moses <[EMAIL PROTECTED]> wrote:
I've been trying to track down an build failure that I was pretty sure
came about from some patches I've been trying to merge, but I've now
reduced things to a bare unmodified tree and it's still failing. I
could have sworn that it wasn't doing that until I started adding
things, though, so I'm posting about it here before I make a bug report
so y'all can tell me if I did something dumb.
Essentially, what's happening is that I've got a build tree configured
with --enable-checking=all, and the first time it tries to use xgcc to
compile something, it dies with an ICE. Here are the gory details:
This is fold-checking tripping over bugs - this is also well-known, just
don't use --enable-checking=all. (but =yes)
Richard.