mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 14:01:26 +08:00
Fix a typo in gcc.dg/pg.c
* gcc.dg/pg.c: Fix a typo. From-SVN: r215301
This commit is contained in:
parent
a0a2a23b1f
commit
1ca894fa5f
@ -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
|
||||
|
@ -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 *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user