Commit e7d8c702 by Rainer Orth Committed by Rainer Orth

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
parent a48acecb
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.
......
/* 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
......
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment