Commit 9d8c2be2 by John David Anglin Committed by John David Anglin

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
parent 8c2f5419
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> 2011-06-26 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/constexpr-cleanup.C: Tweak error message. * g++.dg/cpp0x/constexpr-cleanup.C: Tweak error message.
......
/* PR debug/49294 */ /* PR debug/49294 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
typedef __attribute__ ((vector_size ((8) * sizeof (short)))) short V; typedef __attribute__ ((vector_size ((8) * sizeof (short)))) short V;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment