[Bug c++/92933] [coroutines] compiler ICE compiling coroutine with try/catch

2019-12-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92933 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/92933] [coroutines] compiler ICE compiling coroutine with try/catch

2019-12-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92933 --- Comment #2 from Iain Sandoe --- Author: iains Date: Fri Dec 13 21:40:59 2019 New Revision: 279385 URL: https://gcc.gnu.org/viewcvs?rev=279385&root=gcc&view=rev Log: c++-coroutines - Fix PR 92933. This fixes an omission in handling registrat

[Bug c++/92933] [coroutines] compiler ICE compiling coroutine with try/catch

2019-12-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92933 --- Comment #1 from Iain Sandoe --- thanks, oddly there's a test case in the test-suite that does something similar, I shall have to investigate what's different in the codegen.