[Bug c++/26496] [4.0/4.1/4.2 Regression] Pointer to member function

mmitchel at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed May 31 20:11:00 GMT 2006



------- Comment #9 from mmitchel at gcc dot gnu dot org  2006-05-31 20:08 -------
Subject: Bug 26496

Author: mmitchel
Date: Wed May 31 20:07:35 2006
New Revision: 114280

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114280
Log:
        PR c++/27801
        * call.c (perform_implicit_conversion): Do not actually perform
        conversions in templates.
        PR c++/26496
        * call.c (resolve_args): Check for invalid uses of bound
        non-static member functions.
        * init.c (build_offset_ref): Return error_mark_node for errors.
        PR c++/27385
        * decl.c (reshape_init): Robustify.
        (reshape_init_array_1): Likewise.
        PR c++/27801
        * g++.dg/template/cond6.C: New test.
        PR c++/26496
        * g++.dg/template/crash51.C: New test.
        * g++.old-deja/g++.mike/net36.C: Tweak error markers.
        PR c++/27385
        * g++.dg/init/array20.C: New test.

Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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



More information about the Gcc-bugs mailing list