[Bug c++/114850] co_await a async function which result type is std::unique_ptr<...> or shared_ptr in a initializer list causes ICE

2024-05-16 Thread jeremypewterschmidt at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114850 --- Comment #3 from Jeremy Pewterschmidt --- This issue is no longer reproducible in GCC 14. Should I mark this as `RESOLVED` ?

[Bug c++/114850] co_await a async function which result type is std::unique_ptr<...> or shared_ptr in a initializer list causes ICE

2024-04-25 Thread jeremypewterschmidt at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114850 --- Comment #2 from Jeremy Pewterschmidt --- Created attachment 58039 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58039&action=edit compressed file generated by g++ with -save-temps

[Bug c++/114850] co_await a async function which result type is std::unique_ptr<...> or shared_ptr in a initializer list causes ICE

2024-04-25 Thread jeremypewterschmidt at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114850 --- Comment #1 from Jeremy Pewterschmidt --- Created attachment 58038 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58038&action=edit compressed file generated by g++ with -freport-bug

[Bug c++/114850] New: co_await a async function which result type is std::unique_ptr<...> or shared_ptr in a initializer list causes ICE

2024-04-25 Thread jeremypewterschmidt at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114850 Bug ID: 114850 Summary: co_await a async function which result type is std::unique_ptr<...> or shared_ptr in a initializer list causes ICE Product: gcc Version: