https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84496
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Tue Feb 27 15:31:29 2018 New Revision: 258037 URL: https://gcc.gnu.org/viewcvs?rev=258037&root=gcc&view=rev Log: PR c++/84496 - ICE with generic lambda in lambda. * pt.c (type_dependent_expression_p): Fix dependency checking of functions without DECL_TEMPLATE_INFO. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1y/pr84496.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/pt.c