This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 78a015199ae Daily bump. new 2ac862bf33e configure: Avoid unnecessary constraints on executables for [...] new e1f99a4b056 Darwin, jit: Fix build [PR100613]. new d75b8abc7b0 JIT, testsuite, Darwin: Initial testsuite fixes. new 9f6a1fefe9b Jit, testsuite: Amend expect processing to tolerate more pl [...]
The 4 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: gcc/Makefile.in | 7 - gcc/configure | 18 +- gcc/configure.ac | 10 - gcc/jit/Make-lang.in | 88 +++++++- gcc/jit/docs/examples/tut04-toyvm/toyvm.c | 2 +- gcc/jit/docs/examples/tut04-toyvm/toyvm.cc | 2 +- gcc/jit/jit-dejagnu.h | 338 +++++++++++++++++++++++++++++ gcc/testsuite/jit.dg/harness.h | 2 +- gcc/testsuite/jit.dg/jit.exp | 142 ++++++++---- gcc/testsuite/lib/target-supports.exp | 15 ++ 10 files changed, 537 insertions(+), 87 deletions(-) create mode 100644 gcc/jit/jit-dejagnu.h