Commit d34f706f by John David Anglin

pr70317.c: Add -fno-common on hppa*-*-hpux*.

	* gcc.dg/pr70317.c: Add -fno-common on hppa*-*-hpux*.

From-SVN: r234862
parent 75e1dd9e
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*-*-*.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment