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]

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


Author: dnovillo
Date: Mon Jun 27 14:29:33 2011
New Revision: 175531

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175531
Log:
cp/ChangeLog.pph
2011-06-27  Gabriel Charette  <gchare@google.com>

	* pph-streamer-in.c (pph_read_tree):
	Stream in DECL_CHAIN of VAR_DECL.
	Stream in DECL_CHAIN of FUNCTION_DECL.
	* pph-streamer-out.c (pph_write_tree):
	Stream out DECL_CHAIN of VAR_DECL.
	Stream out DECL_CHAIN of FUNCTION_DECL.

testsuite/ChangeLog.pph
2011-06-27  Gabriel Charette  <gchare@google.com>

	* g++.dg/pph/x1functions.cc: Fixed bogus, now asm diff.
	* g++.dg/pph/x1variables.cc: Fixed bogus, now asm diff.

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/x1functions.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x1variables.cc


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