[Bug c++/85171] generic lambda becomes recursive

2021-12-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85171 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c++/85171] generic lambda becomes recursive

2021-12-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85171 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection, wrong-code Known t

[Bug c++/85171] generic lambda becomes recursive

2018-04-03 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85171 --- Comment #1 from Nathan Sidwell --- Created attachment 43823 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43823&action=edit member fn example The second example shows the case inside a member fn, with ok and bad cases. X::ok calls X: