[Bug c++/104384] New: Heap corruption when initializing struct with co_await

2022-02-04 Thread max at duempel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104384 Bug ID: 104384 Summary: Heap corruption when initializing struct with co_await Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[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.

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

2021-09-06 Thread max at duempel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 Bug ID: 102217 Summary: co_awaiting a temporary produced by ternary operator crashes (double-free) Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: n

[Bug c++/96749] [coroutines] unexpected 'warning: statement has no effect [-Wunused-value]'

2020-12-04 Thread max at duempel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96749 Max Kellermann changed: What|Removed |Added CC||max at duempel dot org --- Comment #2 f