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]
Other format: [Raw text]

Re: RFA (layout): PATCH for c++/48029 (ICE-on-valid with templates and arrays)


On 03/10/2011 09:56 AM, Jason Merrill wrote:
While looking at the history, it occurred to me that
COMPLETE_OR_UNBOUND_ARRAY_TYPE_P is a better test than TYPE_SIZE in the
type_hash_eq change, so I'm going to make that tweak to the patch

OK, apparently this was a bad idea; it caused 48069. So I switched back to COMPLETE_TYPE_P.


Jason


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