vector-5.c: Add -fno-common option on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 1 Feb 2016 00:27:44 +0000 (00:27 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 1 Feb 2016 00:27:44 +0000 (00:27 +0000)
* gcc.dg/tree-ssa/vector-5.c: Add -fno-common option on hppa*-*-hpux*.

From-SVN: r233027

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/vector-5.c

index aebc6e016b1b0266c443f257b321b89537c3caa6..24940a8654e51b081fbe371bdcdff82fb41a5885 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-31  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/tree-ssa/vector-5.c: Add -fno-common option on hppa*-*-hpux*.
+
 2016-01-31  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/67564
index 33350cbfe8fbda4abddd7e3375b2a560aae570a9..5a2870d5b1f0bb6116870938065fd845ecf6eb4f 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fdump-tree-optimized" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef int v4si __attribute__((vector_size(4*sizeof (int))));