[Bug c++/99576] New: [coroutines] desctructor of a temporary called too early within co_await expression

2021-03-13 Thread lemourin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99576 Bug ID: 99576 Summary: [coroutines] desctructor of a temporary called too early within co_await expression Product: gcc Version: 10.2.1 Status: UNCONFIRMED Keyw

[Bug c++/99575] New: [coroutines] unexpected move when co_awaiting a nonmoveable object

2021-03-13 Thread lemourin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99575 Bug ID: 99575 Summary: [coroutines] unexpected move when co_awaiting a nonmoveable object Product: gcc Version: 10.2.1 Status: UNCONFIRMED Keywords: rejects-val

[Bug c++/98056] internal compiler error: tree check: expected record_type or union_type or qual_union_type, have array_type in build_special_member_call, at cp/call.c:9862

2020-11-29 Thread lemourin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98056 --- Comment #1 from Paweł Wegner --- Created attachment 49648 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49648&action=edit error log

[Bug c++/98056] New: internal compiler error: tree check: expected record_type or union_type or qual_union_type, have array_type in build_special_member_call, at cp/call.c:9862

2020-11-29 Thread lemourin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98056 Bug ID: 98056 Summary: internal compiler error: tree check: expected record_type or union_type or qual_union_type, have array_type in build_special_member_call, at