[Bug c++/98056] coroutines: ICE tree check: expected record_type or union_type or qual_union_type, have array_type since r11-2183-g0f66b8486cea8668

sks_f at mail dot ru gcc-bugzilla@gcc.gnu.org
Sun Mar 20 12:25:29 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98056

Konstantin <sks_f at mail dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sks_f at mail dot ru

--- Comment #17 from Konstantin <sks_f at mail dot ru> ---
Bug still exist in 11.2.1:

/ClientHandshake.cpp:64:1: error: array used as initializer

compiler fails on line:

co_await writer().all({ AS_BYTE(m_sessionType), id });


More information about the Gcc-bugs mailing list