Re: [PATCH] Fix PR97205

2020-11-03 Thread Bernd Edlinger
be merged after this >>>>> patch, but maybe simply by calling set_mem_align >>>>> instead of doing the DECL_ALIGN frobbing and do >>>>> the alignment compute also for SSA_NAMEs? >>>>> >>>>> The other pieces look OK but the a

Re: [PATCH] Fix PR97205

2020-11-03 Thread Richard Biener
On Tue, 3 Nov 2020, Bernd Edlinger wrote: > > > On 11/3/20 10:34 AM, Richard Biener wrote: > > On Mon, 2 Nov 2020, Bernd Edlinger wrote: > > > >> On 11/2/20 3:07 PM, Richard Biener wrote: > >>> On Mon, 2 Nov 2020, Bernd Edlinger wrote: > >>> > Hi, > > this makes sure that stack a

Re: [PATCH] Fix PR97205

2020-11-03 Thread Bernd Edlinger
On 11/3/20 10:34 AM, Richard Biener wrote: > On Mon, 2 Nov 2020, Bernd Edlinger wrote: > >> On 11/2/20 3:07 PM, Richard Biener wrote: >>> On Mon, 2 Nov 2020, Bernd Edlinger wrote: >>> Hi, this makes sure that stack allocated SSA_NAMEs are at least MODE_ALIGNED. Also increas

Re: [PATCH] Fix PR97205

2020-11-03 Thread Richard Biener
On Mon, 2 Nov 2020, Bernd Edlinger wrote: > On 11/2/20 3:07 PM, Richard Biener wrote: > > On Mon, 2 Nov 2020, Bernd Edlinger wrote: > > > >> Hi, > >> > >> this makes sure that stack allocated SSA_NAMEs are > >> at least MODE_ALIGNED. Also increase the MEM_ALIGN > >> for the corresponding rtl obj

Re: [PATCH] Fix PR97205

2020-11-02 Thread Bernd Edlinger
On 11/2/20 3:07 PM, Richard Biener wrote: > On Mon, 2 Nov 2020, Bernd Edlinger wrote: > >> Hi, >> >> this makes sure that stack allocated SSA_NAMEs are >> at least MODE_ALIGNED. Also increase the MEM_ALIGN >> for the corresponding rtl objects. >> >> >> Tested on x86_64-pc-linux-gnu and arm-none-e

Re: [PATCH] Fix PR97205

2020-11-02 Thread Richard Biener
On Mon, 2 Nov 2020, Bernd Edlinger wrote: > Hi, > > this makes sure that stack allocated SSA_NAMEs are > at least MODE_ALIGNED. Also increase the MEM_ALIGN > for the corresponding rtl objects. > > > Tested on x86_64-pc-linux-gnu and arm-none-eabi. > > OK for trunk? @@ -1022,6 +1030,14 @@ ex

[PATCH] Fix PR97205

2020-11-02 Thread Bernd Edlinger
From: Bernd Edlinger Date: Sun, 1 Nov 2020 07:32:20 +0100 Subject: [PATCH] Fix PR97205 This makes sure that stack allocated SSA_NAMEs are at least MODE_ALIGNED. Also increase the MEM_ALIGN for the corresponding rtl objects. gcc: 2020-11-01 Bernd Edlinger PR target/97205 * cfgexpand.c