diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-01-28 17:19:09 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-01-28 17:19:09 +0000 |
commit | 8d0b306f50afdcf5aed928aaccb24acbe271b560 (patch) | |
tree | 48445e5396d3decc498341fbfaf38d3a707bb580 | |
parent | b5df96c34435b1f577ade53d264b40d8a9c1b89b (diff) | |
download | gcc-8d0b306f50afdcf5aed928aaccb24acbe271b560.zip gcc-8d0b306f50afdcf5aed928aaccb24acbe271b560.tar.gz gcc-8d0b306f50afdcf5aed928aaccb24acbe271b560.tar.bz2 |
pr78515.c: Add -fno-common option on hppa*-*-hpux*.
* gcc.dg/torture/pr78515.c: Add -fno-common option on hppa*-*-hpux*.
From-SVN: r245005
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr78515.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 80c7bae..4309285 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.dg/torture/pr78515.c b/gcc/testsuite/gcc.dg/torture/pr78515.c index a511aae..a0e938b 100644 --- a/gcc/testsuite/gcc.dg/torture/pr78515.c +++ b/gcc/testsuite/gcc.dg/torture/pr78515.c @@ -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))); |