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

crowl@gcc.gnu.org crowl@gcc.gnu.org
Fri May 20 21:10:00 GMT 2011


Author: crowl
Date: Fri May 20 21:10:02 2011
New Revision: 173983

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173983
Log:
Split C++ test x1funcstatic.cc into a C test and a C++ test.
Stream out and in various C++ tree members.

Index: gcc/testsuite/ChangeLog.pph

2011-05-20  Lawrence Crowl  <crowl@google.com>

	* x1funcstatic.h: Rename to c1funcstatic.h, as contents are C only.
	* x1funcstatic.c: Use c1funcstatic.h instead of x1funcstatic.h.
	* c1funcstatic.c: Add to test C functionality.

Index: gcc/cp/ChangeLog.pph

2011-05-20  Lawrence Crowl <crowl@google.com>

	* pph-streamer-in.c (pph_stream_read_qual_use_vec): Add.
	(pph_stream_read_tree_vec_none): Add.
	(pph_stream_read_tree): Add read of various C++ fields.
	* pph-streamer-out.c (pph_stream_write_qual_use_vec): Add.
	(pph_stream_write_tree_vec_none): Add.
	(pph_stream_write_tree): Add write of various C++ fields.



Added:
    branches/pph/gcc/testsuite/g++.dg/pph/c1funcstatic.cc
    branches/pph/gcc/testsuite/g++.dg/pph/c1funcstatic.h
Removed:
    branches/pph/gcc/testsuite/g++.dg/pph/x1funcstatic.h
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/x1funcstatic.cc



More information about the Gcc-cvs mailing list