egcs/gcc/cp ChangeLog call.c class.c decl.c de ...

gdr@gcc.gnu.org gdr@gcc.gnu.org
Mon Feb 21 11:51:00 GMT 2000


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	gdr@sourceware.cygnus.com	00/02/21 11:51:44

Modified files:
	gcc/cp         : ChangeLog call.c class.c decl.c decl2.c expr.c 
	                 friend.c 

Log message:
	2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
	
	* call.c (build_object_call): Compress consecutive calls to
	cp_error.
	(build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
	(build_op_delete_call): Adjust message formatting.
	
	* class.c (check_bases): Compress consecutive calls to
	cp_pedwarn.
	(finish_struct_anon): Say 'ISO C++'.
	
	* decl.c (start_decl): Same here.
	(grok_reference_init): Likewise.
	(grokfndecl): Correct message formatting.
	(grokfndecl): Improve diagnostic.
	(check_static_variable_definition): Likewise. Say 'ISO C++'
	(compute_array_index_type): Say 'ISO C++'
	(create_array_type_for_decl): Compress consecutive calls to
	cp_error.
	(grokdeclarator): Say 'ISO C++'
	(grok_op_properties): Likewise.
	
	* decl2.c (delete_sanity): Clairify diagnostic.
	(check_member_template): Same here.
	(grok_function_init): Use consistent terminology.
	
	* expr.c (do_case): Say 'ISO C++'
	
	* friend.c (do_friend): Compress consecutive calls to warning.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.1587&r2=1.1588
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.193&r2=1.194
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/class.c.diff?cvsroot=gcc&r1=1.261&r2=1.262
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.547&r2=1.548
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/decl2.c.diff?cvsroot=gcc&r1=1.309&r2=1.310
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/expr.c.diff?cvsroot=gcc&r1=1.40&r2=1.41
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/friend.c.diff?cvsroot=gcc&r1=1.53&r2=1.54



More information about the Gcc-cvs mailing list