http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55566
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW --- Comment #10 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-12-03 06:45:32 UTC --- Thanks for the experiment. I think that you just need to always bootstrap the compiler (i.e. don't pass --disable-bootstrap) since it's precisely designed to avoid this kind of problems. For cross-compilers, the trick is to bootstrap a native compiler and use it to build them.