From: hjl Date: Mon, 12 Jan 2015 11:51:18 +0000 (+0000) Subject: Correct target selector in gcc.target/i386/nop-mcount.c X-Git-Tag: upstream/5.3.0~2760 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98baf03edf8b55e78faa3509ce7a59773f4510d2;p=platform%2Fupstream%2Flinaro-gcc.git Correct target selector in gcc.target/i386/nop-mcount.c * gcc.target/i386/nop-mcount.c: Properly place {} in target selector. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219461 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/gcc.target/i386/nop-mcount.c b/gcc/testsuite/gcc.target/i386/nop-mcount.c index 561792f..139fbb0 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 */