From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 48A893851C17; Sat, 6 Jun 2020 19:41:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48A893851C17 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591472475; bh=4eAfswYJSbee2jzDq3rH6kcm8pijjB9KCAJgEr+WUb8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cmmgimwVzz44yV+nopJiVEudNVTt+ePfRhvDvaZQ8WD4uh5Yulk8b77tSb7IHH/81 aau6PRUgH5y5FLBAWw3h9pb2Ig19kS8m603tBISUkc1zYMsw3maWx7muykpi+ZxKfe qD5lWQa63nB+NbIML3pMuKpfcbud4F5JdGtw18PI= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95516] [coroutines] incorrect warning "'coro.gro' is used uninitialized" Date: Sat, 06 Jun 2020 19:41:15 +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: 10.1.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: iains at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 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: Sat, 06 Jun 2020 19:41:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95516 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gn= u.org Target Milestone|--- |10.2 --- Comment #3 from Iain Sandoe --- (In reply to Michael Bruck from comment #2) > I was using -Ofast -Wall: > https://gcc.godbolt.org/z/pAkVS8 I can repeat it with -Ofast. [this still might have nothing to do with coroutines, but rather the tracki= ng of var usage, since the complaint is in the ramp function (which is a regul= ar c++ function)]=