https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107956
--- Comment #4 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:5c11d748564c7ce3b096e87ad350fcddd493e45e commit r13-4489-g5c11d748564c7ce3b096e87ad350fcddd493e45e Author: Andrew Pinski <pins...@gmail.com> Date: Mon Dec 5 09:09:52 2022 +0100 tree-optimization/107956 - ICE with NULL call LHS The following adds a missing check for a NULL call LHS in the vector pattern recognizer. PR tree-optimization/107956 * tree-vect-patterns.cc (vect_recog_mask_conversion_pattern): Check for NULL LHS on masked loads.