Re: [PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-10-22 Thread Kito Cheng
Thanks, committed to gcc-10 branch :) On Thu, Oct 22, 2020 at 3:58 PM Richard Biener wrote: > On Thu, 22 Oct 2020, Kito Cheng wrote: > > > OK for gcc-10 branch? > > > > This patch was committed into trunk for 1 week and seems stable. > > Yes. > > > On Wed, Oct 14, 2020 at 11:56 AM Kito Cheng >

Re: [PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-10-22 Thread Richard Biener
On Thu, 22 Oct 2020, Kito Cheng wrote: > OK for gcc-10 branch? > > This patch was committed into trunk for 1 week and seems stable. Yes. > On Wed, Oct 14, 2020 at 11:56 AM Kito Cheng wrote: > > > > Thanks for reviewing that, committed to trunk :) > > > > On Tue, Oct 13, 2020 at 5:38 PM Eric

Re: [PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-10-22 Thread Kito Cheng via Gcc-patches
OK for gcc-10 branch? This patch was committed into trunk for 1 week and seems stable. On Wed, Oct 14, 2020 at 11:56 AM Kito Cheng wrote: > > Thanks for reviewing that, committed to trunk :) > > On Tue, Oct 13, 2020 at 5:38 PM Eric Botcazou wrote: > > > > > Do you mind having a review for

Re: [PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-10-13 Thread Kito Cheng via Gcc-patches
Thanks for reviewing that, committed to trunk :) On Tue, Oct 13, 2020 at 5:38 PM Eric Botcazou wrote: > > > Do you mind having a review for that? > > Sorry for missing the v2 patch; yes, it looks good to me. > > -- > Eric Botcazou > >

Re: [PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-10-13 Thread Eric Botcazou
> Do you mind having a review for that? Sorry for missing the v2 patch; yes, it looks good to me. -- Eric Botcazou

Re: [PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-10-13 Thread Kito Cheng
ping^2 Hi Eric: Do you mind having a review for that? thanks :) On Mon, Oct 5, 2020 at 5:24 PM Kito Cheng wrote: > ping. > > > On Fri, Sep 25, 2020 at 2:33 PM Richard Biener wrote: > >> On Fri, 25 Sep 2020, Kito Cheng wrote: >> >> > In g:70cdb21e579191fe9f0f1d45e328908e59c0179e, DECL/global

Re: [PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-10-05 Thread Kito Cheng
ping. On Fri, Sep 25, 2020 at 2:33 PM Richard Biener wrote: > On Fri, 25 Sep 2020, Kito Cheng wrote: > > > In g:70cdb21e579191fe9f0f1d45e328908e59c0179e, DECL/global variable has > handled > > misaligned stores, but it didn't handle PARALLEL values, and I refer the > > other part of this

Re: [PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-09-25 Thread Richard Biener
On Fri, 25 Sep 2020, Kito Cheng wrote: > In g:70cdb21e579191fe9f0f1d45e328908e59c0179e, DECL/global variable has > handled > misaligned stores, but it didn't handle PARALLEL values, and I refer the > other part of this function, I found the PARALLEL need handled by > emit_group_* functions, so I

[PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values.

2020-09-24 Thread Kito Cheng
In g:70cdb21e579191fe9f0f1d45e328908e59c0179e, DECL/global variable has handled misaligned stores, but it didn't handle PARALLEL values, and I refer the other part of this function, I found the PARALLEL need handled by emit_group_* functions, so I add a check, and using emit_group_store if storing