Commit 1ca894fa by H.J. Lu Committed by H.J. Lu

Fix a typo in gcc.dg/pg.c

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

From-SVN: r215301
parent a0a2a23b
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
......
/* 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 *);
......
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