From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 98B30398546F; Thu, 3 Sep 2020 18:46:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98B30398546F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599158803; bh=HC7gzcM19ECqvJArF1bXLq4ubCnjPYi8OlBs8Wi9l+M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WU/aAV5cgEWcjbTIh57h/G+dRw5p3r19eutQnG4DnKU3O2NWrY9702yDSMEJcgb04 MwwMgQaoLYw2PRt2bK3p7ALpxhsWBZzLGoHM9r7Ph+bDM40KTOxYkSDIbEpWUx6kxv rQsjjjBoulov7Fs7/T4Dq9K6rvV9U5owMSno+QWw= From: "manu at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/94905] [10 Regression] Bogus warning -Werror=maybe-uninitialized Date: Thu, 03 Sep 2020 18:46:43 +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: 9.3.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: manu at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone everconfirmed cf_reconfirmed_on bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2020 18:46:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94905 Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Bogus warning |[10 Regression] Bogus |-Werror=3Dmaybe-uninitialized |warning | |-Werror=3Dmaybe-uninitiali= zed Target Milestone|--- |10.4 Ever confirmed|0 |1 Last reconfirmed| |2020-09-03 Status|UNCONFIRMED |NEW --- Comment #10 from Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez --- (In reply to Arseny Solokha from comment #3) > The best I've been able to come up with is the following, reduced from APL > 1.8: It is warning about this, but it should not warn: # DEBUG rD.2406 =3D> (intD.9) (ivtmp.24_6 /[ex] 4) + 1 [./example.cpp:8:27] # VUSE <.MEM_11> pretmp_8 =3D MEM[(intD.9 *)&retD.2381 + ivtmp.24_13 * 1]; This is regression but not sure when it was introduced.=