Fix gcc.dg/pr63594-1.c execution on Solaris/x86
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 24 Oct 2014 09:09:43 +0000 (09:09 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 24 Oct 2014 09:09:43 +0000 (09:09 +0000)
        * gcc.dg/pr63594-1.c: Apply -mno-mmx to all i?86-*-* and x86_64-*-*
        targets.
        * gcc.dg/pr63594-2.c: Likewise.

From-SVN: r216629

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr63594-1.c
gcc/testsuite/gcc.dg/pr63594-2.c

index 612cd0212f7a095401816034b57c43ff5ccb9a58..4ffc8af8382b6b3bb5fa693d0540a8de5ebd2694 100644 (file)
@@ -1,3 +1,9 @@
+2014-10-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.dg/pr63594-1.c: Apply -mno-mmx to all i?86-*-* and x86_64-*-*
+       targets.
+       * gcc.dg/pr63594-2.c: Likewise.
+
 2014-10-24  Uros Bizjak  <ubizjak@gmail.com>
 
        * gcc.target/alpha/980217-1.c (main): Fix implicit int.
index 2c577964003350198921fb18de08a790d7a937d5..8d0ad2ee29a612dcfb77b0f6277cbb511120a67a 100644 (file)
@@ -1,7 +1,7 @@
 /* PR target/63594 */
 /* { dg-do compile } */
 /* { dg-options "-O2 -Wno-psabi" } */
-/* { dg-additional-options "-mno-mmx" { target i?86-*-linux* x86_64-*-linux* } } */
+/* { dg-additional-options "-mno-mmx" { target i?86-*-* x86_64-*-* } } */
 
 #define C1 c
 #define C2 C1, C1
index 39a64fa88da2a808ecc50f3ae8730e509c09fae8..23c11b1a686067e1a776c9c6052f0645969d89bf 100644 (file)
@@ -1,7 +1,7 @@
 /* PR target/63594 */
 /* { dg-do run } */
 /* { dg-options "-O2 -Wno-psabi" } */
-/* { dg-additional-options "-mno-mmx" { target i?86-*-linux* x86_64-*-linux* } } */
+/* { dg-additional-options "-mno-mmx" { target i?86-*-* x86_64-*-* } } */
 
 #define C1 c
 #define C2 C1, C1