gcc/gcc/cp ChangeLog typeck.c cvt.c pt.c

jason@gcc.gnu.org jason@gcc.gnu.org
Thu May 9 10:27:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jason@gcc.gnu.org	2002-05-09 10:27:39

Modified files:
	gcc/cp         : ChangeLog typeck.c cvt.c pt.c 

Log message:
	* typeck.c (get_member_function_from_ptrfunc): Reorganize.
	Use subtraction rather than a bitmask to get the index.
	* cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.
	
	* pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.2810&r2=1.2811
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.405&r2=1.406
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cvt.c.diff?cvsroot=gcc&r1=1.116&r2=1.117
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.587&r2=1.588



More information about the Gcc-cvs mailing list