diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2012-01-29 23:51:00 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2012-01-29 23:51:00 +0000 |
commit | 921f02a0fdb09948377c030e4175e23cb70bb05d (patch) | |
tree | af2148212d2267c35c3533095d99ca706841c45e /gcc | |
parent | 07a71223f1fef712523117acaa5265d276515024 (diff) | |
download | gcc-921f02a0fdb09948377c030e4175e23cb70bb05d.zip gcc-921f02a0fdb09948377c030e4175e23cb70bb05d.tar.gz gcc-921f02a0fdb09948377c030e4175e23cb70bb05d.tar.bz2 |
pr51472.c: Add -fno-common option on hppa-*-hpux*.
* gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
From-SVN: r183686
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tm/pr51472.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 528fe42..9f2336b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-01-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*. + 2012-01-29 Paolo Carlini <paolo.carlini@oracle.com> PR c++/51327 diff --git a/gcc/testsuite/gcc.dg/tm/pr51472.c b/gcc/testsuite/gcc.dg/tm/pr51472.c index 2897c3d..159db0b 100644 --- a/gcc/testsuite/gcc.dg/tm/pr51472.c +++ b/gcc/testsuite/gcc.dg/tm/pr51472.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-fgnu-tm -O --param tm-max-aggregate-size=32" } */ +/* { dg-options "-fgnu-tm -fno-common -O --param tm-max-aggregate-size=32" { target hppa*-*-hpux* } } */ typedef int __attribute__ ((vector_size (16))) vectype; vectype v; |