From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 030023858C50; Fri, 11 Aug 2023 19:32:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 030023858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691782370; bh=T5NSBoBlmeJXraGXnFumaMospP1ZSA9OuG9IsZnM3B0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NP8GZnBm4ETtL8nmAa1yevD7scze1m/7oJl2ylmlVo6g5ePdoq/vA6id3vOgoTQXm nMhap3LOKu2fvyEUcf8b7F9mK5DWpxACut8h/PR8F7WYOOjm70J1oDKyj9woNlx6vo hwP6p9hcenJl5VaGwDL8Tg/LvWq0Zi820VACtLXQ= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105406] [11 Regression] coroutines: since 11.3 co_await attempts to copy a move-only value when await_transform(T &) exists Date: Fri, 11 Aug 2023 19:32:48 +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: 11.3.0 X-Bugzilla-Keywords: C++-coroutines, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105406 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|11.5 |11.4 Status|ASSIGNED |RESOLVED --- Comment #7 from Jason Merrill --- Fixed in 11.4/12.3/13.=