https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94551
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:a615ea71bc8fbf31b9bc71cb373a7ca5b9cca44a commit r10-7685-ga615ea71bc8fbf31b9bc71cb373a7ca5b9cca44a Author: Jakub Jelinek <ja...@redhat.com> Date: Sat Apr 11 07:32:12 2020 +0200 cselib: Mark the cselib_record_sp_cfa_base_equiv VALUE as preserved [PR94551] Sometimes the cselib_record_sp_cfa_base_equiv makes it into the var-tracking used VALUEs and needs to be preserved. 2020-04-11 Jakub Jelinek <ja...@redhat.com> PR debug/94495 PR target/94551 * cselib.c (cselib_record_sp_cfa_base_equiv): Set PRESERVED_VALUE_P on val->val_rtx.