[Bug c++/107288] Double-free of temporaries created in statement following co_await

2022-10-18 Thread hodges.r at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107288 --- Comment #2 from Richard Hodges --- Some extra diagnostic. Reducing to this minimal program: ``` #include #include #include #include namespace asio = boost::asio; struct foo { std::string s; int i; }; struct bar : foo

[Bug c++/107288] Double-free of temporaries created in statement following co_await

2022-10-17 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107288 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-10-17 CC|

[Bug c++/107288] Double-free of temporaries created in statement following co_await

2022-10-17 Thread hodges.r at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107288 --- Comment #1 from Richard Hodges --- Created attachment 53712 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53712=edit .ii file as requested Intermediate source file as required by submission guidelines (g-zipped)