From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A8AC93857B93; Tue, 26 Sep 2023 23:31:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8AC93857B93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695771069; bh=Ft4VfUsq2+MC4z0XjDX4AvxgXqzKb7rszXveXARR92c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GTl6S+PdvSjKDUrbU18serZ20wViyoZPDiSanZuOATveiqUqx4yzeSq3HsqiynY13 1+oW3K3veK9VM0tNd8F6i6mfYmtLeSsPw2XcL5VAbmNGGvbakp2fyvIY4RMeavAPXG jO/OVcVPTZdmuJw+T1MhHdpNgpWqH2Wyo/ZOsqFI= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug ada/30908] [gdb/ada, gcc 13] FAIL: gdb.ada/str_binop_equal.exp: print my_str = "ABCD" Date: Tue, 26 Sep 2023 23:31:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: ada 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=3D30908 --- Comment #3 from Tom de Vries --- It's true though that there is a difference in debug info, in one case the ada__strings__maps__Oeq subprogram is present in the exec, in the other case it's not. The info is coming from a-strmap.adb in gcc/ada/libgnat dir. The difference seems to be related to whether a-strmap.o is linked in or no= t. --=20 You are receiving this mail because: You are on the CC list for the bug.=