* gcc.dg/tree-prof/pr59003.c: Add -fno-common to dg-options on
hppa*-*-hpux*.
From-SVN: r208783
2014-03-23 John David Anglin <danglin@gcc.gnu.org>
+ * gcc.dg/tree-prof/pr59003.c: Add -fno-common to dg-options on
+ hppa*-*-hpux*.
+
* gcc.dg/torture/pr60092.c: Skip on 32-bit hpux.
PR libfortran/59313
/* PR target/59003 */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mtune=amdfam10" { target i?86-*-* x86_64-*-* } } */
+/* { dg-options "-O2 -fno-common" { target hppa*-*-hpux* } } */
__attribute__((noinline, noclone)) void *
foo (void *p, unsigned int q)