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]

r138360 - in /trunk/gcc: ChangeLog c-pch.c test...


Author: jakub
Date: Thu Jul 31 07:59:18 2008
New Revision: 138360

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138360
Log:
	PR preprocessor/36649
	* c-pch.c (c_common_read_pch): Save and restore
	line_table->trace_includes across PCH restore.

	* gcc.dg/pch/cpp-3.c: New test.
	* gcc.dg/pch/cpp-3.hs: New file.
	* gcc.dg/pch/cpp-3a.h: New file.
	* gcc.dg/pch/cpp-3b.h: New file.

Added:
    trunk/gcc/testsuite/gcc.dg/pch/cpp-3.c
    trunk/gcc/testsuite/gcc.dg/pch/cpp-3.hs
    trunk/gcc/testsuite/gcc.dg/pch/cpp-3a.h
    trunk/gcc/testsuite/gcc.dg/pch/cpp-3b.h
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-pch.c
    trunk/gcc/testsuite/ChangeLog


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