diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2014-09-16 15:35:15 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2014-09-16 08:35:15 -0700 |
commit | 1ca894fa5f5afcd23d3306e48b9d524751721708 (patch) | |
tree | e5ff9a37719586c74f37bd03a59d11013ccbe2fe /gcc | |
parent | a0a2a23b1f2b1c7562ca02afed4f6df13310f808 (diff) | |
download | gcc-1ca894fa5f5afcd23d3306e48b9d524751721708.zip gcc-1ca894fa5f5afcd23d3306e48b9d524751721708.tar.gz gcc-1ca894fa5f5afcd23d3306e48b9d524751721708.tar.bz2 |
Fix a typo in gcc.dg/pg.c
* gcc.dg/pg.c: Fix a typo.
From-SVN: r215301
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pg.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f0f1739..c738ed9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-09-16 H.J. Lu <hongjiu.lu@intel.com> + + * gcc.dg/pg.c: Fix a typo. + 2014-09-16 Richard Biener <rguenther@suse.de> PR testsuite/63258 diff --git a/gcc/testsuite/gcc.dg/pg.c b/gcc/testsuite/gcc.dg/pg.c index 1490c1d..60be162 100644 --- a/gcc/testsuite/gcc.dg/pg.c +++ b/gcc/testsuite/gcc.dg/pg.c @@ -1,6 +1,6 @@ /* Test -fprofile override */ /* { dg-do compile } */ -/* { dg-options "-fprofile" { target { { i686-*-* x86_64-*-* } } } } */ +/* { dg-options "-fprofile" { target i?86-*-* x86_64-*-* } } */ /* { dg-final { scan-assembler-not "mcount" } } */ /* Origin: Andi Kleen */ extern void foobar(const char *); |