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

From-SVN: r215301

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

index f0f17391867f6e0e10a7a4822bb25805eee10267..c738ed9851da86ffa6fe1fd8e49e289449e679fb 100644 (file)
@@ -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
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 *);