[PATCH] Adjust target for vect/pr48765.c

2012-10-12 Thread Joe Seymour
I'm observing vect/pr48765.c fail for non 64-bit PowerPC targets: > gcc/testsuite/gcc.dg/vect/pr48765.c:1:0: error: -m64 not supported in this configuration This patch restricts the test to 64-bit PowerPC targets. I don't have commit access, so if this OK perhaps someone could commit it for me?

Re: [PATCH] Adjust target for vect/pr48765.c

2012-10-12 Thread Janis Johnson
On 10/12/2012 08:05 AM, Joe Seymour wrote: > I'm observing vect/pr48765.c fail for non 64-bit PowerPC targets: > >> gcc/testsuite/gcc.dg/vect/pr48765.c:1:0: error: -m64 not supported in this > configuration > > This patch restricts the test to 64-bit PowerPC targets. I don't have commit > access,

Re: [PATCH] Adjust target for vect/pr48765.c

2012-10-12 Thread Peter Bergner
On Fri, 2012-10-12 at 10:17 -0700, Janis Johnson wrote: > No, the test should not add -m64, and -mcpu=power6 might conflict > with multilib options. I proposed a different fix for this test in > and then > didn't follow up on it. > > I've

Re: [PATCH] Adjust target for vect/pr48765.c

2012-10-12 Thread David Edelsohn
On Fri, Oct 12, 2012 at 1:17 PM, Janis Johnson wrote: > On 10/12/2012 08:05 AM, Joe Seymour wrote: >> I'm observing vect/pr48765.c fail for non 64-bit PowerPC targets: >> >>> gcc/testsuite/gcc.dg/vect/pr48765.c:1:0: error: -m64 not supported in this >> configuration >> >> This patch restricts the