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: New verify_alias_info


On Thu, Jul 22, 2004 at 12:38:36PM -0400, Diego Novillo wrote:
> +       /* Similarly, clear the set of addressable variables.  In this
> + 	 case, we can just clear the set because addressability is
> + 	 only computed here.  */
> +       bitmap_clear (addressable_vars);

Well, there's still TREE_ADDRESSABLE.  Seems to me that these
two flags should be kept in sync.


r~


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