Hi! On Wed, Jan 11, 2017 at 08:41:02PM +0100, Jakub Jelinek wrote: > The pr77416.c test fails in some configurations, where the -m32 option > is not supported. The following patch fixes that by guarding the test > with ilp32 effective target and removing the -m32 and adjusts a couple of > tests that already have ilp32 or lp64 guard, but have useless -m32 or -m64 > in dg-options in addition to that. > > Bootstrapped/regtested on powerpc64le-linux, ok for trunk? > > 2017-01-11 Jakub Jelinek <ja...@redhat.com> > > PR target/77416 > * gcc.target/powerpc/pr77416.c Guard the test only for ilp32 effective > target. Use powerpc* instead of powerpc64* in targets. Remove -m32 > from dg-options. > * gcc.target/powerpc/pr64205.c: Remove -m32 from dg-options of ilp32 > guarded test. > * gcc.target/powerpc/fusion4.c: Likewise. > * gcc.target/powerpc/pr63491.c: Remove -m64 from dg-options of lp64 > guarded test. > * gcc.target/powerpc/pr58673-1.c: Likewise. > * gcc.target/powerpc/pr58673-2.c: Likewise. > * gcc.target/powerpc/pr59054.c: Likewise.
I'd like to ping this patch, ok for trunk? Jakub