This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 365c7c6ac54 libgcc: vxcrtstuff.c: make ctor/dtor functions static adds c87ff875867 Fix handling of thunks in ipa-modref adds 2f217f7218b Avoid updating hot bb threshold in call speculation code adds 7e913caad08 Fortran: fix checking of elemental functions of type CLASS adds 611fdb0fc5b libgccjit: Add support for types used by atomic builtins [P [...] new c6b7f68bfd6 libgccjit: Add support for TLS variable [PR95415]
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: gcc/fortran/resolve.c | 3 +- gcc/ipa-modref.c | 10 +-- gcc/ipa-profile.c | 12 ---- gcc/jit/docs/topics/compatibility.rst | 9 +++ gcc/jit/docs/topics/expressions.rst | 37 +++++++++++ gcc/jit/jit-builtins.c | 10 +-- gcc/jit/jit-playback.h | 6 ++ gcc/jit/jit-recording.c | 48 +++++++++++++-- gcc/jit/jit-recording.h | 27 +++++++- gcc/jit/libgccjit.c | 18 ++++++ gcc/jit/libgccjit.h | 21 +++++++ gcc/jit/libgccjit.map | 5 ++ gcc/testsuite/gfortran.dg/pr103606.f90 | 12 ++++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 20 ++++++ gcc/testsuite/jit.dg/test-builtin-types.c | 43 +++++++++++++ gcc/testsuite/jit.dg/test-error-bad-assignment.c | 78 ++++++++++++++++++++++++ gcc/testsuite/jit.dg/test-fuzzer.c | 8 ++- gcc/testsuite/jit.dg/test-tls.c | 64 +++++++++++++++++++ 18 files changed, 401 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr103606.f90 create mode 100644 gcc/testsuite/jit.dg/test-builtin-types.c create mode 100644 gcc/testsuite/jit.dg/test-error-bad-assignment.c create mode 100644 gcc/testsuite/jit.dg/test-tls.c