re PR regression/32582 (Bootstrap with vectorization enabled fails with ICE on PPC)
authorVictor Kaplansky <victork@il.ibm.com>
Tue, 13 Nov 2007 13:53:33 +0000 (13:53 +0000)
committerVictor Kaplansky <victork@gcc.gnu.org>
Tue, 13 Nov 2007 13:53:33 +0000 (13:53 +0000)
2007-11-13  Victor Kaplansky  <victork@il.ibm.com>

        PR tree-optimization/32582
        * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-tree-vectorize

From-SVN: r130138

gcc/ChangeLog
gcc/Makefile.in

index 320816b31df0059282bbddfc1f81bce3c2035104..7dfb2ae79685d703a6f6109d5e62299da25daf4b 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-13  Victor Kaplansky  <victork@il.ibm.com>
+
+       PR tree-optimization/32582
+       * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-tree-vectorize
+
 2007-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * doc/extend.texi (dllimport): Document that pointers to dllimport'd
index 43d79216c24300dd16bbe2f9b4d901a074c04935..4d61401964b4dc7fc34411963807cea51686f8bf 100644 (file)
@@ -571,7 +571,7 @@ TARGET_LIBGCC2_CFLAGS =
 # Options to use when compiling crtbegin/end.
 CRTSTUFF_CFLAGS = -O2 $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \
   -finhibit-size-directive -fno-inline-functions -fno-exceptions \
-  -fno-zero-initialized-in-bss -fno-toplevel-reorder \
+  -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize \
   $(INHIBIT_LIBC_CFLAGS)
 
 # Additional sources to handle exceptions; overridden by targets as needed.