]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/35047 (some vectorisation tests fail with --with-arch=core2 or on...
authorUros Bizjak <ubizjak@gmail.com>
Mon, 11 Feb 2008 08:54:33 +0000 (09:54 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 11 Feb 2008 08:54:33 +0000 (09:54 +0100)
PR testsuite/35047
* gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
* gcc.dg/compat/vector-2_y.c: Ditto.

Co-Authored-By: Richard Guenther <rguenther@suse.de>
From-SVN: r132235

gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr33992.c
gcc/testsuite/gcc.dg/compat/vector-2_x.c
gcc/testsuite/gcc.dg/compat/vector-2_y.c

index a5fa886892eb2608c34b0fa861d77a0278f025f7..578118ab94694674b38f2962ed359ca4cdf19e2d 100644 (file)
@@ -1,5 +1,5 @@
 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
-       Richard Guenther  <rguenther@suse.de>
+           Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/33992
        * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
index 6919390d8dd77771a2e8627e3aec6729803f9dd4..aa851c180420a81aef41a8405b58559bdf986965 100644 (file)
@@ -1,5 +1,11 @@
 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
-       Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/35047
+       * gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
+       * gcc.dg/compat/vector-2_y.c: Ditto.
+
+2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
+           Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/33992
        * gcc.c-torture/execute/pr33992.c: New testcase.
index c574596bbd64857b9d0b3fd70c7c901ed8d94ce6..743361061db7db62cb00a75b551890820b4cb4f6 100644 (file)
@@ -9,7 +9,6 @@ bar (unsigned long long i)
 
 void __attribute__((always_inline))
 foo (unsigned long long *r)
-
 {
   int i;
 
index 42881330557c442b1d223a5f44271a2469dfb9fe..de5f29c268852d72ace41d9931e70686fb610cc6 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-options "-w" } */
+/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
 
 #ifndef SKIP_ATTRIBUTE
 
index b04f9f6498550c51f205ab39001f54d31a1e94d5..10d7a064532788eff5395016f66c83b956fc3e26 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-options "-w" } */
+/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
 
 #ifndef SKIP_ATTRIBUTE