OSDN Git Service

PR testsuite/35047
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Feb 2008 08:54:33 +0000 (08:54 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Feb 2008 08:54:33 +0000 (08:54 +0000)
* gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
* gcc.dg/compat/vector-2_y.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132235 138bc75d-0d04-0410-961f-82ee72b054a4

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 a5fa886..578118a 100644 (file)
@@ -1,5 +1,5 @@
 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
 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
 
        PR tree-optimization/33992
        * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
index 6919390..aa851c1 100644 (file)
@@ -1,5 +1,11 @@
 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
 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.
 
        PR tree-optimization/33992
        * gcc.c-torture/execute/pr33992.c: New testcase.
index c574596..7433610 100644 (file)
@@ -9,7 +9,6 @@ bar (unsigned long long i)
 
 void __attribute__((always_inline))
 foo (unsigned long long *r)
 
 void __attribute__((always_inline))
 foo (unsigned long long *r)
-
 {
   int i;
 
 {
   int i;
 
index 4288133..de5f29c 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-options "-w" } */
 /* { dg-options "-w" } */
+/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
 
 #ifndef SKIP_ATTRIBUTE
 
 
 #ifndef SKIP_ATTRIBUTE
 
index b04f9f6..10d7a06 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-options "-w" } */
 /* { dg-options "-w" } */
+/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
 
 #ifndef SKIP_ATTRIBUTE
 
 
 #ifndef SKIP_ATTRIBUTE