http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54781
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 2012-12-07 11:43:36 UTC --- Sounds more like a latent issue to me. Yes, removing invalid MEM_EXPRs would be ok - but where do we dispatch to the tree oracle by-passing ao_ref_from_mem which should reject this as well? Isn't this happening on the GIMPLE level?