http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53550
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-06-01 12:03:40 UTC --- Started with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161655 (aka MEM_REF). Guess the bug is that step's type is POINTER_TYPE, it should probably be some integer type instead.