This fixes unsupported alignment.

Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.

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


2015-12-28  John David Anglin  <dang...@gcc.gnu.org>

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

Index: gcc.dg/torture/pr67609.c
===================================================================
--- gcc.dg/torture/pr67609.c    (revision 231698)
+++ gcc.dg/torture/pr67609.c    (working copy)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef union
 {

Reply via email to