r239509 - in /trunk/gcc: ChangeLog input.c self...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Tue Aug 16 18:02:00 GMT 2016


Author: dmalcolm
Date: Tue Aug 16 18:02:43 2016
New Revision: 239509

URL: https://gcc.gnu.org/viewcvs?rev=239509&root=gcc&view=rev
Log:
Move class temp_source_file from input.c to selftest.c/h

gcc/ChangeLog:
	* input.c (class selftest::temp_source_file): Move to
	selftest.h.
	(selftest::temp_source_file::temp_source_file): Move to
	selftest.c.
	(selftest::temp_source_file::~temp_source_file): Likewise.
	* selftest.c (selftest::temp_source_file::temp_source_file): Move
	here from input.c.
	(selftest::temp_source_file::~temp_source_file): Likewise.
	* selftest.h (class selftest::temp_source_file): Move here from
	input.c


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/input.c
    trunk/gcc/selftest.c
    trunk/gcc/selftest.h



More information about the Gcc-cvs mailing list