[Bug c++/95505] [coroutines] ICE assert with get_return_object_on_allocation_failure

2020-06-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95505 --- Comment #7 from Iain Sandoe --- (In reply to Michael Bruck from comment #6) > Is it possible to point the user to include here like other parts of > gcc do for standard library functions? > i.e. name-lookup.c missing_std_header That's also

[Bug c++/95505] [coroutines] ICE assert with get_return_object_on_allocation_failure

2020-06-27 Thread bruck.michael at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95505 --- Comment #6 from Michael Bruck --- Is it possible to point the user to include here like other parts of gcc do for standard library functions? i.e. name-lookup.c missing_std_header

[Bug c++/95505] [coroutines] ICE assert with get_return_object_on_allocation_failure

2020-06-21 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95505 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/95505] [coroutines] ICE assert with get_return_object_on_allocation_failure

2020-06-21 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95505 --- Comment #4 from CVS Commits --- The releases/gcc-10 branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:a59a15bcd27fa626b2b0912a1d7abd6df4f3d6cf commit r10-8334-ga59a15bcd27fa626b2b0912a1d7abd6df4f3d6cf Author: Iain Sandoe

[Bug c++/95505] [coroutines] ICE assert with get_return_object_on_allocation_failure

2020-06-20 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95505 --- Comment #3 from Iain Sandoe --- we're also discussing whether there's a good way to make this available automatically. clang's current implementation includes unconditionally, which is a possible solution - I'm not thrilled about blanket

[Bug c++/95505] [coroutines] ICE assert with get_return_object_on_allocation_failure

2020-06-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95505 --- Comment #2 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:445d8da5fbd10e32f8ea470bd9ac02faba8fd718 commit r11-1572-g445d8da5fbd10e32f8ea470bd9ac02faba8fd718 Author: Iain Sandoe Date: Sat

[Bug c++/95505] [coroutines] ICE assert with get_return_object_on_allocation_failure

2020-06-04 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95505 Iain Sandoe changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|---