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
This commit is contained in:
parent
715a567d9a
commit
34e94db7ad
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue