From: John David Anglin Date: Mon, 27 Jun 2011 03:11:08 +0000 (+0000) Subject: pr49294.c (dg-options): Add -fno-common to options on hppa*-*-hpux*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d8c2be291c9d17435d665fc60776e89c3396f27;p=gcc.git pr49294.c (dg-options): Add -fno-common to options on hppa*-*-hpux*. * gcc.dg/debug/pr49294.c (dg-options): Add -fno-common to options on hppa*-*-hpux*. From-SVN: r175419 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1b29f6e6f09..ccd5b687ab7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-06-26 John David Anglin + + * gcc.dg/debug/pr49294.c (dg-options): Add -fno-common to options on + hppa*-*-hpux*. + 2011-06-26 Jason Merrill * 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 e4869e079e9..86b53bd565b 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;