https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118817
--- Comment #14 from GCC 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:77d01927bd7c989d431035251a5c196fe39bcec9 commit r15-7498-g77d01927bd7c989d431035251a5c196fe39bcec9 Author: Richard Biener <rguent...@suse.de> Date: Wed Feb 12 15:01:53 2025 +0100 tree-optimization/118817 - fix ICE with VN CTOR simplification The representation of CONSTRUCTOR nodes in VN NARY and gimple_match_op do not agree so do not attempt to marshal between them. PR tree-optimization/118817 * tree-ssa-sccvn.cc (vn_nary_simplify): Do not process CONSTRUCTOR NARY or update from CONSTRUCTOR simplified gimple_match_op. * gcc.dg/pr118817.c: New testcase.