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]

r176214 - in /branches/pph/gcc: cp/ChangeLog.pp...


Author: dnovillo
Date: Tue Jul 12 19:14:15 2011
New Revision: 176214

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176214
Log:
2011-07-12   Diego Novillo  <dnovillo@google.com>

	* pph-streamer-in.c (pph_register_decl_in_symtab): New.
	(pph_register_binding_in_symtab): Rename from
	pph_register_decls_in_symtab.  Update all users.
	Do not call nreverse on bl->names and bl->namespaces.
	Call pph_register_decl_in_symtab.
	(pph_read_file_contents): Register decls in
	FILE_STATIC_AGGREGATES.

2011-07-12  Gabriel Charette  <gchare@google.com>
	    Diego Novillo  <dnovillo@google.com>

	* pph-streamer-out.c (pph_out_chained_tree): New.
	(pph_out_chain_filtered): Add REVERSE_P parameter.
	If REVERSE_P is set, write the list in reverse order.
	Update all users.
	(pph_out_binding_level): Write out lists bl->names,
	bl->namespaces, bl->usings and bl->using_directives in
	reverse.

testsuite/ChangeLog.pph
2011-07-12  Gabriel Charette  <gchare@google.com>

	* g++.dg/pph/c1pr44948-1a.cc: Mark fixed.
	* g++.dg/pph/c2pr36533.cc: Mark fixed.
	* g++.dg/pph/x2functions.cc: Mark fixed.

Modified:
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/cp/pph-streamer-out.c
    branches/pph/gcc/testsuite/ChangeLog.pph
    branches/pph/gcc/testsuite/g++.dg/pph/c1pr44948-1a.cc
    branches/pph/gcc/testsuite/g++.dg/pph/c2pr36533.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x2functions.cc


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