diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2010-10-02 18:47:02 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2010-10-02 18:47:02 +0000 |
commit | 34e94db7ad489b2bca77106bc7141e96a28ab925 (patch) | |
tree | ef48a6a2fdce206690bea6c978b6dc2a3c589f63 /gcc | |
parent | 715a567d9a4afbfbee1ec3cdbab6fe3a493f3b5d (diff) | |
download | gcc-34e94db7ad489b2bca77106bc7141e96a28ab925.zip gcc-34e94db7ad489b2bca77106bc7141e96a28ab925.tar.gz gcc-34e94db7ad489b2bca77106bc7141e96a28ab925.tar.bz2 |
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
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; |