aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2011-03-06 00:14:01 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2011-03-06 00:14:01 +0000
commit1f3878359b208bbe385de4ef357439b7f79ee0a0 (patch)
treef6ec9d942a400b345065d18935caf7c4b426e6b1
parent20a52ab960eb0e85fcb5a3f73402885e5f115391 (diff)
downloadgcc-1f3878359b208bbe385de4ef357439b7f79ee0a0.zip
gcc-1f3878359b208bbe385de4ef357439b7f79ee0a0.tar.gz
gcc-1f3878359b208bbe385de4ef357439b7f79ee0a0.tar.bz2
pr47975.c: Add -fno-common option on hppa*-*-hpux*.
* gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*. From-SVN: r170706
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr47975.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6edf8e2..40a5800 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*.
+
2011-03-05 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/47899
diff --git a/gcc/testsuite/gcc.dg/torture/pr47975.c b/gcc/testsuite/gcc.dg/torture/pr47975.c
index 2919452..e2a72af 100644
--- a/gcc/testsuite/gcc.dg/torture/pr47975.c
+++ b/gcc/testsuite/gcc.dg/torture/pr47975.c
@@ -1,4 +1,5 @@
/* { dg-do compile } */
+/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
int __attribute__ ((vector_size (32))) x;