From: Rainer Orth Date: Fri, 24 Oct 2014 09:09:43 +0000 (+0000) Subject: Fix gcc.dg/pr63594-1.c execution on Solaris/x86 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7d8c7020c4e0e392c5d64af86d1135ab02d5902;p=gcc.git Fix gcc.dg/pr63594-1.c execution on Solaris/x86 * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 612cd0212f7..4ffc8af8382 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2014-10-24 Rainer Orth + + * 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 * gcc.target/alpha/980217-1.c (main): Fix implicit int. diff --git a/gcc/testsuite/gcc.dg/pr63594-1.c b/gcc/testsuite/gcc.dg/pr63594-1.c index 2c577964003..8d0ad2ee29a 100644 --- a/gcc/testsuite/gcc.dg/pr63594-1.c +++ b/gcc/testsuite/gcc.dg/pr63594-1.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/pr63594-2.c b/gcc/testsuite/gcc.dg/pr63594-2.c index 39a64fa88da..23c11b1a686 100644 --- a/gcc/testsuite/gcc.dg/pr63594-2.c +++ b/gcc/testsuite/gcc.dg/pr63594-2.c @@ -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