On Tue, Jan 21, 2020 at 12:36 AM Jakub Jelinek <ja...@redhat.com> wrote: > 2020-01-21 Jakub Jelinek <ja...@redhat.com> > > PR target/93333 > * config/riscv/riscv.c (riscv_rtx_costs) <case ZERO_EXTRACT>: Verify > the last two operands are CONST_INT_P before using them as such. > > * gcc.c-torture/compile/pr93333.c: New test.
Yes, this is OK. I've already tested it with rtl-checking enabled builds. Jim