From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 384153853D0D; Fri, 7 Jul 2023 09:14:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 384153853D0D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688721284; bh=lJiAO1D7/2VyeD7IN7qKMp73qKxRNZiL1T+DF4IcmiU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e7Gu/L/PiMpp9DKHbCINjnxrayRM1YCBo1EiQmSHT32ur8JK4/yc8MvJoSgQyZ0wx 5n4pzBeuDwArMvsqNvBk41jugHROy8C423Zu0Oq6upYyHUcuGkz8R8upWvsclQ+zCo mY+YkUVomVrhTcD4IpncmiJWUyUuM09L3y1n+uPU= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103871] [11 Regression] coroutines: co_await causes build error Date: Fri, 07 Jul 2023 09:14:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.2.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: iains at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D103871 Bug 103871 depends on bug 98056, which changed state. Bug 98056 Summary: coroutines: ICE tree check: expected record_type or unio= n_type or qual_union_type, have array_type since r11-2183-g0f66b8486cea8668 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98056 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=