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++/66130] "invalid use of non-static member function" message could be clearer


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

--- Comment #12 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Wed Jun  3 19:23:20 2015
New Revision: 224099

URL: https://gcc.gnu.org/viewcvs?rev=224099&root=gcc&view=rev
Log:
2015-06-03  Manuel LÃpez-IbÃÃez  <manu@gcc.gnu.org>
            Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/66130
        * typeck.c (invalid_nonstatic_memfn_p): Add location_t parameter and
        use it in the diagnostic.
        (decay_conversion): Adjust call.
        * semantics.c (finish_decltype_type): Likewise.
        * call.c (resolve_args, build_new_op_1,
        perform_implicit_conversion_flags): Adjust calls.
        * cvt.c (ocp_convert, convert_to_void): Likewise.
        * cp-tree.h (invalid_nonstatic_memfn_p): Update declaration.

2015-06-03  Manuel LÃpez-IbÃÃez  <manu@gcc.gnu.org>
            Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/66130
        * g++.dg/other/pr66130.C: New.
        * g++.dg/cpp0x/pr66130.C: Likewise.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr66130.C
    trunk/gcc/testsuite/g++.dg/other/pr66130.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/cvt.c
    trunk/gcc/cp/semantics.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog

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