Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-12-12 Thread Richard Earnshaw (lists)
On 30/08/2018 13:24, Richard Sandiford wrote: > Joey Ye writes: >> Hi Bin & Richard, >> >> It is not as simple as keeping the assertion, which still fails even >> with the change in reorg.c. The testing result is as following: >> >> I. With Bin's patch version 2 (removing the assertion in

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-08-30 Thread Richard Sandiford
Joey Ye writes: > Hi Bin & Richard, > > It is not as simple as keeping the assertion, which still fails even > with the change in reorg.c. The testing result is as following: > > I. With Bin's patch version 2 (removing the assertion in aarch64.c and > adding the check in reorg.c): pr84682-2.c

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-08-30 Thread Joey Ye
typo: s/reorg.c/recog.c/g On Thu, Aug 30, 2018 at 11:20 AM Joey Ye wrote: > > Hi Bin & Richard, > > It is not as simple as keeping the assertion, which still fails even > with the change in reorg.c. The testing result is as following: > > I. With Bin's patch version 2 (removing the assertion in

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-08-30 Thread Joey Ye
Hi Bin & Richard, It is not as simple as keeping the assertion, which still fails even with the change in reorg.c. The testing result is as following: I. With Bin's patch version 2 (removing the assertion in aarch64.c and adding the check in reorg.c): pr84682-2.c passes II. With Richard's

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-08-29 Thread Bin.Cheng
On Thu, Aug 30, 2018 at 2:47 AM Richard Sandiford wrote: > > Joey Ye writes: > > diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c > > index 07c55b1..9e965ab 100644 > > --- a/gcc/config/aarch64/aarch64.c > > +++ b/gcc/config/aarch64/aarch64.c > > @@ -5674,9 +5674,6 @@

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-08-29 Thread Richard Sandiford
Joey Ye writes: > diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c > index 07c55b1..9e965ab 100644 > --- a/gcc/config/aarch64/aarch64.c > +++ b/gcc/config/aarch64/aarch64.c > @@ -5674,9 +5674,6 @@ aarch64_classify_address (struct aarch64_address_info > *info, >&&

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-08-29 Thread Joey Ye
Ping^2 for Bin The ICE is still there annoyingly. Thanks, Joey On Wed, May 16, 2018 at 9:21 AM Kyrill Tkachov wrote: > > Hi Bin, > > > On 22/03/18 11:07, Bin.Cheng wrote: > > On Sat, Mar 17, 2018 at 8:54 AM, Richard Sandiford > > wrote: > > > Kyrill Tkachov writes: > > >> Hi Bin, > > >> > >

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-05-16 Thread Kyrill Tkachov
Hi Bin, On 22/03/18 11:07, Bin.Cheng wrote: On Sat, Mar 17, 2018 at 8:54 AM, Richard Sandiford wrote: > Kyrill Tkachov writes: >> Hi Bin, >> >> On 16/03/18 11:42, Bin Cheng wrote: >>> Hi, >>> This simple patch fixes test case

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-04-24 Thread Bin.Cheng
On Thu, Mar 22, 2018 at 11:07 AM, Bin.Cheng wrote: > On Sat, Mar 17, 2018 at 8:54 AM, Richard Sandiford > wrote: >> Kyrill Tkachov writes: >>> Hi Bin, >>> >>> On 16/03/18 11:42, Bin Cheng wrote: Hi,

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-03-22 Thread Bin.Cheng
On Sat, Mar 17, 2018 at 8:54 AM, Richard Sandiford wrote: > Kyrill Tkachov writes: >> Hi Bin, >> >> On 16/03/18 11:42, Bin Cheng wrote: >>> Hi, >>> This simple patch fixes test case failure for pr84682-2.c by returning >>> false on

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-03-17 Thread Richard Sandiford
Kyrill Tkachov writes: > Hi Bin, > > On 16/03/18 11:42, Bin Cheng wrote: >> Hi, >> This simple patch fixes test case failure for pr84682-2.c by returning >> false on wrong mode rtx in aarch64_classify_address, rather than assert. >> >> Bootstrap and test on aarch64.

Re: [PATCH AArch64]Fix test failure for pr84682-2.c

2018-03-16 Thread Kyrill Tkachov
Hi Bin, On 16/03/18 11:42, Bin Cheng wrote: Hi, This simple patch fixes test case failure for pr84682-2.c by returning false on wrong mode rtx in aarch64_classify_address, rather than assert. Bootstrap and test on aarch64. Is it OK? Thanks, bin 2018-03-16 Bin Cheng

[PATCH AArch64]Fix test failure for pr84682-2.c

2018-03-16 Thread Bin Cheng
Hi, This simple patch fixes test case failure for pr84682-2.c by returning false on wrong mode rtx in aarch64_classify_address, rather than assert. Bootstrap and test on aarch64. Is it OK? Thanks, bin 2018-03-16 Bin Cheng * config/aarch64/aarch64.c