Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-02 Thread David Edelsohn
On Tue, Apr 2, 2019 at 10:24 AM CHIGOT, CLEMENT wrote: > > > On Tue, Apr 2, 2019 at 4:05 PM David Edelsohn wrote: > > On Tue, Apr 2, 2019 at 10:01 AM CHIGOT, CLEMENT > > wrote: > > > On Tue, Apr 2, 2019 at 8:01 PM Ian Lance Taylor wrote: > > > > On Mon, Apr 1, 2019 at 7:28 PM David Edelsohn w

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-02 Thread CHIGOT, CLEMENT
On Tue, Apr 2, 2019 at 4:05 PM David Edelsohn wrote: > On Tue, Apr 2, 2019 at 10:01 AM CHIGOT, CLEMENT > wrote: > > On Tue, Apr 2, 2019 at 8:01 PM Ian Lance Taylor wrote: > > > On Mon, Apr 1, 2019 at 7:28 PM David Edelsohn wrote: > > > > On Mon, Apr 1, 2019 at 10:12 PM Ian Lance Taylor > >

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-02 Thread David Edelsohn
On Tue, Apr 2, 2019 at 10:01 AM CHIGOT, CLEMENT wrote: > > On Tue, Apr 2, 2019 at 8:01 PM Ian Lance Taylor wrote: > > > > On Mon, Apr 1, 2019 at 7:28 PM David Edelsohn wrote: > > > > > > On Mon, Apr 1, 2019 at 10:12 PM Ian Lance Taylor wrote: > > > > > > > > On Mon, Apr 1, 2019 at 7:06 PM David

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-02 Thread CHIGOT, CLEMENT
On Tue, Apr 2, 2019 at 8:01 PM Ian Lance Taylor wrote: > > On Mon, Apr 1, 2019 at 7:28 PM David Edelsohn wrote: > > > > On Mon, Apr 1, 2019 at 10:12 PM Ian Lance Taylor wrote: > > > > > > On Mon, Apr 1, 2019 at 7:06 PM David Edelsohn wrote: > > > > > > > > On Mon, Apr 1, 2019 at 9:50 PM Ian La

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-01 Thread Ian Lance Taylor
On Mon, Apr 1, 2019 at 7:28 PM David Edelsohn wrote: > > On Mon, Apr 1, 2019 at 10:12 PM Ian Lance Taylor wrote: > > > > On Mon, Apr 1, 2019 at 7:06 PM David Edelsohn wrote: > > > > > > On Mon, Apr 1, 2019 at 9:50 PM Ian Lance Taylor wrote: > > > > > > > > On Mon, Apr 1, 2019 at 12:43 AM CHIGOT

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-01 Thread David Edelsohn
On Mon, Apr 1, 2019 at 10:12 PM Ian Lance Taylor wrote: > > On Mon, Apr 1, 2019 at 7:06 PM David Edelsohn wrote: > > > > On Mon, Apr 1, 2019 at 9:50 PM Ian Lance Taylor wrote: > > > > > > On Mon, Apr 1, 2019 at 12:43 AM CHIGOT, CLEMENT > > > wrote: > > > > > > > > Description: > > > > * This

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-01 Thread Ian Lance Taylor
On Mon, Apr 1, 2019 at 7:06 PM David Edelsohn wrote: > > On Mon, Apr 1, 2019 at 9:50 PM Ian Lance Taylor wrote: > > > > On Mon, Apr 1, 2019 at 12:43 AM CHIGOT, CLEMENT > > wrote: > > > > > > Description: > > > * This patch removes -mvsx and -maltivec for go aix/ppc. > > > These options d

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-01 Thread David Edelsohn
On Mon, Apr 1, 2019 at 9:50 PM Ian Lance Taylor wrote: > > On Mon, Apr 1, 2019 at 12:43 AM CHIGOT, CLEMENT > wrote: > > > > Description: > > * This patch removes -mvsx and -maltivec for go aix/ppc. > > These options don't seem compatible with Go stack layout. > > Can you give some more de

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-01 Thread Ian Lance Taylor
On Mon, Apr 1, 2019 at 12:43 AM CHIGOT, CLEMENT wrote: > > Description: > * This patch removes -mvsx and -maltivec for go aix/ppc. > These options don't seem compatible with Go stack layout. Can you give some more details on the problem? gccgo should just be using the regular stack layout

Re: [PATCH,AIX] go: disable mvsx and maltivec for aix/ppc

2019-04-01 Thread David Edelsohn
On Mon, Apr 1, 2019 at 3:43 AM CHIGOT, CLEMENT wrote: > > Description: > * This patch removes -mvsx and -maltivec for go aix/ppc. > These options don't seem compatible with Go stack layout. > > Tests: > * AIX 7.2: Configure/Build: SUCCESS > > Changelog: > * go/gospec.c (lang_specific_d