From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9590D3858D28; Thu, 21 Mar 2024 07:34:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9590D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711006451; bh=ogmHN1VZw0oy7jXIXiU/k1XgPbM5xP846nHxgWgxPqU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fTplw8l/GvytGHQfmUWpfnY0ZyWBnfsaiGSiZU88aENTD2gsrLJ8QmCs0zW3mqT/I W+ll870GSjTVvUSuIxvNu3Gz1bv9fYpEC3Rf+/gsg2zXv0cGwwsxHb9GzhWwE54XJt +fTeVeExWrSHeF0gjVmI80NGfLjx6M02aD0Rn1uw= 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:34:11 +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 #5 from Tom de Vries --- Installed gcc-13 on Leap 15.4. Passes with gcc-13, fails with gcc-12, 11, 10, 9, 8 and 7. With gcc-13, we have pck2.adb, pck2.ads, b~foo.adb and 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/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 ... With gcc-12, we have just b~foo.adb and b~foo.ads: ... $ grep "start_subfile: name =3D .*tagged-lookup" gdb.log | sort -u [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 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=