This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ping Re: [PATCH] Avoid in gcc.target/powerpc/ -m32 or -m64 in dg-options (PR target/77416)


On Wed, Jan 18, 2017 at 01:51:12PM +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  <jakub@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?

Yes, thank you!  Sorry for failing to reply before.


Segher


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]