summaryrefslogtreecommitdiff
path: root/gcc/genconditions.c
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2010-07-09 01:34:40 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2010-07-09 01:34:40 +0000
commit79a3f089cc926c3355c93a3f01db1f02ba7a9e04 (patch)
tree2e061f74a786e9b9af44ee0043310637464b8c03 /gcc/genconditions.c
parent2188fc59636112522cba28b7f3712db33bcfa940 (diff)
genrecog.c: Include diagnostic-core.h before toplev.h.
2010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org> * genrecog.c: Include diagnostic-core.h before toplev.h. * genoutput.c: Likewise. * genextract.c: Likewise. * genautomata.c: Likewise. * genemit.c: Likewise. * genpeep.c: Likewise. * genattrtab.c: Likewise. * genconditions.c: Likewise. * genpreds.c: Likewise. From-SVN: r161983
Diffstat (limited to 'gcc/genconditions.c')
-rw-r--r--gcc/genconditions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genconditions.c b/gcc/genconditions.c
index 2d93c3470d6..f356519935c 100644
--- a/gcc/genconditions.c
+++ b/gcc/genconditions.c
@@ -86,6 +86,7 @@ write_header (void)
#include \"flags.h\"\n\
#include \"hard-reg-set.h\"\n\
#include \"resource.h\"\n\
+#include \"diagnostic-core.h\"\n\
#include \"toplev.h\"\n\
#include \"reload.h\"\n\
#include \"tm-constrs.h\"\n");