The attached change fixes failure of gcc.dg/pr57233.c: on hppa-hpux due to 
limited common alignment.

Dave
--
John David Anglin       dave.ang...@bell.net


2015-01-03  John David Anglin  <dang...@gcc.gnu.org>

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

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;

Reply via email to