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 c738ed9851da86ffa6fe1fd8e49e289449e679fb..93e40b6e1173246613fe3c15563a671dc0bee7ec 100644 (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.
index 1490c1db06a813f4979527225c342352c024f894..60be162f29041d81f64c724e0c893c9ae126dad2 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 *);