From e7d8c7020c4e0e392c5d64af86d1135ab02d5902 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 24 Oct 2014 09:09:43 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/pr63594-1.c | 2 +- gcc/testsuite/gcc.dg/pr63594-2.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.30.2