https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Slightly reduced: #include <vector> std::vector<bool> byCallSpread; void f() { byCallSpread = {true}; }
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 25 Jul 2023 23:30:37 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Slightly reduced: #include <vector> std::vector<bool> byCallSpread; void f() { byCallSpread = {true}; }