[Bug tree-optimization/125686] [17 regression] ICE in verify_gimple failed on SPARC
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 10 13:25:28 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125686
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:de7756c90f3bebdf02492842ec355d7e18745e7b
commit r17-1461-gde7756c90f3bebdf02492842ec355d7e18745e7b
Author: Richard Biener <rguenther@suse.de>
Date: Wed Jun 10 13:50:16 2026 +0200
tree-optimization/125686 - missing bits in PR125646 fix
The following patches up synth_lshift_by_additions and
apply_binop_and_append_stmt to set the correct vector type on
the pattern stmt generated.
PR tree-optimization/125686
* tree-vect-patterns.cc (synth_lshift_by_additions): Specify
pattern vector type.
(apply_binop_and_append_stmt): Likewise.
(vect_synth_mult_by_constant): Adjust.
More information about the Gcc-bugs
mailing list