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: Aliasing brokenness (Was: Re: [patch RFC] SH:Use FRAME_GROWS_DOWNWARD)


> While typex immediately becomes __builtin_va_list, typey never does.  
> The logic in
> nonoverlapping_component_refs_p might have been good enough to find a lot of
> common types, but it is not good enough to find all of them.

I'm confused.
It looks like one type is a builtin_va_list and one type is a va_list,
which don't seem to share anything in common.




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