[Bug c++/118652] co_yield interaction with range-based for causes ICE

2025-01-25 Thread elexunix at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118652 Alexey Slizkov changed: What|Removed |Added Known to work||14.1.0, 14.2.0 Build|

[Bug c++/118652] co_yield interaction with range-based for causes ICE

2025-01-25 Thread elexunix at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118652 --- Comment #2 from Alexey Slizkov --- Created attachment 60275 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60275&action=edit ccSPiPCI.out, the preprocessed source I was required to compress to attach here (original size 1.5MB)

[Bug c++/118652] co_yield interaction with range-based for causes ICE

2025-01-25 Thread elexunix at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118652 --- Comment #1 from Alexey Slizkov --- Created attachment 60274 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60274&action=edit solve.cpp, the minimized cpp source

[Bug c++/118652] New: co_yield interaction with range-based for causes ICE

2025-01-25 Thread elexunix at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118652 Bug ID: 118652 Summary: co_yield interaction with range-based for causes ICE Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon