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]

r178830 - in /branches/pph/gcc: c-family/Change...


Author: dnovillo
Date: Tue Sep 13 19:01:03 2011
New Revision: 178830

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178830
Log:
c-family/ChangeLog.pph
	* c-opts.c (pph_reader_enabled_p): Rename from query_have_pph_map.
	Update all users.

cp/ChangeLog.pph
	* Make-lang.in (cp/parser.o): Add dependency on CXX_PPH_STREAMER_H.
	* parser.c: Include pph-streamer.h
	* decl.c (cp_rest_of_decl_compilation): Call pph_writer_enabled_p.
	* pph-streamer-in.c (pph_read_file_1): Likewise.
	* semantics.c (expand_or_defer_fn_1): Likewise.
	* pph-streamer.h (pph_writer_enabled_p): New.
	(pph_enabled_p): Move from pph.h.
	* pph.c (pph_init): Call pph_writer_enabled_p.
	* pph.h: Move to pph-streamer.h.

Modified:
    branches/pph/gcc/c-family/ChangeLog.pph
    branches/pph/gcc/c-family/c-common.h
    branches/pph/gcc/c-family/c-opts.c
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/Make-lang.in
    branches/pph/gcc/cp/decl.c
    branches/pph/gcc/cp/parser.c
    branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/cp/pph-streamer.h
    branches/pph/gcc/cp/pph.c
    branches/pph/gcc/cp/pph.h
    branches/pph/gcc/cp/semantics.c


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