bootstrap/97666 - really fix sizeof (bool) issue
authorRichard Biener <rguenther@suse.de>
Wed, 4 Nov 2020 08:36:05 +0000 (09:36 +0100)
committerRichard Biener <rguenther@suse.de>
Wed, 4 Nov 2020 08:37:43 +0000 (09:37 +0100)
commit8d887367a7a3bc2cf1ca926899567aeeba915e44
tree6dc7ca70c54e04703173a24798baec6c04577224
parent7526923d77eead9e18e827ba22a3933933f7df12
bootstrap/97666 - really fix sizeof (bool) issue

Pastoed the previous fix too quickly, the following fixes the
correct spot - the memset, not the allocation.

2020-11-04  Richard Biener  <rguenther@suse.de>

PR bootstrap/97666
* tree-vect-slp.c (vect_build_slp_tree_2): Revert previous
fix and instead adjust the memset.
gcc/tree-vect-slp.c