diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f1c9845d942..33d2296c5ad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-03-10 John David Anglin + + * gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*. + 2012-03-09 Andrew Pinski PR middle-end/51988 diff --git a/gcc/testsuite/gcc.dg/torture/pr52407.c b/gcc/testsuite/gcc.dg/torture/pr52407.c index bb95e51f25b..917e9db3f84 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);