From: H.J. Lu Date: Mon, 12 Jan 2015 11:51:18 +0000 (-0800) Subject: Correct target selector in gcc.target/i386/nop-mcount.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e8f3d956510c8cc2484cffd8ab3123bf9d9c759;p=gcc.git Correct target selector in gcc.target/i386/nop-mcount.c * gcc.target/i386/nop-mcount.c: Properly place {} in target selector. From-SVN: r219461 --- diff --git a/gcc/testsuite/gcc.target/i386/nop-mcount.c b/gcc/testsuite/gcc.target/i386/nop-mcount.c index 561792ffe74..139fbb0638e 100644 --- a/gcc/testsuite/gcc.target/i386/nop-mcount.c +++ b/gcc/testsuite/gcc.target/i386/nop-mcount.c @@ -1,5 +1,5 @@ /* Test -mnop-mcount */ -/* { dg-do compile { target { *-*-linux* } && { nonpic } } } */ +/* { dg-do compile { target { { *-*-linux* } && nonpic } } } */ /* { dg-options "-pg -mfentry -mrecord-mcount -mnop-mcount" } */ /* { dg-final { scan-assembler-not "__fentry__" } } */ /* Origin: Andi Kleen */