From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 28D5B3858CDA; Wed, 11 Jan 2023 09:39:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 28D5B3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673429996; bh=zJtbWcKFT7IbYfQ6s/rKtVkelu/hY9sf3M45V5583gs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D1mO0lxEYDfBPNynoUqCUBEkr69nTWcJXB8xmswqAOEzEZ4kYUzC6l4RKtm5rywyC WIGQyQR3PlEiqblkkwwI2JKbJnuLwCpKh2NnmRBusu2mwXBFw8wqtifROSB2hjwg9z vWH6B/YSrNT8ZrShnAmYt5NNXJHmBfG2CG5+ZwZw= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29962] FAIL: gdb.reverse/step-reverse.exp: reverse step into fn call Date: Wed, 11 Jan 2023 09:39:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29962 --- Comment #3 from Tom de Vries --- As mentioned before, this failure shows up with gcc 9.4.0. It doesn't show up with gcc 12.2.1, because of a difference in generated co= de. In the 12.2.1 case we have 4 insns: ... 401208: 8b 55 cc mov -0x34(%rbp),%edx 40120b: 8b 45 d0 mov -0x30(%rbp),%eax 40120e: 29 c2 sub %eax,%edx 401210: 89 55 d4 mov %edx,-0x2c(%rbp) ... each with their line number entry: ...=20 step-reverse.c 78 0x401208 x step-reverse.c 78 0x40120b x step-reverse.c 78 0x40120e x step-reverse.c 78 0x401210 x ... --=20 You are receiving this mail because: You are on the CC list for the bug.=