]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a typo in gcc.dg/pg.c
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Sep 2014 15:35:15 +0000 (15:35 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Sep 2014 15:35:15 +0000 (15:35 +0000)
* gcc.dg/pg.c: Fix a typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215301 138bc75d-0d04-0410-961f-82ee72b054a4

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 *);