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.c (record_component_aliases): Call record_alias_subset for
> 	DECL_NONADDRESSABLE_P fields too.

There's absolutely *no point* in DECL_NONADDRESSABLE_P if you do this, so
this is a very serious pessimization.

If there's a bug in the feature, let's fix it, not disable it!


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