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,
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
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
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