This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/78035] Inconsistency between address comparison and alias analysis


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78035

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
It would be nice to split out a predicate for this from
symtab_node::equal_address_to that I can invoke on a single symtab node
(or is there already one?  The code suggests that
->analyzed && decl_binds_to_current_def_p () is conservatively correct?

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