Fix a typo in gcc.dg/pg-override.c
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 16 Sep 2014 17:59:16 +0000 (17:59 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 16 Sep 2014 17:59:16 +0000 (10:59 -0700)
* gcc.dg/pg-override.c: Fix a typo.

From-SVN: r215304

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pg-override.c

index c738ed9..93e40b6 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2014-09-16  Richard Biener  <rguenther@suse.de>
index 1490c1d..60be162 100644 (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 *);