Commit 7425e424 by H.J. Lu Committed by H.J. Lu

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

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

From-SVN: r215304
parent 1ca894fa
2014-09-16 H.J. Lu <hongjiu.lu@intel.com> 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. * gcc.dg/pg.c: Fix a typo.
2014-09-16 Richard Biener <rguenther@suse.de> 2014-09-16 Richard Biener <rguenther@suse.de>
......
/* Test -fprofile override */ /* Test -fprofile override */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-fprofile" { target { { i686-*-* x86_64-*-* } } } } */ /* { dg-options "-fprofile" { target i?86-*-* x86_64-*-* } } */
/* { dg-final { scan-assembler-not "mcount" } } */ /* { dg-final { scan-assembler-not "mcount" } } */
/* Origin: Andi Kleen */ /* Origin: Andi Kleen */
extern void foobar(const char *); extern void foobar(const char *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment