Commit 249a8c6c by John David Anglin

pr60655-1.c: Don't add -fdata-sections option on 32-bit hppa-hpux.

	* gcc.c-torture/compile/pr60655-1.c: Don't add -fdata-sections option
	on 32-bit hppa-hpux.

From-SVN: r213720
parent 4303c581
2014-08-07 John David Anglin <danglin@gcc.gnu.org>
* gcc.c-torture/compile/pr60655-1.c: Don't add -fdata-sections option
on 32-bit hppa-hpux.
* gcc.dg/pr57233.c: Add -fno-common option on hppa*-*-hpux*.
* c-c++-common/pr50459.c: Likewise.
......
/* { dg-options "-fdata-sections" } */
/* { dg-options "-fdata-sections" { target { ! { { hppa*-*-hpux* } && { ! lp64 } } } } } */
typedef unsigned char unit;
typedef unit *unitptr;
......
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