This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Miscellaneous testsuitsuite failures under hpux 10.20
- To: dave at hiauly1 dot hia dot nrc dot ca
- Subject: Re: Miscellaneous testsuitsuite failures under hpux 10.20
- From: Geoff Keating <geoffk at cygnus dot com>
- Date: Fri, 23 Jun 2000 15:06:45 -0700
- CC: gcc-bugs at gcc dot gnu dot org
- References: <200006232156.RAA13180@hiauly1.hia.nrc.ca>
> Date: Fri, 23 Jun 2000 17:56:49 -0400 (EDT)
> From: "John David Anglin" <dave@hiauly1.hia.nrc.ca>
> Cc: gcc-bugs@gcc.gnu.org
>
> I don't think it will work. DECL_OFFSET_ALIGN(NODE) has to be assignable.
That's why I invented SET_DECL_OFFSET_ALIGN.
> Possibly, MAX_OFILE_ALIGNMENT also needs to be respected.
That's orthogonal to this problem. On some systems, including all ELF
ones, MAX_OFILE_ALIGNMENT can be very large (like 2^20 or even 2^32).
Also, nothing says that a field has to be output to the object file,
it could live in memory.
--
- Geoffrey Keating <geoffk@cygnus.com>