From: John David Anglin Date: Sat, 2 Oct 2010 18:47:02 +0000 (+0000) Subject: pr45678-1.c: Add -fno-common to options on 32-bit hppa*-*-hpux*. X-Git-Tag: releases/gcc-4.6.0~3939 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34e94db7ad489b2bca77106bc7141e96a28ab925;p=thirdparty%2Fgcc.git pr45678-1.c: Add -fno-common to options on 32-bit hppa*-*-hpux*. * gcc.dg/torture/pr45678-1.c: Add -fno-common to options on 32-bit hppa*-*-hpux*. * gcc.dg/torture/pr45678-2.c: Likewise. From-SVN: r164906 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 721f3bb8df0e..1745ff0a2953 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-10-02 John David Anglin + + * gcc.dg/torture/pr45678-1.c: Add -fno-common to options on 32-bit + hppa*-*-hpux*. + * gcc.dg/torture/pr45678-2.c: Likewise. + 2010-10-02 Janus Weil PR fortran/45748 diff --git a/gcc/testsuite/gcc.dg/torture/pr45678-1.c b/gcc/testsuite/gcc.dg/torture/pr45678-1.c index 58e6156e9f4b..7a90b0ba882e 100644 --- a/gcc/testsuite/gcc.dg/torture/pr45678-1.c +++ b/gcc/testsuite/gcc.dg/torture/pr45678-1.c @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-options "-fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */ typedef float V __attribute__ ((vector_size (16))); V g; diff --git a/gcc/testsuite/gcc.dg/torture/pr45678-2.c b/gcc/testsuite/gcc.dg/torture/pr45678-2.c index 449404cda1a8..df79de7b10be 100644 --- a/gcc/testsuite/gcc.dg/torture/pr45678-2.c +++ b/gcc/testsuite/gcc.dg/torture/pr45678-2.c @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-options "-fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */ typedef float V __attribute__ ((vector_size (16))); V g;