Correct target selector in gcc.target/i386/nop-mcount.c
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jan 2015 11:51:18 +0000 (11:51 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jan 2015 11:51:18 +0000 (11:51 +0000)
* 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

gcc/testsuite/gcc.target/i386/nop-mcount.c

index 561792f..139fbb0 100644 (file)
@@ -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 */