Re: [PATCH] Add TARGET_UPDATE_DECL_ALIGNMENT [PR95237]

2020-06-25 Thread Richard Biener via Gcc-patches
On Thu, Jun 25, 2020 at 2:53 AM Sunil Pandey wrote: > > On Wed, Jun 24, 2020 at 12:30 AM Richard Biener > wrote: > > > > On Tue, Jun 23, 2020 at 5:31 PM Sunil K Pandey via Gcc-patches > > wrote: > > > > > > From: Sunil K Pandey > > > > > > Default for this hook is NOP. For x86, in 32 bit mode,

Re: [PATCH] Add TARGET_UPDATE_DECL_ALIGNMENT [PR95237]

2020-06-24 Thread Sunil Pandey via Gcc-patches
On Wed, Jun 24, 2020 at 12:30 AM Richard Biener wrote: > > On Tue, Jun 23, 2020 at 5:31 PM Sunil K Pandey via Gcc-patches > wrote: > > > > From: Sunil K Pandey > > > > Default for this hook is NOP. For x86, in 32 bit mode, this hook > > sets alignment of long long on stack to 32 bits if preferre

Re: [PATCH] Add TARGET_UPDATE_DECL_ALIGNMENT [PR95237]

2020-06-24 Thread Richard Biener via Gcc-patches
On Tue, Jun 23, 2020 at 5:31 PM Sunil K Pandey via Gcc-patches wrote: > > From: Sunil K Pandey > > Default for this hook is NOP. For x86, in 32 bit mode, this hook > sets alignment of long long on stack to 32 bits if preferred stack > boundary is 32 bits. > > - This patch fixes > gcc.tar

[PATCH] Add TARGET_UPDATE_DECL_ALIGNMENT [PR95237]

2020-06-23 Thread Sunil K Pandey via Gcc-patches
From: Sunil K Pandey Default for this hook is NOP. For x86, in 32 bit mode, this hook sets alignment of long long on stack to 32 bits if preferred stack boundary is 32 bits. - This patch fixes gcc.target/i386/pr69454-2.c gcc.target/i386/stackalign/longlong-1.c - Regression test