[Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters
paolo at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Sep 22 19:49:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62219
--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Mon Sep 22 19:48:54 2014
New Revision: 215483
URL: https://gcc.gnu.org/viewcvs?rev=215483&root=gcc&view=rev
Log:
/cp
2014-09-22 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/62219
* pt.c (check_default_tmpl_args): Check LAMBDA_FUNCTION_P.
/testsuite
2014-09-22 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/62219
* g++.dg/cpp0x/lambda/lambda-template14.C: New.
Added:
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template14.C
Modified:
branches/gcc-4_9-branch/gcc/cp/ChangeLog
branches/gcc-4_9-branch/gcc/cp/pt.c
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list