diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f0f17391867f..c738ed9851da 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-09-16 H.J. Lu + + * gcc.dg/pg.c: Fix a typo. + 2014-09-16 Richard Biener PR testsuite/63258 diff --git a/gcc/testsuite/gcc.dg/pg.c b/gcc/testsuite/gcc.dg/pg.c index 1490c1db06a8..60be162f2904 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 *);