r220190 - in /trunk/gcc: ChangeLog jit/ChangeLo...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Tue Jan 27 20:19:00 GMT 2015


Author: dmalcolm
Date: Tue Jan 27 20:19:36 2015
New Revision: 220190

URL: https://gcc.gnu.org/viewcvs?rev=220190&root=gcc&view=rev
Log:
toplev: gcc version information for jit

gcc/ChangeLog:
	* toplev.c (print_version): Add param "show_global_state", and
	only print GGC and plugin information if it is true.
	(init_asm_output): Pass in "true" for the new param when calling
	print_version.
	(process_options): Likewise.
	(toplev::main): Likewise.
	* toplev.h (print_version): Add new param to decl.

gcc/jit/ChangeLog:
	* docs/internals/test-hello-world.exe.log.txt: Add example version
	lines.
	* jit-common.h (gcc::jit::dump::get_file): New accessor.
	* jit-logging.c: Include toplev.h.
	(gcc::jit::logger::logger): Log the GCC version.
	* jit-recording.c: Include toplev.h.
	(gcc:jit::recording::context::dump_reproducer_to_file): Log the
	GCC version.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/jit/ChangeLog
    trunk/gcc/jit/docs/_build/texinfo/libgccjit.texi
    trunk/gcc/jit/docs/internals/test-hello-world.exe.log.txt
    trunk/gcc/jit/jit-common.h
    trunk/gcc/jit/jit-logging.c
    trunk/gcc/jit/jit-recording.c
    trunk/gcc/toplev.c
    trunk/gcc/toplev.h



More information about the Gcc-cvs mailing list