gcc/gcc ChangeLog c-common.h c-lex.c c-objc-co ...

geoffk@gcc.gnu.org geoffk@gcc.gnu.org
Tue Aug 27 16:58:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	pch-branch
Changes by:	geoffk@gcc.gnu.org	2002-08-27 16:58:30

Modified files:
	gcc            : ChangeLog c-common.h c-lex.c c-objc-common.c 
	                 c-opts.c c-pch.c 
	gcc/cp         : ChangeLog Make-lang.in decl2.c 
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/g++.dg: dg.exp 
	gcc/testsuite/lib: g++-dg.exp gcc-dg.exp 
Added files:
	gcc/testsuite/g++.dg/pch: empty.C empty.H pch.exp 
	gcc/testsuite/gcc.dg/pch: empty.c empty.h pch.exp 

Log message:
	Index: ChangeLog
	2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
	
	* c-pch.c (c_common_write_pch): Rename from c_write_pch, change
	callers.
	(c_common_valid_pch): Rename from c_valid_pch, change callers.
	(c_common_read_pch): Rename from c_read_pch, change callers.
	
	* c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
	a space between it and its argument.
	
	Index: cp/ChangeLog
	2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
	
	* decl2.c (finish_file): Call c_common_write_pch.
	* Make-lang.in (CXX_C_OBJS): Add c-pch.o.
	
	Index: testsuite/ChangeLog
	2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
	
	* g++.dg/dg.exp: Treat files in pch/ specially.
	* g++.dg/pch/pch.exp: New file.
	* g++.dg/pch/empty.H: New file.
	* g++.dg/pch/empty.C: New file.
	* lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
	"precompile".
	
	* gcc.dg/pch/pch.exp: New file.
	* gcc.dg/pch/empty.h: New file.
	* gcc.dg/pch/empty.c: New file.
	* lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
	"precompile".

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.12690.2.68&r2=1.12690.2.69
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.112.4.14&r2=1.112.4.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lex.c.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.163.4.7&r2=1.163.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-objc-common.c.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.2.6.7&r2=1.2.6.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.10.2.3&r2=1.10.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pch.c.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.2639.2.23&r2=1.2639.2.24
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.103.6.13&r2=1.103.6.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.512.2.10&r2=1.512.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.1552.2.7&r2=1.1552.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/dg.exp.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.3.12.3&r2=1.3.12.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pch/empty.C.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pch/empty.H.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pch/pch.exp.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pch/empty.c.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pch/empty.h.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pch/pch.exp.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/g++-dg.exp.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.5.14.1&r2=1.5.14.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/gcc-dg.exp.diff?cvsroot=gcc&only_with_tag=pch-branch&r1=1.10.14.1&r2=1.10.14.2



More information about the Gcc-cvs mailing list