[Bug c++/114495] New: Capture error in lambda fold

2024-03-27 Thread andipeer at gmx dot net via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: andipeer at gmx dot net Target Milestone: --- The following code #include template void func(Args... args) { auto f = [&](std::index_sequence, Args... args) { auto f2 = [&](auto, auto) { }; (f2(Indic

[Bug c++/78018] New: [C++14] "internal compiler error: Segmentation fault" with templates and lambdas

2016-10-18 Thread andipeer at gmx dot net
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andipeer at gmx dot net Target Milestone: --- Created attachment 39828 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39828=edit Minimal wo