http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55961
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-14 13:16:40 UTC --- Btw, previously we'd have #ifndef GENERATOR_FILE around gmp.h includes. I didn't see the point of this, but if it's not really required there we can re-instantiate it. Not sure if it's a good idea to change effective system.h behavior though - system.h is included in configure tests. I doubt we "properly" separate tests for build vs. host. Do we?