This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Miscellaneous testsuitsuite failures under hpux 10.20


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]