From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B628F3858D28; Thu, 21 Mar 2024 07:50:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B628F3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711007443; bh=L3yRmkNUoLnDE8YGVGm7QvFGJJk9l8oKkZunmFsVi0Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eD2dF8QR637dxfeXtIQAcajRXqBomatl7bl9xaxYRSjSygXXMyZ6q8fnXqdVvPtEV B94IpJ4f7UmnQRox5VGDyO+meAHfY05e/wX6u9HW9O14KnIExa7APs8H6m4tOao+zD FfcTZEfcIfnbqN9mojn4vlAwpcE+h2irWXClk5H4= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31514] [gdb/testsuite] FAIL: gdb.ada/tagged-lookup.exp: only one CU expanded Date: Thu, 21 Mar 2024 07:50:43 +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=3D31514 --- Comment #6 from Tom de Vries --- With the patch reverted, we have the following. With gcc-13, we have pck2.adb, pck2.ads, pck.adb, pck.ads, b~foo.adb, b~foo.ads: ... $ grep "start_subfile: name =3D .*tagged-lookup" gdb.log | sort -u [symtab-create] start_subfile: name =3D /data/vries/gdb/binutils-gdb.git/gdb/testsuite/gdb.ada/tagged-lookup/pck2.a= db, name_for_id =3D /data/vries/gdb/binutils-gdb.git/gdb/testsuite/gdb.ada/tagged-lookup/pck2.a= db [symtab-create] start_subfile: name =3D /data/vries/gdb/binutils-gdb.git/gdb/testsuite/gdb.ada/tagged-lookup/pck.ad= b, name_for_id =3D /data/vries/gdb/binutils-gdb.git/gdb/testsuite/gdb.ada/tagged-lookup/pck.adb [symtab-create] start_subfile: name =3D /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.ada/tagged-lookup= /b~foo.adb, name_for_id =3D /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.ada/tagged-lookup= /b~foo.adb [symtab-create] start_subfile: name =3D /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.ada/tagged-lookup= /b~foo.ads, name_for_id =3D /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.ada/tagged-lookup= /b~foo.ads [symtab-create] start_subfile: name =3D /data/vries/gdb/src/gdb/testsuite/gdb.ada/tagged-lookup/pck2.ads, name_for_= id =3D /data/vries/gdb/src/gdb/testsuite/gdb.ada/tagged-lookup/pck2.ads [symtab-create] start_subfile: name =3D /data/vries/gdb/src/gdb/testsuite/gdb.ada/tagged-lookup/pck.ads, name_for_i= d =3D /data/vries/gdb/src/gdb/testsuite/gdb.ada/tagged-lookup/pck.ads ... With gcc-12, the same: ... $ grep "start_subfile: name =3D .*tagged-lookup" gdb.log | sort -u [symtab-create] start_subfile: name =3D /data/vries/gdb/binutils-gdb.git/gdb/testsuite/gdb.ada/tagged-lookup/pck2.a= db, name_for_id =3D /data/vries/gdb/binutils-gdb.git/gdb/testsuite/gdb.ada/tagged-lookup/pck2.a= db [symtab-create] start_subfile: name =3D /data/vries/gdb/binutils-gdb.git/gdb/testsuite/gdb.ada/tagged-lookup/pck.ad= b, name_for_id =3D /data/vries/gdb/binutils-gdb.git/gdb/testsuite/gdb.ada/tagged-lookup/pck.adb [symtab-create] start_subfile: name =3D /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.ada/tagged-lookup= /b~foo.adb, name_for_id =3D /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.ada/tagged-lookup= /b~foo.adb [symtab-create] start_subfile: name =3D /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.ada/tagged-lookup= /b~foo.ads, name_for_id =3D /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.ada/tagged-lookup= /b~foo.ads [symtab-create] start_subfile: name =3D /data/vries/gdb/src/gdb/testsuite/gdb.ada/tagged-lookup/pck2.ads, name_for_= id =3D /data/vries/gdb/src/gdb/testsuite/gdb.ada/tagged-lookup/pck2.ads [symtab-create] start_subfile: name =3D /data/vries/gdb/src/gdb/testsuite/gdb.ada/tagged-lookup/pck.ads, name_for_i= d =3D /data/vries/gdb/src/gdb/testsuite/gdb.ada/tagged-lookup/pck.ads ... --=20 You are receiving this mail because: You are on the CC list for the bug.=