* gcc.dg/debug/pr49294.c (dg-options): Add -fno-common to options on
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jun 2011 03:11:08 +0000 (03:11 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jun 2011 03:11:08 +0000 (03:11 +0000)
hppa*-*-hpux*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175419 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/pr49294.c

index 1b29f6e..ccd5b68 100644 (file)
@@ -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.
index e4869e0..86b53bd 100644 (file)
@@ -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;