From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C95C3857B89; Thu, 11 Jan 2024 15:00:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C95C3857B89 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704985209; bh=qTKOQX4xjOtmaK50Qfn/MB9JzaZq92y4FHyKws0W628=; h=From:To:Subject:Date:From; b=LUWnjDmH5oyGrDG6yuKyzBwlxSlCvVybaUl7YTVHy92hOqo+E34hOr7Y9yoy3vmAT EV+VCe6k/+p62c3hxZRouUm2l5CRsidPwvP5c3V6HgB1EACMzqPoZzdnNvUn3lw3gL V+yUqesAyScbUBG816Y3BQNecoJqw4ywLSn6oxg4= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31234] New: [gdb/testsuite, s390x] FAIL: gdb.fortran/mixed-lang-stack.exp: lang=auto: print obj Date: Thu, 11 Jan 2024 15:00:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D31234 Bug ID: 31234 Summary: [gdb/testsuite, s390x] FAIL: gdb.fortran/mixed-lang-stack.exp: lang=3Dauto: print obj Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On s390x-linux, I ran into: ... (gdb) PASS: gdb.fortran/mixed-lang-stack.exp: lang=3Dauto: info frame in fr= ame #2 print obj^M value has been optimized out^M (gdb) FAIL: gdb.fortran/mixed-lang-stack.exp: lang=3Dauto: print obj ... This is a regression since gdb 13, but it's due to a test-case patch: ... commit a60ead5ded5f9fc548018637d4810cb5f313ad8c Author: Nils-Christian Kempke Date: Tue May 31 16:43:45 2022 +0200 gdb, testsuite, fortran: fix double free in mixed-lang-stack.exp ... After reverting the patch, the FAIL disappears. The difference is in the debug info. In the passing case we have: ... <2>: Abbrev Number: 45 (DW_TAG_formal_parameter) DW_AT_name : obj DW_AT_decl_file : 1 DW_AT_decl_line : 75 DW_AT_type : <0xbd3> DW_AT_location : 4 byte block: 91 d8 7e 6 (DW_OP_fbre= g: -168; DW_OP_deref) ... and in the failing case: ... <2>: Abbrev Number: 40 (DW_TAG_formal_parameter) DW_AT_name : obj DW_AT_decl_file : 1 DW_AT_decl_line : 65 DW_AT_type : <0xba2> DW_AT_location : 2 byte block: 72 0 (DW_OP_breg2 (r2): = 0) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=