[Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free)

2024-02-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 Jonathan Wakely changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment

[Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free)

2022-11-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 Andrew Pinski changed: What|Removed |Added CC||adr...@adi-ware.ch --- Comment #6 from

[Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free)

2022-11-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 --- Comment #5 from Jonathan Wakely --- I also see the ICE on trunk (but not the release branches) so I suspect it's related to --enable-checking cocrash.cxx: In function 'Co::Task FooC(bool)': cocrash.cxx:171:1: internal compiler error: in

[Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free)

2022-11-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-valid-code Last

[Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free)

2022-03-04 Thread kux--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 k...@smart-hmi.de changed: What|Removed |Added CC||k...@smart-hmi.de --- Comment #3

[Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free)

2021-11-19 Thread max at duempel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 --- Comment #2 from Max Kellermann --- Also crashes with "gcc version 12.0.0 2027 (experimental) [master r12-5346-gd3a9082d7ac] (Debian 12-2027-1)"

[Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free)

2021-11-19 Thread max at duempel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 --- Comment #1 from Max Kellermann --- Tested again with "g++-11 (Debian 11.2.0-10) 11.2.0", and my demo program still crashes.