[Bug c++/107437] nested generic lambdas fail requiring unneded captures

2023-07-04 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment

[Bug c++/107437] nested generic lambdas fail requiring unneded captures

2023-06-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 --- Comment #6 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:4cf64d9cc2faf4001f037a50a350abd0f95f3e29 commit r14-2170-g4cf64d9cc2faf4001f037a50a350abd0f95f3e29 Author: Patrick Palka Date:

[Bug c++/107437] nested generic lambdas fail requiring unneded captures

2022-12-17 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 --- Comment #5 from Patrick Palka --- Reduced version of the original testcase: struct integral_constant { constexpr operator int() const { return 42; } }; template struct A { static constexpr int value = N; }; template struct B {

[Bug c++/107437] nested generic lambdas fail requiring unneded captures

2022-12-17 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 Patrick Palka changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/107437] nested generic lambdas fail requiring unneded captures

2022-12-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 --- Comment #3 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:982629bea416df976686467f235e09cb1a5531cc commit r13-4761-g982629bea416df976686467f235e09cb1a5531cc Author: Patrick Palka Date:

[Bug c++/107437] nested generic lambdas fail requiring unneded captures

2022-11-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 --- Comment #2 from Andrew Pinski --- I suspect this is the same as PR 105518.

[Bug c++/107437] nested generic lambdas fail requiring unneded captures

2022-10-27 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 Jordi Vilar changed: What|Removed |Added CC||development at jordi dot vilar.cat ---