]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr59003.c: Add -fno-common to dg-options on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 24 Mar 2014 01:11:51 +0000 (01:11 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 24 Mar 2014 01:11:51 +0000 (01:11 +0000)
* gcc.dg/tree-prof/pr59003.c: Add -fno-common to dg-options on
hppa*-*-hpux*.

From-SVN: r208783

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/pr59003.c

index bd34490ae224a00a9447b311927cdc56e7c1ac09..0894bfda7172e96d1608f4504d93fb3076f3167e 100644 (file)
@@ -1,5 +1,8 @@
 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
index b4ca9ea856ec760e878f83db68090461354f6855..1c7d5e07fb9e23097b263739a1af641de8ac4829 100644 (file)
@@ -1,6 +1,7 @@
 /* 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)