Commit 34e94db7 by John David Anglin Committed by John David Anglin

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
parent 715a567d
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
......
/* { dg-do run } */
/* { dg-options "-fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */
typedef float V __attribute__ ((vector_size (16)));
V g;
......
/* { dg-do run } */
/* { dg-options "-fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */
typedef float V __attribute__ ((vector_size (16)));
V g;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment