]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2012-08-14 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2012 11:14:08 +0000 (11:14 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2012 11:14:08 +0000 (11:14 +0000)
* 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

gcc/ChangeLog
gcc/Makefile.in
gcc/tree-into-ssa.c

index b0cb30889fa2f72debb7a6f2c145fc38804a1a20..0ecc4a117ff7e02de24e159ece127caf9c7edbbc 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-14  Richard Guenther  <rguenther@suse.de>
+
+       * tree-into-ssa.c: Include diagnostic-core.h.
+       * Makefile.in (tree-into-ssa.o): Adjust.
+
 2012-08-14  Richard Guenther  <rguenther@suse.de>
 
        * tree-into-ssa.c (update_ssa): Verify we do not rename
index 29bd1aa586b8e8a41c7dbcb5928f6a71d0e027fe..65a49d79d7ad13beaa449b797d802f153495a6bd 100644 (file)
@@ -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) \
index 50e2eff5df88ac250564f814f3e1eda11d1f2f07..a9de96f992e429edc740d55cbd3e0ce8213c2644 100644 (file)
@@ -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: