From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 63354385841A; Wed, 25 Jan 2023 12:27:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 63354385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674649633; bh=dCsvECSR3akQ8w0PmOdeKuGGCiBrZIu0xTtR8XYbGWQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Do0T0dRhv5LSLVdv+LCpD2S75SVIPqHcFmtNVobPKmgMWw+ywHfJT4P58KejNwC7s 8fc4jiippR5G1zkQlcJWFZv9BrnkJH+G+gjGFIdOU4H5DOIBmsEfMJe9Z2MEEFysVg DNh2m3ww6Q4hYPOgOhgrucucgOB4LBhcEmHc4T94= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/30049] [gdb/tdep, powerpc64le] FAIL: gdb.base/unwind-on-each-insn.exp: bar: instruction 5: bt 2 Date: Wed, 25 Jan 2023 12:27:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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=3D30049 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Debef88edb647= 4fa9568123645b6762bcd6872702 commit ebef88edb6474fa9568123645b6762bcd6872702 Author: Tom de Vries Date: Wed Jan 25 13:27:03 2023 +0100 [gdb/testsuite] Analyze non-leaf fn in gdb.base/unwind-on-each-insn.exp In test-case gdb.base/unwind-on-each-insn.exp, we stepi through function foo to check various invariants at each insn, in particular hoping to excer= cise insns that modify stack and frame pointers. Function foo is a leaf function, so add a non-leaf function bar, and st= ep through it as well (using nexti instead of stepi). With the updated test-case, on powerpc64le-linux, I run into PR tdep/30= 049: ... FAIL: bar: instruction 5: bt 2 FAIL: bar: instruction 5: up FAIL: bar: instruction 5: [string equal $fid $::main_fid] FAIL: bar: instruction 6: bt 2 FAIL: bar: instruction 6: up FAIL: bar: instruction 6: [string equal $fid $::main_fid] ... Tested on: - x86_64-linux (-m64 and -m32) - s390x-linux (-m64 and -m31) - aarch64-linux - powerpc64le-linux --=20 You are receiving this mail because: You are on the CC list for the bug.=