Fix a typo in gcc.dg/pg-override.c

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

From-SVN: r215304
This commit is contained in:
H.J. Lu 2014-09-16 17:59:16 +00:00 committed by H.J. Lu
parent 1ca894fa5f
commit 7425e424b5
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-override.c: Fix a typo.
2014-09-16 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/pg.c: Fix a typo.

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