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 c-lex.c c-pch.c c-pragm ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gomp-20050608-branch
Changes by:	rth@gcc.gnu.org	2005-10-10 04:00:24

Modified files:
	gcc            : ChangeLog.gomp c-lex.c c-pch.c c-pragma.c 
	                 c-pragma.h 
	gcc/config     : darwin-c.c sol2-c.c 
	gcc/config/c4x : c4x-c.c 
	gcc/config/ia64: ia64-c.c 
	gcc/config/m32c: m32c-pragma.c 
	gcc/config/rs6000: rs6000-c.c 
	gcc/config/v850: v850-c.c 
	gcc/cp         : ChangeLog.gomp lex.c parser.c 

Log message:
	* c-lex.c (pragma_lex): Rename from c_lex.
	* c-pch.c, c-pragma.c, c-pragma.h, config/darwin-c.c, config/sol2-c.c,
	config/c4x/c4x-c.c, config/ia64/ia64-c.c, config/m32c/m32c-pragma.c,
	config/rs6000/rs6000-c.c, config/v850/v850-c.c: Update to match.
	cp/
	* lex.c (parse_strconst_pragma): Update for c_lex name change.
	(handle_pragma_java_exceptions): Likewise.
	* parser.c (cp_lexer_new_main): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.6.66&r2=1.1.6.67
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lex.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.249.4.4&r2=1.249.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pch.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.32.4.1&r2=1.32.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pragma.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.87.4.3&r2=1.87.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pragma.h.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.47.8.1&r2=1.47.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin-c.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.20.4.2&r2=1.20.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sol2-c.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.8.4.1&r2=1.8.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/c4x/c4x-c.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.8.4.2&r2=1.8.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64-c.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.9.4.2&r2=1.9.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m32c/m32c-pragma.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000-c.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.20.4.2&r2=1.20.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/v850/v850-c.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.10.4.2&r2=1.10.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.8.2&r2=1.1.8.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.360.4.1&r2=1.360.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.340.4.7&r2=1.340.4.8


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