summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr32912-1.c
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-13 00:43:04 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-13 00:43:04 +0000
commit3e66c14e753471249291f2403f35ebcbc436d353 (patch)
treea300b6a3dec31504bba132f5295c37a14c6a356d /gcc/testsuite/gcc.dg/pr32912-1.c
parent8428ff278c8125073dfec6819384cfff2d482c6f (diff)
downloadgcc-3e66c14e753471249291f2403f35ebcbc436d353.tar.gz
PR testsuite/33153
* gcc.dg/pr32912-1.c: Add -fno-common to options on hppa*-*-hpux*. * gcc.dg/pr32912-2.c: Delete declaration of a, b, c, d, e and f. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128454 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr32912-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/pr32912-1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pr32912-1.c b/gcc/testsuite/gcc.dg/pr32912-1.c
index 2f9e8593e29..1ceb77ad43c 100644
--- a/gcc/testsuite/gcc.dg/pr32912-1.c
+++ b/gcc/testsuite/gcc.dg/pr32912-1.c
@@ -1,6 +1,7 @@
/* PR middle-end/32912 */
/* { dg-do run } */
/* { dg-options "-O2 -w" } */
+/* { dg-options "-O2 -w -fno-common" { target hppa*-*-hpux* } } */
extern void abort (void);