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-arm 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 new 611fdb0fc5b libgccjit: Add support for types used by atomic builtins [P [...]
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/jit-builtins.c | 10 +-- gcc/jit/jit-recording.c | 9 ++- gcc/jit/jit-recording.h | 20 ++++++ gcc/testsuite/gfortran.dg/pr103606.f90 | 12 ++++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 +++ 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 ++- 11 files changed, 189 insertions(+), 26 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