[Bug tree-optimization/119921] ICE building SVE ACLE in varasm with switch

2025-05-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
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

[Bug tree-optimization/119921] ICE building SVE ACLE in varasm with switch

2025-04-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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.

[Bug tree-optimization/119921] ICE building SVE ACLE in varasm with switch

2025-04-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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.