Fix a typo in gcc.dg/pg.c

* gcc.dg/pg.c: Fix a typo.

From-SVN: r215301
This commit is contained in:
H.J. Lu 2014-09-16 15:35:15 +00:00 committed by H.J. Lu
parent a0a2a23b1f
commit 1ca894fa5f
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 *);