aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2008-02-11 08:54:33 +0000
committerUros Bizjak <ubizjak@gmail.com>2008-02-11 08:54:33 +0000
commit3837e52dcbac75770e9260e9272b28e342721f75 (patch)
tree3e50f0fb195c536c9232b437281b396232a0424b
parent2c64639b9d30cc704db544642c30de2741b82097 (diff)
PR testsuite/35047
* gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets. * gcc.dg/compat/vector-2_y.c: Ditto. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@132235 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/testsuite/ChangeLog8
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/pr33992.c1
-rw-r--r--gcc/testsuite/gcc.dg/compat/vector-2_x.c1
-rw-r--r--gcc/testsuite/gcc.dg/compat/vector-2_y.c1
5 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a5fa886892e..578118ab946 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6919390d8dd..aa851c18042 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.c-torture/execute/pr33992.c b/gcc/testsuite/gcc.c-torture/execute/pr33992.c
index c574596bbd6..743361061db 100644
--- a/gcc/testsuite/gcc.c-torture/execute/pr33992.c
+++ b/gcc/testsuite/gcc.c-torture/execute/pr33992.c
@@ -9,7 +9,6 @@ bar (unsigned long long i)
void __attribute__((always_inline))
foo (unsigned long long *r)
-
{
int i;
diff --git a/gcc/testsuite/gcc.dg/compat/vector-2_x.c b/gcc/testsuite/gcc.dg/compat/vector-2_x.c
index 42881330557..de5f29c2688 100644
--- a/gcc/testsuite/gcc.dg/compat/vector-2_x.c
+++ b/gcc/testsuite/gcc.dg/compat/vector-2_x.c
@@ -1,4 +1,5 @@
/* { dg-options "-w" } */
+/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
#ifndef SKIP_ATTRIBUTE
diff --git a/gcc/testsuite/gcc.dg/compat/vector-2_y.c b/gcc/testsuite/gcc.dg/compat/vector-2_y.c
index b04f9f64985..10d7a064532 100644
--- a/gcc/testsuite/gcc.dg/compat/vector-2_y.c
+++ b/gcc/testsuite/gcc.dg/compat/vector-2_y.c
@@ -1,4 +1,5 @@
/* { dg-options "-w" } */
+/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
#ifndef SKIP_ATTRIBUTE