Re: [PATCH] bootstrap/97666 - fix array of bool allocation

2020-11-03 Thread Richard Biener
On Wed, 4 Nov 2020, Iain Sandoe wrote: > Martin Sebor via Gcc-patches wrote: > > >On 11/3/20 4:13 AM, Richard Biener wrote: > >>This fixes the bad assumption that sizeof (bool) == 1 > >>Bootstrap / regtest running on x86_64-unknown-linux-gnu. > >>2020-11-03 Richard Biener > >> PR bootstrap/97

Re: [PATCH] bootstrap/97666 - fix array of bool allocation

2020-11-03 Thread Iain Sandoe via Gcc-patches
Martin Sebor via Gcc-patches wrote: On 11/3/20 4:13 AM, Richard Biener wrote: This fixes the bad assumption that sizeof (bool) == 1 Bootstrap / regtest running on x86_64-unknown-linux-gnu. 2020-11-03 Richard Biener PR bootstrap/97666 * tree-vect-slp.c (vect_build_slp_tree_2)

Re: [PATCH] bootstrap/97666 - fix array of bool allocation

2020-11-03 Thread Martin Sebor via Gcc-patches
On 11/3/20 4:13 AM, Richard Biener wrote: This fixes the bad assumption that sizeof (bool) == 1 Bootstrap / regtest running on x86_64-unknown-linux-gnu. 2020-11-03 Richard Biener PR bootstrap/97666 * tree-vect-slp.c (vect_build_slp_tree_2): Scale allocation of skip_a