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.gomp Makefile.in c-common.c ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gomp-branch
Changes by:	bonzini@gcc.gnu.org	2004-10-22 07:56:20

Modified files:
	gcc            : ChangeLog.gomp Makefile.in c-common.c 
	                 c-common.h c-semantics.c 
	gcc/cp         : Make-lang.in decl.c semantics.c 

Log message:
	2004-10-22  Paolo Bonzini  <bonzini@gnu.org>
	
	* Makefile.in (c-common.o): Adjust dependencies.
	* c-common.c (tree-gimple.h): Include instead of tree-iterator.h.
	(push_stmt_list, pop_stmt_list, add_stmt, build_stmt,
	emit_local_var): Moved from c-semantics.c.
	(c_add_case_label): Do not use build_case_label.
	* c-common.h (re_push_stmt_list, emit_local_var, build_break_stmt,
	build_continue_stmt, build_case_label_expr): Removed.
	* c-semantics.c (re_push_stmt_list, build_break_stmt,
	build_continue_stmt, build_case_label_expr): Removed.
	(push_stmt_list, pop_stmt_list, add_stmt, build_stmt,
	emit_local_var): Moved to c-common.c.
	
	* cp/Make-lang.in (CXX_C_OBJS): Remove c-semantics.o.
	* cp/decl.c (finish_case_label): Do not use build_case_label.
	* cp/semantics.c (finish_break_stmt): Do not use build_break_stmt.
	(finish_continue_stmt): Do not use build_continue_stmt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=1.1375.2.2&r2=1.1375.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=1.570.2.1&r2=1.570.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=1.263.2.2&r2=1.263.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-semantics.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=1.92&r2=1.92.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=1.192.4.2&r2=1.192.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=1.1289.2.1&r2=1.1289.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=1.429.2.1&r2=1.429.2.2


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