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: [PATCH] Fix optimization regression in constant folder


> Exactly.  This type should not be produced or used by anything else than 
> Ada.

Huh?  sizetype has nothing whatsoever to do with Ada or any other language.
It's the type that we use for the trees in TYPE_SIZE, TYPE_SIZE_UNIT,
DECL_SIZE, DECL_SIZE_UNIT, DECL_FIELD_OFFSET, the component size in an
ARRAY_REF and the offset in a COMPONENT_REF.


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