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]

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


Author: dnovillo
Date: Mon Jul 11 21:17:10 2011
New Revision: 176184

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176184
Log:
	* pph-streamer-in.c (pph_register_decls_in_symtab): Rename
	from pph_add_bindings_to_namespace.
	Do not call pushdecl_into_namespace for every symbol.  Just
	reset the scope for its identifier's namespace binding.
	(pph_in_scope_chain): Merge every field in struct
	cp_binding_level from the scope_chain->bindings coming from
	STREAM and the current scope_chain->bindings.

testsuite/ChangeLog.pph

	* g++.dg/pph/c2eabi1.cc: Remove XFAIL markers.  Expect an
	assembly difference.
	* g++.dg/pph/c2meteor-contest.cc: Likewise.
	* g++.dg/pph/x1namespace.cc: Mark fixed.

Modified:
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/testsuite/ChangeLog.pph
    branches/pph/gcc/testsuite/g++.dg/pph/c2eabi1.cc
    branches/pph/gcc/testsuite/g++.dg/pph/c2meteor-contest.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x1namespace.cc


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