Another test where we need to avoid the limited alignment of common on 
hppa*-*-hpux*.
Committed to trunk.

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


2016-03-15  John David Anglin  <dang...@gcc.gnu.org>

        * gcc.c-torture/execute/pr68532.c: Add -fno-common option on
        hppa*-*-hpux*.

Index: gcc.c-torture/execute/pr68532.c
===================================================================
--- gcc.c-torture/execute/pr68532.c     (revision 234163)
+++ gcc.c-torture/execute/pr68532.c     (working copy)
@@ -1,4 +1,5 @@
 /* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 #define SIZE 128
 unsigned short _Alignas (16) in[SIZE];

Reply via email to