Re: [PATCH] array-bounds, v2: Fix up ICE on overaligned variables [PR99109]

2021-02-18 Thread Richard Biener
On Thu, 18 Feb 2021, Jakub Jelinek wrote: > On Wed, Feb 17, 2021 at 02:38:04PM -0700, Martin Sebor via Gcc-patches wrote: > > How does build_printable_array_type sound? > > This adjusted version also works and has been successfully > bootstrapped/regtested on x86_64-linux and i686-linux. > > Ok

[PATCH] array-bounds, v2: Fix up ICE on overaligned variables [PR99109]

2021-02-18 Thread Jakub Jelinek via Gcc-patches
On Wed, Feb 17, 2021 at 02:38:04PM -0700, Martin Sebor via Gcc-patches wrote: > How does build_printable_array_type sound? This adjusted version also works and has been successfully bootstrapped/regtested on x86_64-linux and i686-linux. Ok for trunk? 2021-02-18 Jakub Jelinek PR middl