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-common.c c-common.h cppfil ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	compile-server-branch
Changes by:	mrs@gcc.gnu.org	2003-10-30 02:46:50

Modified files:
	gcc            : ChangeLog c-common.c c-common.h cppfiles.c 
	                 ggc-common.c tree.h 
	gcc/cp         : ChangeLog lang-specs.h parser.c 

Log message:
	* c-common.c (builtins_c_fragment): Mark for PCH.
	(output_c_fragment): Likewise.
	(current_fragment_deps_end): Likewise.
	(include_fragments): Add.
	(restore_fragment): Add code to output remembered asm code
	associated with the fragment.
	(cb_enter_fragment): Use FRAGMENT_CHAIN instead of TREE_CHAIN.
	Add code to remember the start of the asm code output.
	(xfseek): Add.
	(cb_exit_fragment): Add code to save off the asm code that was
	output during fragment processing.
	* c-common.h (FRAGMENT_CHAIN): Add.
	(FRAGMENT_GLOBAL_CHAIN): Add.
	(alloc_include_fragment):
	* ggc-common.c (gt_pch_note_object): Allow the static types of
	GTY(()) variables to not match, so that we can have
	subclass/superclasses.
	* tree.h (SET_DECL_FRAGMENT): No cast needed anymore, the types are
	now correct.
	* tree.h (tree_decl): Make defining_fragment be a c_include_fragment.
	(c_include_fragment): Add asm_buf and asm_file_startpos.
	
	cp/
	* lang-specs.h: Use the server for PCH compiles.
	
	* parser.c (cp_parser_translation_unit): Arrange for toplevel
	decls to not be nested.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=2.618.2.47&r2=2.618.2.48
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.438.2.7&r2=1.438.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.194.2.5&r2=1.194.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppfiles.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.177.2.7&r2=1.177.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ggc-common.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.72.4.1&r2=1.72.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.430.2.3&r2=1.430.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.3550.2.5&r2=1.3550.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lang-specs.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.61.6.2&r2=1.61.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.88.2.2&r2=1.88.2.3


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