[Bug c++/97050] ICE with segfault in lambda overload resolution

2021-10-01 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97050 Patrick Palka changed: What|Removed |Added Target Milestone|--- |11.0 Status|NEW

[Bug c++/97050] ICE with segfault in lambda overload resolution

2021-10-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97050 Andrew Pinski changed: What|Removed |Added Known to fail||10.3.0 Known to work|

[Bug c++/97050] ICE with segfault in lambda overload resolution

2020-09-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97050 --- Comment #2 from Marek Polacek --- Reduced: namespace a { template constexpr bool f = __is_same_as(d, e); } struct g {}; struct h; template auto operator+(i, j) { auto k = [](auto l) requires a::f{}; return k; } void m() { struct n {

[Bug c++/97050] ICE with segfault in lambda overload resolution

2020-09-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97050 Marek Polacek changed: What|Removed |Added Last reconfirmed||2020-09-14