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]

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


Author: dnovillo
Date: Mon Aug 22 15:10:04 2011
New Revision: 177959

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177959
Log:
	* pph-streamer-out.c (pph_out_symtab): Mark the function as
	having a body if it has a cgraph node associated with it.
	* pph-streamer-in.c (pph_in_binding_level): Call pph_in_tree to
	read BL->BLOCKS.
	* pph-streamer-out.c (pph_out_binding_level_1): Call pph_out_tree
	to write BL->BLOCKS.

testsuite/ChangeLog.pph
2011-08-18   Diego Novillo  <dnovillo@google.com>

	* g++.dg/pph/x1dynarray1.cc: Mark fixed.
	* g++.dg/pph/x1dynarray2a.cc: Mark fixed.
	* g++.dg/pph/x1dynarray2b.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/x1dynarray1.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x1dynarray2a.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x1dynarray2b.cc


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