https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124041
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #4)
> My assert change didn't work. Rather we get a segfault instead. The assert
> there catches the bug earlier rather than a segfault.
>
> So not my bug after all.
Note, for the DEBUG_INSN case the assert makes no sense, gen_rtx_raw_SUBREG
always returns non-NULL.