From: H.J. Lu Date: Tue, 16 Sep 2014 15:35:15 +0000 (+0000) Subject: Fix a typo in gcc.dg/pg.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ca894fa5f5afcd23d3306e48b9d524751721708;p=gcc.git Fix a typo in gcc.dg/pg.c * gcc.dg/pg.c: Fix a typo. From-SVN: r215301 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f0f17391867..c738ed9851d 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 1490c1db06a..60be162f290 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 *);