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: Incorrect bitfield aliasing with Tree SSA


> +  /* Alias set for a DECL_NONADDRESSABLE_P field.  Otherwise -1.  */
> +  HOST_WIDE_INT alias_set;

Do you need this extra memory?  Can't you just have a flag that says
to look at TYPE_ALIAS_SET (DECL_CONTEXT (field))?


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