[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-10-01 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 Iain Sandoe changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-03-02 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 --- Comment #9 from Iain Sandoe --- (In reply to Iain Sandoe from comment #8) > (In reply to Tomáš Hering from comment #7) > > I'm a bit lost, which github branch corresponds to 10.x that you mention, > > please? > > gcc.gnu.org/git/gcc > > bra

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-03-02 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 --- Comment #8 from Iain Sandoe --- (In reply to Tomáš Hering from comment #7) > I'm a bit lost, which github branch corresponds to 10.x that you mention, > please? gcc.gnu.org/git/gcc branch : releases/gcc-10 (currently 10.2.1 - which will be

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-03-02 Thread hering.t at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 --- Comment #7 from Tomáš Hering --- I'm a bit lost, which github branch corresponds to 10.x that you mention, please?

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-03-01 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 --- Comment #6 from Iain Sandoe --- (In reply to Tomáš Hering from comment #5) > Created attachment 50278 [details] > unprocessed original source > > Oops, seems I uploaded a slightly different code. I apologize. It's strange > you can't reprodu

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-03-01 Thread hering.t at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 Tomáš Hering changed: What|Removed |Added Attachment #50276|0 |1 is obsolete|

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-03-01 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 --- Comment #4 from Iain Sandoe --- (In reply to Tomáš Hering from comment #3) > Created attachment 50276 [details] > unprocessed source thanks! but ... (on x86_64-linux-gnu and x86_64-darwin16): $ gcc-10-2/bin/g++ -std=c++20 -fcoroutines pr9

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-03-01 Thread hering.t at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 Tomáš Hering changed: What|Removed |Added Attachment #49839|0 |1 is obsolete|

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2021-02-27 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 --- Comment #2 from Iain Sandoe --- (In reply to Tomáš Hering from comment #1) > Created attachment 49839 [details] > preprocessed file that triggers the bug please could you attach the un-preprocessed source? I cannot reproduce this with the pr

[Bug c++/98432] [coroutine] leaked frame created using await_transform

2020-12-23 Thread hering.t at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98432 --- Comment #1 from Tomáš Hering --- Created attachment 49839 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49839&action=edit preprocessed file that triggers the bug