From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A57D3858436; Wed, 21 Dec 2022 08:07:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A57D3858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671610035; bh=FG5JoK7HKkfMzE4PApjYxt3LNFlSkTd6IVCCeadMvSQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LqNa5M038RvzJ7rLWsWd1cEvy2f4/kI1Oo1SH4OPOTc69Yobldr9HpLTtDmH3GtXn V/MJbCYSOIfzXYf9I8ZyOZv43GCHxtBOb3Jj+LlQaBx8lhBmaIyieK+nOF0lyqlyYl vJ8mpbXj9d6NqRdjPxxWu5ooKxc0Vb661dB/BDgg= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29920] [gdb/testsuite] FAIL: gdb.cp/step-and-next-inline.exp: no_header: next step 1 Date: Wed, 21 Dec 2022 08:07:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD 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=3D29920 --- Comment #3 from Tom de Vries --- Root cause: compilation defaults to -fcf-protection, which adds the endbr64: ... 0000000000001180 <_Z13get_alias_setP4tree>: 1180: f3 0f 1e fa endbr64 1184: 48 85 ff test %rdi,%rdi ... which is the insn with line number 50 that we stop at: ... 11 50 0x0000000000001180 Y=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 12 50 0x0000000000001180=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 13 51 0x0000000000001184 Y=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=