aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
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);