aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2012-03-10 21:46:31 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2012-03-10 21:46:31 +0000
commit208d340e70de0a16a81ca7b057b13ddee3941034 (patch)
treea63c6976a9916df21d928faaa2d1cf86a9b61a03 /gcc
parent48ef7937339ceb2d1b79ccf94da279194ba1bda4 (diff)
downloadgcc-208d340e70de0a16a81ca7b057b13ddee3941034.zip
gcc-208d340e70de0a16a81ca7b057b13ddee3941034.tar.gz
gcc-208d340e70de0a16a81ca7b057b13ddee3941034.tar.bz2
pr52407.c: Add -fno-common option on hppa*-*-hpux*.
* gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*. From-SVN: r185182
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr52407.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f1c9845..33d2296 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*.
+
2012-03-09 Andrew Pinski <apinski@cavium.com>
PR middle-end/51988
diff --git a/gcc/testsuite/gcc.dg/torture/pr52407.c b/gcc/testsuite/gcc.dg/torture/pr52407.c
index bb95e51..917e9db 100644
--- a/gcc/testsuite/gcc.dg/torture/pr52407.c
+++ b/gcc/testsuite/gcc.dg/torture/pr52407.c
@@ -1,4 +1,5 @@
/* { dg-do run } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
extern void abort (void);