From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 67C803858428; Tue, 4 Oct 2022 21:01:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 67C803858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664917265; bh=tGhC2fwPUiGidhJ231DQTpd9J4R1h22/5NhAXRYE4JI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MysNKNBwEj6GPtvJDFOBVJmxn5YM995QivTJ8TWMDTDvjieDI+A4pv9s/BW6xz1A3 kKnSB5UJKHCaBtsQ96FrjSlc4vuHiT47411A4LLtRz+16QVTOPm4Oa/FPgyxOyzR/J ITD5KotsHiVqyiNltj7ZK5xhFGzf5uguxdDX63rQ= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/107154] [12/13 Regression] GDB jumping to end of block when stepping over construction of local variable Date: Tue, 04 Oct 2022 21:01:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107154 --- Comment #3 from Jonathan Wakely --- It started with r12-6329 c++: EH and partially constructed aggr temp [PR66139]=