* gcc.dg/debug/pr49294.c (dg-options): Add -fno-common to options on
hppa*-*-hpux*.
From-SVN: r175419
+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.
/* PR debug/49294 */
/* { dg-do compile } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
typedef __attribute__ ((vector_size ((8) * sizeof (short)))) short V;