Re: [PATCH] Ignore properly -mdirect-move (PR target/87164).

2018-09-05 Thread Martin Liška
On 09/04/2018 09:40 PM, Segher Boessenkool wrote: > Hi! > > On Tue, Sep 04, 2018 at 04:02:23PM +0200, Martin Liška wrote: >> Option mdirect-move should be Deprecated, that means option value is ignored >> and user can't influence rs6000_isa_flags. >> >> Patch can bootstrap on ppc64le-redhat-linux

Re: [PATCH] Ignore properly -mdirect-move (PR target/87164).

2018-09-04 Thread Segher Boessenkool
Hi! On Tue, Sep 04, 2018 at 04:02:23PM +0200, Martin Liška wrote: > Option mdirect-move should be Deprecated, that means option value is ignored > and user can't influence rs6000_isa_flags. > > Patch can bootstrap on ppc64le-redhat-linux (gcc110 and gcc112) and survives > regression tests. > >

[PATCH] Ignore properly -mdirect-move (PR target/87164).

2018-09-04 Thread Martin Liška
Hi. Option mdirect-move should be Deprecated, that means option value is ignored and user can't influence rs6000_isa_flags. Patch can bootstrap on ppc64le-redhat-linux (gcc110 and gcc112) and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2018-08-31 Martin Liska