]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/54276 (Lambda in a Template Function Undefined Reference to local static)
authorJason Merrill <jason@redhat.com>
Sat, 16 Feb 2013 02:07:55 +0000 (21:07 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 16 Feb 2013 02:07:55 +0000 (21:07 -0500)
commited28187bd37a4bcf59928634afd3aca27b97b373
treedf953a3719cd1dfd6dccfe0e521a708e6684084e
parent6931995e0906abcffc328afe52a019abe258a5ca
re PR c++/54276 (Lambda in a Template Function Undefined Reference to local static)

PR c++/54276
* semantics.c (finish_id_expression): Also return the identifier
for an outer local static.

From-SVN: r196101
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template9.C [new file with mode: 0644]