diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1c292cb7ded4464af7fa71f37bd08e314e4d7616..131ef49ee6801fa3d30c228572fa991b21354877 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,4 +1,7 @@ -2013-03-17 John David Anglin <danglin@gcc.gnu.org> +2019-03-03-17 John David Anglin <danglin@gcc.gnu.org> + + * gcc.dg/compat/pr83487-1_x.c: Use -fno-common option on hppa*-*-hpux*. + * gcc.dg/compat/pr83487-1_y.c: Likewise. * gfortran.dg/pointer_init_10.f90: Require visibility support. * gfortran.dg/temporary_3.f90: Likewise. diff --git a/gcc/testsuite/gcc.dg/compat/pr83487-1_x.c b/gcc/testsuite/gcc.dg/compat/pr83487-1_x.c index 043a4c449eec5409bca607ac89bfb0ba02cb3ac0..b5b208f7d93e3e09a4dd2cefd89dfee7acdd3745 100644 --- a/gcc/testsuite/gcc.dg/compat/pr83487-1_x.c +++ b/gcc/testsuite/gcc.dg/compat/pr83487-1_x.c @@ -1,3 +1,4 @@ +/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */ #include "pr83487-1.h" extern diff --git a/gcc/testsuite/gcc.dg/compat/pr83487-1_y.c b/gcc/testsuite/gcc.dg/compat/pr83487-1_y.c index ef927bb21e50fbe9ec4b59a9914711b5abffe3fd..ad336dd99367c34c4fcd902822a59794183550f1 100644 --- a/gcc/testsuite/gcc.dg/compat/pr83487-1_y.c +++ b/gcc/testsuite/gcc.dg/compat/pr83487-1_y.c @@ -1,3 +1,4 @@ +/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */ #include "pr83487-1.h" struct A a;