This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ccf4e86dc01 Finish prior patch new c83027f32d9 jit: port libgccjit to Windows
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: configure | 32 ++-- configure.ac | 33 ++-- gcc/Makefile.in | 10 +- gcc/c/Make-lang.in | 2 +- gcc/jit/Make-lang.in | 56 +++++-- gcc/jit/config-lang.in | 2 +- gcc/jit/jit-playback.c | 24 ++- gcc/jit/jit-result.c | 35 ++++- gcc/jit/jit-result.h | 14 +- gcc/jit/jit-tempdir.c | 10 ++ gcc/jit/jit-w32.c | 255 +++++++++++++++++++++++++++++++ gcc/{analyzer/engine.h => jit/jit-w32.h} | 22 +-- 12 files changed, 433 insertions(+), 62 deletions(-) create mode 100644 gcc/jit/jit-w32.c copy gcc/{analyzer/engine.h => jit/jit-w32.h} (66%)