From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3CEF73858C5F; Sun, 24 Dec 2023 09:24:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3CEF73858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703409874; bh=QCnck1L0PolaHX43uyXucV8WVh+gn3NweeCkWIWlIeI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RBlrGOECzFEFkh7D2NTeAvlz6V1HiTeWiSJLGNmYGHtYj6U5oPTmiMeXu9WA8fvJB 2jZTJjJJ68wa2W0LXct/Ukd2kJWM07/GeTWu8izSjCKLIM6C7347XbGwZhlPX/o1Ax RPkCF7LALVzoew6Mc4vfqOo5DvPI3k2uq/qii4jA= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/31150] [gdb/build] m_uiout may be used uninitialized in this function [-Wmaybe-uninitialized] Date: Sun, 24 Dec 2023 09:24:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build 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=3D31150 --- Comment #1 from Tom de Vries --- Bisects to: ... commit 6b09f1342cf2d8e2b13a0d634acc3bcf2852a73b Author: Lancelot Six Date: Fri Oct 13 09:27:48 2023 +0000 gdb: Replace gdb::optional with std::optional ... --=20 You are receiving this mail because: You are on the CC list for the bug.=