From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B7EC53858D20; Tue, 5 Mar 2024 18:20:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7EC53858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709662809; bh=5/hq5oVbVRqK2dTWa8DnTU5gyODFotNcJNudHzITUK4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bnIOPVCyRmmb6upM1t0meJaq0aQUeMBCJuzOtKWkD/oFk4DFRnh21Hn8zY/yz8J+V iwyxu2nnn0pT4HBB8diOCNp6kbKiyXQazuvu14Lm3L187su3gyg1FuCFNNyFn9FHVx x7hPLOR1TQFVsj84uIH7d8hFspYntc3CMvhCIoQw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114242] Coroutine with lambda-coroutine and operator new does not compile Date: Tue, 05 Mar 2024 18:20:09 +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: unknown X-Bugzilla-Keywords: C++-coroutines, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: keywords alias blocked 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=3D114242 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |C++-coroutines, | |rejects-valid Alias| |cwg2585 Blocks| |94404 --- Comment #3 from Andrew Pinski --- Yes it looks like GCC does not implement CWG 2585. https://cplusplus.github.io/CWG/issues/2585.html Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94404 [Bug 94404] [meta-bug] C++ core issues=