Correct target selector in gcc.target/i386/nop-mcount.c
authorH.J. Lu <hjl@gcc.gnu.org>
Mon, 12 Jan 2015 11:51:18 +0000 (03:51 -0800)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 12 Jan 2015 11:51:18 +0000 (03:51 -0800)
* gcc.target/i386/nop-mcount.c: Properly place {} in target
selector.

From-SVN: r219461

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

index 561792ffe74296f3b09fc5c32c3cbac00e76cb20..139fbb0638ee31b84247a7e7539dc599a7e4f30f 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 */