This temporarily adds -fpermissive to the gimple-match.c compile to allow bootstrapping.
Bootstrapped and tested on x86_64-unknown-linux-gnu for all languages. Richard. 2014-03-17 Richard Biener <rguent...@suse.de> * Makefile.in (gimple-match.o-warn): Temporarily add -fpermissive to allow bootstrapping. Index: gcc/Makefile.in =================================================================== --- gcc/Makefile.in (revision 208609) +++ gcc/Makefile.in (working copy) @@ -196,7 +196,7 @@ GCC_WARN_CXXFLAGS = $(LOOSE_WARN) $($(@D # flex output may yield harmless "no previous prototype" warnings build/gengtype-lex.o-warn = -Wno-error gengtype-lex.o-warn = -Wno-error -gimple-match.o-warn = -Wno-error +gimple-match.o-warn = -Wno-error -fpermissive # All warnings have to be shut off in stage1 if the compiler used then # isn't gcc; configure determines that. WARN_CFLAGS will be either