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]

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


Author: gchare
Date: Tue Jun 28 17:41:25 2011
New Revision: 175592

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175592
Log:
The chains are built backwards (ref: add_decl_to_level),
reverse them before putting them back in.

	* pph-streamer-in.c (pph_add_bindings_to_namespace): Reverse names and
	namespaces chains.

	* g++.dg/pph/c1limits-externalid.cc: Remove pph asm xdiff.
	* g++.dg/pph/c1varorder.cc: New.
	* g++.dg/pph/c1varorder.h: New.
	* g++.dg/pph/pph.map: Add c1varorder.h

Added:
    branches/pph/gcc/testsuite/g++.dg/pph/c1varorder.cc
    branches/pph/gcc/testsuite/g++.dg/pph/c1varorder.h
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/c1limits-externalid.cc
    branches/pph/gcc/testsuite/g++.dg/pph/pph.map


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