diff mbox

[committed] gcc.dg/pr57233.c: Add -fno-common option on hppa*-*-hpux*

Message ID BLU437-SMTP3D98789C476D9859CF65F975A0@phx.gbl
State New
Headers show

Commit Message

John David Anglin Jan. 3, 2015, 6:49 p.m. UTC
The attached change fixes failure of gcc.dg/pr57233.c: on hppa-hpux due to limited common alignment.

Dave
--
John David Anglin	dave.anglin@bell.net
2015-01-03  John David Anglin  <danglin@gcc.gnu.org>

	* gcc.dg/pr63914.c: Add -fno-common option on hppa*-*-hpux*.
diff mbox

Patch

Index: gcc.dg/pr63914.c
===================================================================
--- gcc.dg/pr63914.c	(revision 219148)
+++ gcc.dg/pr63914.c	(working copy)
@@ -1,6 +1,7 @@ 
 /* { dg-do compile } */
 /* { dg-options "-O2 -ffast-math" } */
 /* { dg-prune-output "non-standard ABI extension" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef float __m128 __attribute__ ((__vector_size__ (16)));
 __m128 a, d, e;