projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b3592e
)
Correct target selector in gcc.target/i386/nop-mcount.c
author
H.J. Lu
<hjl@gcc.gnu.org>
Mon, 12 Jan 2015 11:51:18 +0000
(
03:51
-0800)
committer
H.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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.target/i386/nop-mcount.c
b/gcc/testsuite/gcc.target/i386/nop-mcount.c
index 561792ffe74296f3b09fc5c32c3cbac00e76cb20..139fbb0638ee31b84247a7e7539dc599a7e4f30f 100644
(file)
--- 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 */