https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127330
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Richard Sandiford <[email protected]>: https://gcc.gnu.org/g:0825c50d80f9df4f18efb163bbe6929b9f792093 commit r17-4160-g0825c50d80f9df4f18efb163bbe6929b9f792093 Author: Richard Sandiford <[email protected]> Date: Fri Sep 11 10:42:58 2026 +0100 Initialise temporary recog_data.insns [PR127330] When installing a temporary recog_data, we need to zero-initialise the insn field to indicate that none of the other contents are valid. gcc/ PR middle-end/127330 * recog.h (recog_state_saver::recog_state_saver): Initialize m_tmp_recog_data.insn.
