This is the mail archive of the gcc-patches@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: PATCH: type attributes influence other types


On Fri, Sep 10, 1999 at 03:50:56PM -0000, Andrew Haley wrote:
> 	* tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
> 	when comparing types; this requires the type to have been laid
> 	out, so call layout_type() first.

I'd prefer to see some of that verbage as a comment instead.
Consider it approved with that change.

Also, we might as well kill whatever known place(s) there are
that call layout_type after type_hash_lookup.


r~


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