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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-checking                |
                 CC|                            |rsandifo at gcc dot gnu.org

--- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Uroš Bizjak from comment #1)
> However, there should be no SUBREG RTXes after reload.

x86 assumes the above, if this is no longer the case, then all post-reload
splitters and peephole2 patterns that use REGNO (operands[X]) should be
converted to use reg_or_subregno (operands[X]) instead.

CC added.

Reply via email to