aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2012-01-29 23:51:00 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2012-01-29 23:51:00 +0000
commit921f02a0fdb09948377c030e4175e23cb70bb05d (patch)
treeaf2148212d2267c35c3533095d99ca706841c45e /gcc
parent07a71223f1fef712523117acaa5265d276515024 (diff)
downloadgcc-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/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/tm/pr51472.c1
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;