diff options
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/debug/pr49294.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1b29f6e..ccd5b68 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-06-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * gcc.dg/debug/pr49294.c (dg-options): Add -fno-common to options on + hppa*-*-hpux*. + 2011-06-26 Jason Merrill <jason@redhat.com> * g++.dg/cpp0x/constexpr-cleanup.C: Tweak error message. diff --git a/gcc/testsuite/gcc.dg/debug/pr49294.c b/gcc/testsuite/gcc.dg/debug/pr49294.c index e4869e0..86b53bd 100644 --- a/gcc/testsuite/gcc.dg/debug/pr49294.c +++ b/gcc/testsuite/gcc.dg/debug/pr49294.c @@ -1,5 +1,6 @@ /* PR debug/49294 */ /* { dg-do compile } */ +/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */ typedef __attribute__ ((vector_size ((8) * sizeof (short)))) short V; |