mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 19:41:29 +08:00
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>
|
||||
|
||||
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
|
||||
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 $(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 \
|
||||
$(DBGCNT_H) graphite-ppl.h graphite-poly.h graphite-scop-detection.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) \
|
||||
sese.h graphite-ppl.h graphite-poly.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 \
|
||||
graphite-ppl.h graphite-poly.h graphite-clast-to-gimple.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) \
|
||||
sese.h graphite-ppl.h graphite-poly.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 \
|
||||
graphite-dependences.h graphite-cloog-util.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 "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "diagnostic.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "cfgloop.h"
|
||||
|
@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "diagnostic.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
|
@ -35,7 +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 "diagnostic-core.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-dump.h"
|
||||
#include "cfgloop.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user