Fix bootstrap without graphite.
authorSebastian Pop <sebastian.pop@amd.com>
Tue, 28 Dec 2010 19:09:16 +0000 (19:09 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Tue, 28 Dec 2010 19:09:16 +0000 (19:09 +0000)
2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>

* Makefile.in (graphite.o): Add dependence on DIAGNOSTIC_H.
* graphite.c: Include diagnostic.h.

From-SVN: r168297

gcc/ChangeLog
gcc/Makefile.in
gcc/graphite.c

index 439e24b13c24bd2d25838e46cb883e05ca092053..8be79d5fcf0abd3755fa8a7af3d48c3072f21f01 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * Makefile.in (graphite.o): Add dependence on DIAGNOSTIC_H.
+       * graphite.c: Include diagnostic.h.
+
 2010-12-28  Sebastian Pop  <sebastian.pop@amd.com>
 
        * Makefile.in (TREE_VECTORIZER_H): Removed duplicate definition.
index b5f9bd28ba45ed48ac26f91a3d63f0f79032f1ce..01ebc4214237385362c013a6055f13b1dbf98e9f 100644 (file)
@@ -2669,9 +2669,9 @@ tree-data-ref.o : tree-data-ref.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
    $(TREE_PASS_H) langhooks.h
 sese.o : sese.c sese.h $(CONFIG_H) $(SYSTEM_H) coretypes.h tree-pretty-print.h \
    $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) tree-pass.h value-prof.h
-graphite.o : graphite.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_FLOW_H) \
-   $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h $(DBGCNT_H) \
-   graphite-ppl.h graphite-poly.h graphite-scop-detection.h \
+graphite.o : graphite.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DIAGNOSTIC_H) \
+   $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h \
+   $(DBGCNT_H) graphite-ppl.h graphite-poly.h graphite-scop-detection.h \
    graphite-clast-to-gimple.h graphite-sese-to-poly.h
 graphite-blocking.o : graphite-blocking.c $(CONFIG_H) $(SYSTEM_H) \
    coretypes.h $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
index 84a889810c493fee5e31d2532569473f4a4cee91..04462f21c4009bf4e1e8df991245f0f85b940962 100644 (file)
@@ -35,6 +35,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "diagnostic.h"
 #include "tree-flow.h"
 #include "tree-dump.h"
 #include "cfgloop.h"