Re: [PATCH] Fix PR88085

2021-04-23 Thread Jeff Law via Gcc-patches
On 4/20/2021 8:06 AM, Andreas Krebbel via Gcc-patches wrote: With the current handling of decl alignments it is impossible to reduce the alignment requirement as part of a variable declaration. This change has been proposed by Richard in the PR. It fixes the align-1.c testcase on IBM Z.

Re: [PATCH] Fix PR88085

2021-04-21 Thread Richard Biener via Gcc-patches
On Tue, Apr 20, 2021 at 5:16 PM Andreas Krebbel via Gcc-patches wrote: > > With the current handling of decl alignments it is impossible to > reduce the alignment requirement as part of a variable declaration. > > This change has been proposed by Richard in the PR. It fixes the > align-1.c

[PATCH] Fix PR88085

2021-04-20 Thread Andreas Krebbel via Gcc-patches
With the current handling of decl alignments it is impossible to reduce the alignment requirement as part of a variable declaration. This change has been proposed by Richard in the PR. It fixes the align-1.c testcase on IBM Z. Bootstrapped on x86_64 and s390x. No regressions. Ok for mainline?