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:
parent
b5df96c344
commit
8d0b306f50
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue