[Bug debug/106859] [13 Regression] ICE in val_store, at var-tracking.cc:2532 since r7-3839-gde0a3fa38e2ad8f3
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 20 09:58:57 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106859
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Richard Biener
<rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:1bdfedf8eba89fba4d689bc7a8fe896a7c752040
commit r13-10143-g1bdfedf8eba89fba4d689bc7a8fe896a7c752040
Author: Richard Biener <rguenther@suse.de>
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)
More information about the Gcc-bugs
mailing list