https://sourceware.org/bugzilla/show_bug.cgi?id=27723
--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d20eb46617fc6170e144f80dcbaffbc3f4ff6090 commit d20eb46617fc6170e144f80dcbaffbc3f4ff6090 Author: Alan Modra <amo...@gmail.com> Date: Wed Apr 14 09:23:12 2021 +0930 Re: PR27723, Internal error in select_cie_for_fde Let's make sure what we allow in the CIE initial instructions and what select_cie_for_fde compares for a match is always in sync. Also correct the previous patch that allowed DW_CFA_GNU_window_save to be part of the CIE initial instructions, which was likely a mistake. PR 27723 * dw2gencfi.c (initial_cie_insn): New function, extracted from.. (select_cie_for_fde): ..here. Simplify. -- You are receiving this mail because: You are on the CC list for the bug.