From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE1F23857427; Tue, 27 Jul 2021 14:56:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE1F23857427 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/26903] FAIL: gdb.ada/array_of_variant.exp: scenario=minimal: print entire array Date: Tue, 27 Jul 2021 14:56:28 +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: 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2021 14:56:29 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26903 --- Comment #11 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=3Daf2b87e649bc= 50407ecc230929bed9b3df1f4d03 commit af2b87e649bc50407ecc230929bed9b3df1f4d03 Author: Tom de Vries Date: Tue Jul 27 16:56:23 2021 +0200 [gdb/testsuite] Add xfail for PR gcc/101633 With gcc 7.5.0, I run into: ... (gdb) print objects^M $1 =3D ((tag =3D> object, values =3D> ()), (tag =3D> unused))^M (gdb) FAIL: gdb.ada/array_of_variant.exp: scenario=3Dminimal: print ent= ire array ... while with gcc 8.5.0 we have: ... (gdb) print objects^M $1 =3D ((tag =3D> object, values =3D> (2, 2, 2, 2, 2)), (tag =3D> unuse= d))^M (gdb) PASS: gdb.ada/array_of_variant.exp: scenario=3Dminimal: print ent= ire array ... This is due to a gcc PR, which I've filed at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101633 "Bug 101633 - [de= bug] DW_TAG_subrange_type missing DW_AT_upper_bound". Fix by marking this and related FAILs as XFAIL. Tested on x86_64-linux. gdb/ChangeLog: 2021-07-27 Tom de Vries PR testsuite/26903 * gdb/testsuite/gdb.ada/array_of_variant.exp: Add xfails. --=20 You are receiving this mail because: You are on the CC list for the bug.=