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:
parent
a48acecb8f
commit
e7d8c7020c
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user