diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 721f3bb8df0..1745ff0a295 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 58e6156e9f4..7a90b0ba882 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 449404cda1a..df79de7b10b 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;