Re: Build failures in powerpc ptrace selftests

2017-08-31 Thread Seth Forshee
On Thu, Aug 31, 2017 at 01:41:47AM +0800, Simon Guo wrote: > Hi Seth, > On Wed, Aug 30, 2017 at 08:05:25AM -0500, Seth Forshee wrote: > > With gcc 7 from Ubuntu 17.10 I'm getting the follwing error building the > > ptrace selftests for powerpc: > > > > ptrace-tm-vsx.c: In function ‘tm_vsx’: > >

Re: Build failures in powerpc ptrace selftests

2017-08-31 Thread Simon Guo
Hi Seth, On Wed, Aug 30, 2017 at 08:05:25AM -0500, Seth Forshee wrote: > With gcc 7 from Ubuntu 17.10 I'm getting the follwing error building the > ptrace selftests for powerpc: > > ptrace-tm-vsx.c: In function ‘tm_vsx’: > ptrace-tm-vsx.c:42:2: error: PIC register clobbered by ‘r2’ in ‘asm’ >

Build failures in powerpc ptrace selftests

2017-08-30 Thread Seth Forshee
With gcc 7 from Ubuntu 17.10 I'm getting the follwing error building the ptrace selftests for powerpc: ptrace-tm-vsx.c: In function ‘tm_vsx’: ptrace-tm-vsx.c:42:2: error: PIC register clobbered by ‘r2’ in ‘asm’ asm __volatile__( ^~~ make[1]: *** [ptrace-tm-vsx] Error 1 ptrace-tm-sp