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:
John David Anglin 2010-10-02 18:47:02 +00:00 committed by John David Anglin
parent 715a567d9a
commit 34e94db7ad
3 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;