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]
Other format: [Raw text]

gcc/gcc ChangeLog c-pretty-print.c c-pretty-pr ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	gdr@gcc.gnu.org	2003-09-18 08:25:12

Modified files:
	gcc            : ChangeLog c-pretty-print.c c-pretty-print.h 
	gcc/cp         : ChangeLog cxx-pretty-print.c error.c 

Log message:
	* c-pretty-print.h (pp_type_specifier_seq): Fix thinko.
	* c-pretty-print.c: Fix formatting.
	(pp_c_integer_constant): Append type annotation to literals.  Tidy.
	(pp_c_type_specifier): Tidy.
	(pp_c_compound_literal): New function.
	(pp_c_initializer): Simplify..
	(pp_c_initializer_list): Likewise.
	(pp_c_brace_enclosed_initializer_list): New function.
	(pp_c_postfix_expression): Simplify.
	
	cp/
	* error.c (dump_type): Simplify.  Use pp_type_specifier_seq for
	"C" types.
	* cxx-pretty-print.c (pp_cxx_type_specifier_seq): Fix thinko.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1085&r2=2.1086
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pretty-print.c.diff?cvsroot=gcc&r1=1.27&r2=1.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pretty-print.h.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3686&r2=1.3687
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cxx-pretty-print.c.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/error.c.diff?cvsroot=gcc&r1=1.235&r2=1.236


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