From: danglin Date: Wed, 16 Mar 2016 00:11:28 +0000 (+0000) Subject: * gcc.c-torture/execute/pr68532.c: Add -fno-common option on X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9908039d34d9f9e827076a2e57f7ad83ddc9dd24;p=thirdparty%2Fgcc.git * gcc.c-torture/execute/pr68532.c: Add -fno-common option on hppa*-*-hpux*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234242 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7ef89b4d3ef6..06ec23e92626 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2016-03-15 John David Anglin + * gcc.c-torture/execute/pr68532.c: Add -fno-common option on + hppa*-*-hpux*. + * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list. PR libfortran/69799 diff --git a/gcc/testsuite/gcc.c-torture/execute/pr68532.c b/gcc/testsuite/gcc.c-torture/execute/pr68532.c index 5d4bd8e06d3e..ac677cbc2874 100644 --- a/gcc/testsuite/gcc.c-torture/execute/pr68532.c +++ b/gcc/testsuite/gcc.c-torture/execute/pr68532.c @@ -1,4 +1,5 @@ /* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model" } */ +/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */ #define SIZE 128 unsigned short _Alignas (16) in[SIZE];