From: John David Anglin Date: Mon, 24 Mar 2014 01:11:51 +0000 (+0000) Subject: pr59003.c: Add -fno-common to dg-options on hppa*-*-hpux*. X-Git-Tag: misc/gupc_5_2_0_release~87^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c60250a2c690c6902735d97530acf9d2898118;p=thirdparty%2Fgcc.git pr59003.c: Add -fno-common to dg-options on hppa*-*-hpux*. * gcc.dg/tree-prof/pr59003.c: Add -fno-common to dg-options on hppa*-*-hpux*. From-SVN: r208783 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bd34490ae224..0894bfda7172 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2014-03-23 John David Anglin + * 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 diff --git a/gcc/testsuite/gcc.dg/tree-prof/pr59003.c b/gcc/testsuite/gcc.dg/tree-prof/pr59003.c index b4ca9ea856ec..1c7d5e07fb9e 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/pr59003.c +++ b/gcc/testsuite/gcc.dg/tree-prof/pr59003.c @@ -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)