diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/genconditions.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9437414..fc20023 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-10-04 Trevor Saunders <tsaunders@mozilla.com> + + PR pch/63429 + * genconditions.c: Directly include ggc.h before rtl.h. + 2014-10-03 Jan Hubicka <hubicka@ucw.cz> * ipa-polymorphic-call.c diff --git a/gcc/genconditions.c b/gcc/genconditions.c index 8390797..048a992 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -70,6 +70,7 @@ write_header (void) #include \"coretypes.h\"\n\ #include \"tm.h\"\n\ #include \"insn-constants.h\"\n\ +#include \"ggc.h\"\n\ #include \"rtl.h\"\n\ #include \"tm_p.h\"\n\ #include \"function.h\"\n\ |