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
This commit is contained in:
John David Anglin 2011-06-27 03:11:08 +00:00 committed by John David Anglin
parent 8c2f5419ea
commit 9d8c2be291
2 changed files with 6 additions and 0 deletions

View 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.

View 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;