https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70174

--- Comment #9 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Uroš Bizjak from comment #4)
> (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.

Eh, gen_lowpart at line 678 instead of simplify_subreg - and the patch fixes
the right spot.

Reply via email to