This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/50089] [C++0x] ICE when calling a qualified base class member function within a lambda expr without "this->"


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50089

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-30 21:48:28 UTC ---
Author: jason
Date: Tue Aug 30 21:48:24 2011
New Revision: 178342

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178342
Log:
    PR c++/50089
    * semantics.c (finish_id_expression): Use
    current_nonlambda_class_type for qualified-ids.

Added:
   
branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-qualified.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/semantics.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]