* gcc.dg/pg-override.c: Fix a typo.
From-SVN: r215304
+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.
/* 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 *);