pr68532.c: Add -fno-common option on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Wed, 16 Mar 2016 00:11:28 +0000 (00:11 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 16 Mar 2016 00:11:28 +0000 (00:11 +0000)
* gcc.c-torture/execute/pr68532.c: Add -fno-common option on
hppa*-*-hpux*.

From-SVN: r234242

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr68532.c

index 7ef89b4d3ef6ef180f83afa13677c1475c0170ca..06ec23e92626ab3775a44c2aa4bb25a82b084575 100644 (file)
@@ -1,5 +1,8 @@
 2016-03-15  John David Anglin  <danglin@gcc.gnu.org>
 
+       * gcc.c-torture/execute/pr68532.c: Add -fno-common option on
+       hppa*-*-hpux*.
+
        * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list.
 
        PR libfortran/69799
index 5d4bd8e06d3e9681ce78272982a54abcc7b03ce7..ac677cbc28748d44ad16bd3385b6dd1d596c0a71 100644 (file)
@@ -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];