diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr45678-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr45678-2.c | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 721f3bb..1745ff0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-10-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * 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 <janus@gcc.gnu.org> PR fortran/45748 diff --git a/gcc/testsuite/gcc.dg/torture/pr45678-1.c b/gcc/testsuite/gcc.dg/torture/pr45678-1.c index 58e6156..7a90b0b 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 449404c..df79de7 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; |