Re: i386: Fix array index in expander

2020-09-14 Thread Nathan Sidwell
On 9/14/20 6:10 AM, Hongtao Liu wrote: On Mon, Sep 14, 2020 at 3:51 PM Richard Biener via Gcc-patches wrote: On Fri, Sep 11, 2020 at 11:19 PM Nathan Sidwell wrote: I noticed a compiler warning about out-of-bound access. Fixed thusly. gcc/ * config/i386/sse.md (mov): Fi

Re: i386: Fix array index in expander

2020-09-14 Thread Hongtao Liu via Gcc-patches
On Mon, Sep 14, 2020 at 3:51 PM Richard Biener via Gcc-patches wrote: > > On Fri, Sep 11, 2020 at 11:19 PM Nathan Sidwell wrote: > > > > I noticed a compiler warning about out-of-bound access. Fixed thusly. > > > > gcc/ > > * config/i386/sse.md (mov): Fix operand indices. > > >

Re: i386: Fix array index in expander

2020-09-14 Thread Richard Biener via Gcc-patches
On Fri, Sep 11, 2020 at 11:19 PM Nathan Sidwell wrote: > > I noticed a compiler warning about out-of-bound access. Fixed thusly. > > gcc/ > * config/i386/sse.md (mov): Fix operand indices. > > pushed as obvious looks like wrong-code as well so could you push to affected branche

i386: Fix array index in expander

2020-09-11 Thread Nathan Sidwell
I noticed a compiler warning about out-of-bound access. Fixed thusly. gcc/ * config/i386/sse.md (mov): Fix operand indices. pushed as obvious -- Nathan Sidwell diff --git i/gcc/config/i386/sse.md w/gcc/config/i386/sse.md index a728b979f01..a784346a23b 100644 --- i/gcc/config/i38