This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-O3 in repository toolchain/ci/gcc.
from f3c2cc8eaa0 Daily bump. adds 0f1e1069a75 [nvptx libgomp plugin] Build only in supported configurations adds 8d491db06a6 libgomp_g.h: Include stdint.h instead of gstdint.h. adds 669f3c7bc02 Daily bump. adds 891c4f6f4d3 Daily bump. adds ed0b8379792 Daily bump. adds 26b0c76ef8b Daily bump. adds af7f0399252 Daily bump. adds 921fbde7ae9 Fix PR ada/98740 adds 9aa61202d2d [Fortran] PR91640 – Fix call to contiguous dummy adds 8e6871c633f Daily bump. adds 8883ddb1d8b Daily bump. new 1e18f4bbd83 [AArch64] Fix symbol offset limit (PR 98618)
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/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 ++ gcc/ada/gcc-interface/trans.c | 11 +-- gcc/config/aarch64/aarch64.c | 33 ++++---- gcc/fortran/ChangeLog | 10 +++ gcc/fortran/trans-expr.c | 18 ++--- gcc/testsuite/ChangeLog | 8 ++ .../gcc.target/aarch64/symbol-range-tiny.c | 8 +- gcc/testsuite/gcc.target/aarch64/symbol-range.c | 8 +- gcc/testsuite/gfortran.dg/contiguous_10.f90 | 69 ++++++++++++++++ libgomp/ChangeLog | 19 +++++ libgomp/configure | 85 ++++++++++++-------- libgomp/libgomp_g.h | 2 +- libgomp/plugin/configfrag.ac | 91 +++++++++++++--------- libgomp/plugin/plugin-nvptx.c | 9 --- 15 files changed, 260 insertions(+), 118 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/contiguous_10.f90