From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C4BAC3858D20; Wed, 20 Sep 2023 09:22:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C4BAC3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695201738; bh=L24V/MEITs5GIPZZBPCGyZE7XiX56csaWYYcUT/Ms1o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=x+fsDPCUOosAD6XKz42I24jNwVp5SLPmmwhQxHFU+uiuTOuYrPlrZLLx31nnQ2lon av6IPVtG2Gy5AI3h+xtaV6bu01eiDOoROrFIMnDKhLWmpRdgwL0wRSFSSUmJ0Dyi5B mffnk6xEFe3FijGrT6vxZhPy1CRWcdpKkErPWarc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111489] [12/13 Regression] Incorrect "-Wmaybe-uninitialized" warning from GCC 13.2.0 Date: Wed, 20 Sep 2023 09:22:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail short_desc cf_known_to_work priority target_milestone 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=3D111489 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |12.3.0, 13.2.0 Summary|Incorrect |[12/13 Regression] |"-Wmaybe-uninitialized" |Incorrect |warning from GCC 13.2.0 |"-Wmaybe-uninitialized" | |warning from GCC 13.2.0 Known to work| |11.3.0, 14.0 Priority|P3 |P2 Target Milestone|--- |12.4 --- Comment #6 from Richard Biener --- Fixed on trunk sofar.=