https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113197
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> --- I think that assert is just entirely bogus? WRT EAF_NO_INDIRECT_READ and EAF_NO_DIRECT_READ the only thing we could say is that if there's EAF_NO_DIRECT_READ there cannot be !EAF_NO_INDIRECT_READ but we verify the flags are set consistently and definitely both can be set or unset. I will just nuke the assert and give Honza the chance to explain.