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

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

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