From: rguenth Date: Tue, 14 Aug 2012 11:14:08 +0000 (+0000) Subject: 2012-08-14 Richard Guenther X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4fa1427290880749a8b5ed9f92136a595c72232;p=thirdparty%2Fgcc.git 2012-08-14 Richard Guenther * tree-into-ssa.c: Include diagnostic-core.h. * Makefile.in (tree-into-ssa.o): Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190380 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b0cb30889fa2..0ecc4a117ff7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-08-14 Richard Guenther + + * tree-into-ssa.c: Include diagnostic-core.h. + * Makefile.in (tree-into-ssa.o): Adjust. + 2012-08-14 Richard Guenther * tree-into-ssa.c (update_ssa): Verify we do not rename diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 29bd1aa586b8..65a49d79d7ad 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2248,7 +2248,7 @@ tree-ssa.o : tree-ssa.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \ $(GIMPLE_H) $(TREE_INLINE_H) $(TARGET_H) \ $(GIMPLE_PRETTY_PRINT_H) $(CFGLOOP_H) tree-into-ssa.o : tree-into-ssa.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \ - $(TREE_H) $(TM_P_H) $(DIAGNOSTIC_H) \ + $(TREE_H) $(TM_P_H) $(DIAGNOSTIC_CORE_H) \ $(FUNCTION_H) $(TM_H) coretypes.h \ langhooks.h domwalk.h $(TREE_PASS_H) $(PARAMS_H) $(BASIC_BLOCK_H) \ $(BITMAP_H) $(CFGLOOP_H) $(FLAGS_H) $(HASHTAB_H) \ diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index 50e2eff5df88..a9de96f992e4 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "domwalk.h" #include "params.h" #include "vecprim.h" +#include "diagnostic-core.h" /* This file builds the SSA form for a function as described in: