mirror of git://gcc.gnu.org/git/gcc.git
Use diagnostic-core.h instead of diagnostic.h.
2010-12-28 Sebastian Pop <sebastian.pop@amd.com> * Makefile.in (graphite.o): Depends on DIAGNOSTIC_CORE_H. (graphite-clast-to-gimple.o): Same. (graphite-poly.o): Same. * graphite-clast-to-gimple.c: Include diagnostic-core.h. * graphite-poly.c: Same. * graphite.c: Same. From-SVN: r168310
This commit is contained in:
parent
c97c25c0b9
commit
32a73fc494
|
|
@ -1,3 +1,12 @@
|
||||||
|
2010-12-28 Sebastian Pop <sebastian.pop@amd.com>
|
||||||
|
|
||||||
|
* Makefile.in (graphite.o): Depends on DIAGNOSTIC_CORE_H.
|
||||||
|
(graphite-clast-to-gimple.o): Same.
|
||||||
|
(graphite-poly.o): Same.
|
||||||
|
* graphite-clast-to-gimple.c: Include diagnostic-core.h.
|
||||||
|
* graphite-poly.c: Same.
|
||||||
|
* graphite.c: Same.
|
||||||
|
|
||||||
2010-12-28 Richard Guenther <rguenther@suse.de>
|
2010-12-28 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
PR debug/46931
|
PR debug/46931
|
||||||
|
|
|
||||||
|
|
@ -2669,7 +2669,7 @@ tree-data-ref.o : tree-data-ref.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||||
$(TREE_PASS_H) langhooks.h
|
$(TREE_PASS_H) langhooks.h
|
||||||
sese.o : sese.c sese.h $(CONFIG_H) $(SYSTEM_H) coretypes.h tree-pretty-print.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
|
$(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 $(DIAGNOSTIC_H) \
|
graphite.o : graphite.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DIAGNOSTIC_CORE_H) \
|
||||||
$(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.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 \
|
$(DBGCNT_H) graphite-ppl.h graphite-poly.h graphite-scop-detection.h \
|
||||||
graphite-clast-to-gimple.h graphite-sese-to-poly.h
|
graphite-clast-to-gimple.h graphite-sese-to-poly.h
|
||||||
|
|
@ -2677,7 +2677,7 @@ graphite-blocking.o : graphite-blocking.c $(CONFIG_H) $(SYSTEM_H) \
|
||||||
coretypes.h $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
coretypes.h $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||||
sese.h graphite-ppl.h graphite-poly.h
|
sese.h graphite-ppl.h graphite-poly.h
|
||||||
graphite-clast-to-gimple.o : graphite-clast-to-gimple.c $(CONFIG_H) \
|
graphite-clast-to-gimple.o : graphite-clast-to-gimple.c $(CONFIG_H) \
|
||||||
$(SYSTEM_H) coretypes.h $(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) \
|
$(SYSTEM_H) coretypes.h $(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) $(TREE_DUMP_H) \
|
||||||
$(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h graphite-cloog-util.h \
|
$(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h graphite-cloog-util.h \
|
||||||
graphite-ppl.h graphite-poly.h graphite-clast-to-gimple.h \
|
graphite-ppl.h graphite-poly.h graphite-clast-to-gimple.h \
|
||||||
graphite-dependences.h graphite-cloog-compat.h
|
graphite-dependences.h graphite-cloog-compat.h
|
||||||
|
|
@ -2693,7 +2693,7 @@ graphite-interchange.o : graphite-interchange.c $(CONFIG_H) $(SYSTEM_H) \
|
||||||
coretypes.h $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
coretypes.h $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||||
sese.h graphite-ppl.h graphite-poly.h
|
sese.h graphite-ppl.h graphite-poly.h
|
||||||
graphite-poly.o : graphite-poly.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
graphite-poly.o : graphite-poly.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||||
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) gimple-pretty-print.h \
|
$(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) $(TREE_DUMP_H) gimple-pretty-print.h \
|
||||||
$(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h graphite-ppl.h graphite-poly.h \
|
$(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h graphite-ppl.h graphite-poly.h \
|
||||||
graphite-dependences.h graphite-cloog-util.h
|
graphite-dependences.h graphite-cloog-util.h
|
||||||
graphite-ppl.o : graphite-ppl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
graphite-ppl.o : graphite-ppl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "coretypes.h"
|
#include "coretypes.h"
|
||||||
#include "diagnostic.h"
|
#include "diagnostic-core.h"
|
||||||
#include "tree-flow.h"
|
#include "tree-flow.h"
|
||||||
#include "tree-dump.h"
|
#include "tree-dump.h"
|
||||||
#include "cfgloop.h"
|
#include "cfgloop.h"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "coretypes.h"
|
#include "coretypes.h"
|
||||||
#include "diagnostic.h"
|
#include "diagnostic-core.h"
|
||||||
#include "tree-flow.h"
|
#include "tree-flow.h"
|
||||||
#include "tree-dump.h"
|
#include "tree-dump.h"
|
||||||
#include "gimple-pretty-print.h"
|
#include "gimple-pretty-print.h"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "coretypes.h"
|
#include "coretypes.h"
|
||||||
#include "diagnostic.h"
|
#include "diagnostic-core.h"
|
||||||
#include "tree-flow.h"
|
#include "tree-flow.h"
|
||||||
#include "tree-dump.h"
|
#include "tree-dump.h"
|
||||||
#include "cfgloop.h"
|
#include "cfgloop.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue