]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/38591 (erratic comparison failures on very fast machines)
authorRichard Guenther <rguenther@suse.de>
Fri, 14 May 2010 12:51:31 +0000 (12:51 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 14 May 2010 12:51:31 +0000 (12:51 +0000)
2010-05-15  Richard Guenther  <rguenther@suse.de>

PR bootstrap/38591
* Makefile.in (graph.o): Add missing $(CONFIG_H) dependency.
(sparseset.o): Likewise.

From-SVN: r159392

gcc/ChangeLog
gcc/Makefile.in

index 2d1003ecb85c854b05d73720335f495202376f67..0f97bde5093d3fc6c1ed670f6e4be8016985e247 100644 (file)
@@ -1,3 +1,15 @@
+2010-05-15  Richard Guenther  <rguenther@suse.de>
+
+       PR bootstrap/38591
+       * Makefile.in (graph.o): Add missing $(CONFIG_H) dependency.
+       (sparseset.o): Likewise.
+
+2010-05-15  Richard Guenther  <rguenther@suse.de>
+
+       PR bootstrap/38591
+       * Makefile.in (graph.o): Add missing $(CONFIG_H) dependency.
+       (sparseset.o): Likewise.
+
 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
index b171a40b0182ef6766d138282d351e87e778bb5d..f50ea07bfe5f53ce0d6fcc20e4339622038d277e 100644 (file)
@@ -1784,12 +1784,13 @@ c-pragma.o: c-pragma.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
     $(TREE_H) $(FUNCTION_H) $(C_PRAGMA_H) toplev.h output.h $(GGC_H) $(TM_P_H) \
     $(C_COMMON_H) $(TARGET_H) gt-c-pragma.h $(CPPLIB_H) $(FLAGS_H)
 graph.o: graph.c $(SYSTEM_H) coretypes.h $(TM_H) toplev.h $(FLAGS_H) output.h \
-    $(RTL_H) $(FUNCTION_H) hard-reg-set.h $(BASIC_BLOCK_H) graph.h $(OBSTACK_H)
+    $(RTL_H) $(FUNCTION_H) hard-reg-set.h $(BASIC_BLOCK_H) graph.h $(OBSTACK_H) \
+    $(CONFIG_H)
 sbitmap.o: sbitmap.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
     $(FLAGS_H) hard-reg-set.h $(BASIC_BLOCK_H) $(OBSTACK_H)
 ebitmap.o: ebitmap.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
        $(EBITMAP_H)
-sparseset.o: sparseset.c $(SYSTEM_H) sparseset.h
+sparseset.o: sparseset.c $(SYSTEM_H) sparseset.h $(CONFIG_H)
 
 COLLECT2_OBJS = collect2.o tlink.o intl.o version.o
 COLLECT2_LIBS = @COLLECT2_LIBS@