[Bug c++/113457] Trying to emulate views::concat with std::generator gives ICE on co_yield: "internal compiler error: in canonicalize_component_ref, at gimplify.cc"

2024-01-17 Thread dboles.src at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113457 --- Comment #2 from Daniel Boles --- Yeah, std::generator is new for GCC/libstdc++ v14. I think it landed a month or two ago. I'm just getting started using it now. Getting in early bug-finding :)

[Bug libstdc++/113460] New: Segfault in __builtin_coro_destroy when using std::generator to concate ranges

2024-01-17 Thread dboles.src at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113460 Bug ID: 113460 Summary: Segfault in __builtin_coro_destroy when using std::generator to concate ranges Product: gcc Version: 14.0 Status: UNCONFIRMED Severity:

[Bug c++/113457] New: Trying to emulate views::concat with std::generator gives ICE on co_yield: "internal compiler error: in canonicalize_component_ref, at gimplify.cc"

2024-01-17 Thread dboles.src at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113457 Bug ID: 113457 Summary: Trying to emulate views::concat with std::generator gives ICE on co_yield: "internal compiler error: in canonicalize_component_ref, at gimplify.cc"

[Bug libstdc++/77704] Data race on std::ctype

2023-06-01 Thread dboles.src at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77704 Daniel Boles changed: What|Removed |Added CC||dboles.src at gmail dot com --- Comment #

[Bug middle-end/69482] Writing through pointers to volatile not always preserved

2023-01-09 Thread dboles.src at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69482 Daniel Boles changed: What|Removed |Added CC||dboles.src at gmail dot com --- Comment #

[Bug c++/93050] throw within constructor initialisation list causes invalid free in destructor

2022-01-07 Thread dboles.src at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93050 Daniel Boles changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING