From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E59973840C04; Tue, 9 Jun 2020 19:00:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E59973840C04 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591729247; bh=mmly+iDqYzbdzebYLd2S1bUUp1gyyWtCjVS5MM4hpE4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tS6ITUGuiP97EwcyFl4fPJcza7hesSgEpX3p9RnqZAF6qu/Uh4/TvgekQMOo4PPJU JS7t55wsSlfLcscjA+2+tDWRraJYbhI1rOp83oyoTr36yZeldOyEWWzVQK8AaCIHRk K6nz8fJyhceMUboP/UX9DlC1+e9oF2UePNlWaq5o= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95616] [coroutines] coroutines with potentially-throwing 'co_await promise.final_suspend()' expressions should be ill-formed Date: Tue, 09 Jun 2020 19:00:47 +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.1 X-Bugzilla-Keywords: accepts-invalid 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: cf_reconfirmed_on keywords target_milestone assigned_to bug_status everconfirmed 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: Tue, 09 Jun 2020 19:00:48 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95616 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2020-06-09 Keywords| |accepts-invalid Target Milestone|--- |10.2 Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gn= u.org Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Iain Sandoe --- thanks for the report=