This is the mail archive of the gcc-cvs@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]

egcs/gcc/cp ChangeLog cp-tree.h cvt.c decl.c d ...


CVSROOT:	/egcs/carton/cvsfiles
Module name:	egcs
Changes by:	jason@egcs.cygnus.com	99/08/06 18:01:56

Modified files:
	gcc/cp         : ChangeLog cp-tree.h cvt.c decl.c decl2.c lex.c 
	                 search.c typeck.c 

Log message:
	* decl.c (lookup_name_real): Set the complain flag if we're
	looking for a namespace member.
	
	* lex.c (real_yylex): We can have a number with no digits.
	
	* cvt.c (cp_convert_to_pointer): Don't force pmf conversions.
	
	* search.c (binfo_from_vbase): New fn.
	* cp-tree.h: Declare it.
	* cvt.c (cp_convert_to_pointer): Use it to diagnose conversion
	from pointer to member of virtual base.
	* typeck.c (get_delta_difference): Likewise.


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