https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70174
--- Comment #4 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to Jakub Jelinek from comment #3) > Though, aarch64 ICEs in the same place, so this is likely not an i386 > backend issue. This is an issue with insv handling infrastructure. The problem is in expmed.c, around line 669, where simplify_subreg is called with (symbol_ref:DI ...). This won't work.