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
This commit is contained in:
Rainer Orth 2014-10-24 09:09:43 +00:00 committed by Rainer Orth
parent a48acecb8f
commit e7d8c7020c
3 changed files with 8 additions and 2 deletions

View 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.

View 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

View 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