[committed] Fix pr92085-2.c regressions on msp430-elf

2020-06-01 Thread Jeff Law via Gcc-patches
msp430-elf has had regressions for a while. There was other instability at the time the regression started, so I waited to see if it'd correct itself, but it didn't and I finally took a looksie. We're processing this in lower-subreg: (insn 30 64 42 6 (set (subreg:SI (reg/v:HI 33 [ oz ]) 0)

Re: PR92085

2019-10-15 Thread Prathamesh Kulkarni
On Mon, 14 Oct 2019 at 23:23, Jakub Jelinek wrote: > > On Mon, Oct 14, 2019 at 03:24:02PM -0700, Prathamesh Kulkarni wrote: > > The patch fixes this by simply putting gsi_next in else, which avoids > > the above issue. > > Bootstrap+test in progress on x86_64-unknown-linux-gnu. > > OK to commit

Re: PR92085

2019-10-15 Thread Jakub Jelinek
On Mon, Oct 14, 2019 at 03:24:02PM -0700, Prathamesh Kulkarni wrote: > The patch fixes this by simply putting gsi_next in else, which avoids > the above issue. > Bootstrap+test in progress on x86_64-unknown-linux-gnu. > OK to commit if passes ? No ChangeLog entry. --- a/gcc/tree-if-conv.c +++

PR92085

2019-10-14 Thread Prathamesh Kulkarni
Thanks, Prathamesh diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr92085-1.c b/gcc/testsuite/gcc.dg/tree-ssa/pr92085-1.c new file mode 100644 index 000..c18f820a09e --- /dev/null +++ b/gcc/testsuite/gcc.dg/tree-ssa/pr92085-1.c @@ -0,0 +1,20 @@ +/* { dg-do compile } */ +/* { dg-options "