https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106859
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:548cb75fc6cd0d4c68f9d186096034a03ae4ed57 commit r14-12433-g548cb75fc6cd0d4c68f9d186096034a03ae4ed57 Author: Richard Biener <[email protected]> Date: Wed Jan 28 10:16:29 2026 +0100 rtl-optimization/106859 - fix location dumping from var-tracking We currently ICE when the locations include one without a setting insn. Looking at cselib this seems to be a supported state so the following arranges for this and dumps -1 as UID. PR rtl-optimization/106859 * var-tracking.cc (val_store): Dump -1 as UID if setting_insn is NULL. (cherry picked from commit 974182ec0985dfce4960d07cae5f28ae2f70874e)
