r146645 - in /branches/gcc-4_4-branch/gcc: cp/C...

dodji@gcc.gnu.org dodji@gcc.gnu.org
Thu Apr 23 11:13:00 GMT 2009


Author: dodji
Date: Thu Apr 23 11:13:57 2009
New Revision: 146645

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146645
Log:
2009-04-23  Dodji Seketeli  <dodji@redhat.com>

    gcc/cp/ChangeLog:
    	PR c++/38228
    	* pt.c (unify): Do not allow the result of a template argument
    	deduction to be a METHOD_TYPE.
    	* cvt.c (cp_convert): Report a meaningful error for non-valid use
    	of pointer to member functions during conversions.
    	* call.c (build_new_op): Report a meaningful error for non-valid
    	use of pointer to member functions in binary expressions.
    	* typeck.c (invalid_nonstatic_memfn_p): Do not crash when EXPR is
    	NULL;
    
    gcc/testsuite/ChangeLog:
    	PR c++/38228
    	* g++.dg/expr/bound-mem-fun.C: New test.


Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/expr/bound-mem-fun.C
Modified:
    branches/gcc-4_4-branch/gcc/cp/ChangeLog
    branches/gcc-4_4-branch/gcc/cp/call.c
    branches/gcc-4_4-branch/gcc/cp/cvt.c
    branches/gcc-4_4-branch/gcc/cp/pt.c
    branches/gcc-4_4-branch/gcc/cp/typeck.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list