pr78515.c: Add -fno-common option on hppa*-*-hpux*.

* gcc.dg/torture/pr78515.c: Add -fno-common option on hppa*-*-hpux*.

From-SVN: r245005
This commit is contained in:
John David Anglin 2017-01-28 17:19:09 +00:00
parent b5df96c344
commit 8d0b306f50
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2017-01-28 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/torture/pr78515.c: Add -fno-common option on hppa*-*-hpux*.
* gfortran.dg/coarray_41.f90: Add "-latomic" option if
libatomic_available.
* gfortran.dg/coarray_42.f90: Likewise.

View File

@ -1,6 +1,7 @@
/* { dg-do compile } */
/* { dg-additional-options "-Wno-psabi" } */
/* { dg-additional-options "-mavx512bw" { target x86_64-*-* i?86-*-* } } */
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
typedef unsigned V __attribute__ ((vector_size (64)));