re PR c++/50089 ([C++0x] ICE when calling a qualified base class member function...
authorJason Merrill <jason@redhat.com>
Tue, 30 Aug 2011 21:27:27 +0000 (17:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 30 Aug 2011 21:27:27 +0000 (17:27 -0400)
commit90677b8d915a4abc6366d38c0470c7cf0438e18c
tree74cc8499c6c76ee2f22fcd5712ebcfcab2e0a2ad
parent971df06b2f4cd9335b34d087f82ec7a471b5871d
re PR c++/50089 ([C++0x] ICE when calling a qualified base class member function within a lambda expr without "this->")

PR c++/50089
* semantics.c (finish_id_expression): Use
current_nonlambda_class_type for qualified-ids.

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