From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FDDD3858409; Mon, 5 Feb 2024 13:54:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FDDD3858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707141291; bh=eVfvhBm/aotQjEnnmvqhuNTl+85zfTXAL1DpnFFwbYk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dFFczcnG1pvcPxD48o3WwpXFTKkbChMaOGQxp+6LAxO/OEWAsmPuek6trZNS8HwTd Pal9wq59S6AV3L8ns+O0C3fVDQ3rLRm/HUGEOysVl8hNUzCd/xGXnjFbYumaUE3zwj Fr5hDgVgri9bRSO4QsDpuYCcwf+LIgwrUty2IheY= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107138] [12/13/14 regression] std::variant triggers false-positive 'may be used uninitialized' warning Date: Mon, 05 Feb 2024 13:54:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107138 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org --- Comment #13 from Patrick Palka --- The false-positive warning is gone on trunk since r14-2172-gd88fd2e1d0720e.=