https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
Richard Biener changed:
What|Removed |Added
Target Milestone|14.3|14.4
--- Comment #6 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
--- Comment #5 from Andrew Pinski ---
The fix would be in switch_conversion::check_final_bb () (near the call to
initializer_constant_valid_p). To check that the vector type is not a variable
length one.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
--- Comment #4 from Andrew Pinski ---
Note my reduced testcase fails even for GCC 10.1.0. So this is not a regression
either.