Re: [committed] Skip asm goto test fails on hppa

2021-01-19 Thread Hans-Peter Nilsson
On Tue, 19 Jan 2021, Hans-Peter Nilsson wrote: > On Tue, 19 Jan 2021, Richard Sandiford wrote: > > > Hans-Peter Nilsson writes: > > > On Tue, 19 Jan 2021, Jakub Jelinek wrote: > > >> I think "IRA target" is not the right term, all targets are IRA targets, > > >> but only some are using LRA and oth

Re: [committed] Skip asm goto test fails on hppa

2021-01-19 Thread Hans-Peter Nilsson
On Tue, 19 Jan 2021, Richard Sandiford wrote: > Hans-Peter Nilsson writes: > > On Tue, 19 Jan 2021, Jakub Jelinek wrote: > >> I think "IRA target" is not the right term, all targets are IRA targets, > >> but only some are using LRA and others use the old reload. > > > > But, IRA isn't used when..

Re: [committed] Skip asm goto test fails on hppa

2021-01-19 Thread Hans-Peter Nilsson
On Tue, 19 Jan 2021, Jeff Law wrote: > On 1/19/21 5:36 AM, Hans-Peter Nilsson wrote: > > I'll call the suggested testsuite target-supports predicate > > "lra" (thanks Andreas S.; of course!), to be used negated here. > Well we could do that.? But instead I propose we drop reload for gcc-12 > now th

Re: [committed] Skip asm goto test fails on hppa

2021-01-19 Thread Jeff Law via Gcc-patches
On 1/19/21 5:36 AM, Hans-Peter Nilsson wrote: > > On Tue, 19 Jan 2021, Jakub Jelinek wrote: > >> On Mon, Jan 18, 2021 at 11:50:56PM -0500, Hans-Peter Nilsson wrote: >>> On Mon, 18 Jan 2021, John David Anglin wrote: The hppa target is a reload target and asm goto is not supported on reload

Re: [committed] Skip asm goto test fails on hppa

2021-01-19 Thread Richard Sandiford via Gcc-patches
Hans-Peter Nilsson writes: > On Tue, 19 Jan 2021, Jakub Jelinek wrote: > >> On Mon, Jan 18, 2021 at 11:50:56PM -0500, Hans-Peter Nilsson wrote: >> > On Mon, 18 Jan 2021, John David Anglin wrote: >> > > The hppa target is a reload target and asm goto is not supported on >> > > reload targets. >> >

Re: [committed] Skip asm goto test fails on hppa

2021-01-19 Thread Hans-Peter Nilsson
On Tue, 19 Jan 2021, Jakub Jelinek wrote: > On Mon, Jan 18, 2021 at 11:50:56PM -0500, Hans-Peter Nilsson wrote: > > On Mon, 18 Jan 2021, John David Anglin wrote: > > > The hppa target is a reload target and asm goto is not supported on > > > reload targets. > > > Skip failing tests on hppa. >

Re: [committed] Skip asm goto test fails on hppa

2021-01-19 Thread Jakub Jelinek via Gcc-patches
On Mon, Jan 18, 2021 at 11:50:56PM -0500, Hans-Peter Nilsson wrote: > On Mon, 18 Jan 2021, John David Anglin wrote: > > The hppa target is a reload target and asm goto is not supported on reload > > targets. > > Skip failing tests on hppa. > > IIUC the preferred term is "IRA target" or maybe "non

Re: [committed] Skip asm goto test fails on hppa

2021-01-19 Thread Andreas Schwab
On Jan 18 2021, Hans-Peter Nilsson wrote: > On Mon, 18 Jan 2021, John David Anglin wrote: >> The hppa target is a reload target and asm goto is not supported on reload >> targets. >> Skip failing tests on hppa. > > IIUC the preferred term is "IRA target" or maybe "non-LRA > target", as opposed to

Re: [committed] Skip asm goto test fails on hppa

2021-01-18 Thread Hans-Peter Nilsson
On Mon, 18 Jan 2021, John David Anglin wrote: > The hppa target is a reload target and asm goto is not supported on reload > targets. > Skip failing tests on hppa. IIUC the preferred term is "IRA target" or maybe "non-LRA target", as opposed to "LRA target". The tests fail for cris-elf too, anot

[committed] Skip asm goto test fails on hppa

2021-01-18 Thread John David Anglin
The hppa target is a reload target and asm goto is not supported on reload targets. Skip failing tests on hppa. Committed to master. Regards, Dave Skip asm goto tests on hppa*-*-*. gcc/testsuite/ChangeLog: PR testsuite/97987 * gcc.c-torture/compile/asmgoto-2.c: Skip on hppa.