Commit 0e8f3d95 by H.J. Lu

Correct target selector in gcc.target/i386/nop-mcount.c

	* gcc.target/i386/nop-mcount.c: Properly place {} in target
	selector.

From-SVN: r219461
parent 7b3592ee
/* 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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment