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++/65880] [5/6 Regression] Member function issue with argument "pointer to const array of member function pointers"


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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jun 19 18:24:29 2015
New Revision: 224683

URL: https://gcc.gnu.org/viewcvs?rev=224683&root=gcc&view=rev
Log:
        PR c++/65880
        * decl.c (build_ptrmemfunc_type): Check TYPE_GET_PTRMEMFUNC_TYPE after
        cv-qualifiers.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/overload/pmf3.C
Modified:
    branches/gcc-5-branch/gcc/cp/ChangeLog
    branches/gcc-5-branch/gcc/cp/decl.c


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