http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029
Yury Gribov <y.gribov at samsung dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |y.gribov at samsung dot com --- Comment #2 from Yury Gribov <y.gribov at samsung dot com> --- Created attachment 31177 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31177&action=edit Draft patch Aha, looks like the ICE is caused by destination address being INTEGER_CST instead of ADDR_EXPR. Attached patch seems to fix this (tested on x86_64). @Volker: could you add your testcase to Asan testsuite? -Y