pr70317.c: Add -fno-common on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Apr 2016 17:21:50 +0000 (17:21 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Apr 2016 17:21:50 +0000 (17:21 +0000)
* gcc.dg/pr70317.c: Add -fno-common on hppa*-*-hpux*.

From-SVN: r234862

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr70317.c

index dd6c704a20a0f6560f5b5683f03ff4dea59b89d9..72f0806a52780c3e7f50e6ed44e57142a0b08089 100644 (file)
@@ -1,5 +1,7 @@
 2016-04-09  John David Anglin  <danglin@gcc.gnu.org>
 
+       * gcc.dg/pr70317.c: Add -fno-common on hppa*-*-hpux*.
+
        PR rtl-optimization/66669
        * gcc.dg/loop-8.c: Skip on hppa*-*-*.
 
index 8f0864b76e099d6766939cb0138ee1d7f8dc1c23..3a9c52e7ac46573ad89e9eaaa247159eea9bc411 100644 (file)
@@ -2,6 +2,7 @@
 /* { dg-do compile } */
 /* { dg-skip-if "No NaN support" { spu*-*-* vax*-*-* pdp11*-*-* } } */
 /* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef double V __attribute__((vector_size (256)));
 typedef __typeof ((V) {} < (V) {}) T;