From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1060A3858CDB; Mon, 6 Feb 2023 07:47:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1060A3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675669674; bh=pOefPPgW90Xw4a4wTu3aDzslbRtHH8AyYLeiJVX2PBM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ToYlwBDbtN1ntjKubNnJrRzFclm+Sy9oJvxcmPOQrXdzsdPpmyGQxwL4bqvRu6IHz 9O0vK4eI96Tseos5hBGjv1tKqWwf37+9Wtd2cwH4j1NEFNIEfs8mbG8MOHTf+AE4ep grz4cIL398+QiK1PB7KTZVQsjdJ0AqIE8/VbyA40= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108667] Spurious "may be used uninitialized [-Wmaybe-uninitialized]" warning Date: Mon, 06 Feb 2023 07:47:53 +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: 12.2.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108667 --- Comment #3 from Richard Biener --- Yes, having the original code as well would be nice.=