https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97666

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:9d1b813d0f7c9a8d80b0aee6eb1418b0afdf0f84

commit r11-4653-g9d1b813d0f7c9a8d80b0aee6eb1418b0afdf0f84
Author: Richard Biener <rguent...@suse.de>
Date:   Tue Nov 3 12:06:19 2020 +0100

    bootstrap/97666 - fix array of bool allocation

    This fixes the bad assumption that sizeof (bool) == 1

    2020-11-03  Richard Biener  <rguent...@suse.de>

            PR bootstrap/97666
            * tree-vect-slp.c (vect_build_slp_tree_2): Scale
            allocation of skip_args by sizeof (bool).

Reply via email to