[Bug c++/94288] co_await in while loop crashes g++

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

[Bug c++/94288] co_await in while loop crashes g++

2020-04-23 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288 --- Comment #7 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:3dbc772128e944819b09e21021d4fcd5dc17f2d4 commit r10-7923-g3dbc772128e944819b09e21021d4fcd5dc17f2d4 Author: Iain Sandoe Date: Thu

[Bug c++/94288] co_await in while loop crashes g++

2020-03-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288 --- Comment #6 from Martin Liška --- (In reply to Iain Sandoe from comment #5) > (In reply to Martin Liška from comment #4) > > (In reply to Iain Sandoe from comment #3) > > > thanks for the report. The reduced testcase at c#2 doesn't fire for m

[Bug c++/94288] co_await in while loop crashes g++

2020-03-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288 --- Comment #5 from Iain Sandoe --- (In reply to Martin Liška from comment #4) > (In reply to Iain Sandoe from comment #3) > > thanks for the report. The reduced testcase at c#2 doesn't fire for me once > > pending updates are applied. However,

[Bug c++/94288] co_await in while loop crashes g++

2020-03-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288 --- Comment #4 from Martin Liška --- (In reply to Iain Sandoe from comment #3) > thanks for the report. The reduced testcase at c#2 doesn't fire for me once > pending updates are applied. However, the attached case preprocessed code > does; I th

[Bug c++/94288] co_await in while loop crashes g++

2020-03-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288 Iain Sandoe changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gnu.org --- Commen

[Bug c++/94288] co_await in while loop crashes g++

2020-03-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288 --- Comment #2 from Martin Liška --- Reduced test-case: namespace std { template struct coroutine_traits { using promise_type = _Result::promise_type; }; template struct coroutine_handle; template <> struct coroutine_handle<> {}; template s

[Bug c++/94288] co_await in while loop crashes g++

2020-03-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|