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++/61500] [4.8/4.9 Regression][C++11] Can't take pointer to member referenced via member pointer template parameter.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61500

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Jun 30 12:36:28 2014
New Revision: 212144

URL: https://gcc.gnu.org/viewcvs?rev=212144&root=gcc&view=rev
Log:
    PR c++/61500
    * tree.c (lvalue_kind): Handle MEMBER_REF and DOTSTAR_EXPR.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/template/ptrmem27.C
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/tree.c


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