From 0e8f3d956510c8cc2484cffd8ab3123bf9d9c759 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 12 Jan 2015 03:51:18 -0800 Subject: [PATCH] Correct target selector in gcc.target/i386/nop-mcount.c * gcc.target/i386/nop-mcount.c: Properly place {} in target selector. From-SVN: r219461 --- gcc/testsuite/gcc.target/i386/nop-mcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2