]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/jit/ChangeLog
toplev: gcc version information for jit
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 27 Jan 2015 20:19:36 +0000 (20:19 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 27 Jan 2015 20:19:36 +0000 (20:19 +0000)
commit53c04ec92a37b35a7f37e00bd5a4b611cf470e3c
treec8823405a2ab3de543e96e14ffc83037629e01f9
parent710700abb804afc0846423ab246034dec745a599
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.

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