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 7eb961d83b0 i386: Improve V8HI and V8HF inserts [PR102811] adds 860c56b5bc3 analyzer: fix false leak seen in Juliet 1.3 [PR102471] adds 40fa651e604 Daily bump. adds 12421a36454 d: Prefix object files from the root package with 'root-' adds fa10faa72d8 d: Disable the D runtime garbage collector after initializi [...] adds 1c5317d6214 libphobos: Add missing ControlState variable for AArch64 new 1ac7a8c9e47 fortran: OpenMP/OpenACC array mapping alignment fix (PR90030)
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/ChangeLog | 118 +++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 271 +++++++++++++++++++++ gcc/analyzer/ChangeLog | 7 + gcc/analyzer/region-model-reachability.cc | 13 + gcc/c-family/ChangeLog | 5 + gcc/cp/ChangeLog | 6 + gcc/d/ChangeLog | 14 ++ gcc/d/Make-lang.in | 34 +-- gcc/d/d-frontend.h | 2 +- gcc/d/d-lang.cc | 2 +- gcc/fortran/trans-openmp.c | 19 +- gcc/testsuite/ChangeLog | 95 ++++++++ gcc/testsuite/gcc.dg/analyzer/leak-3.c | 41 ++++ gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 8 +- .../gfortran.dg/gomp/affinity-clause-1.f90 | 6 +- .../gfortran.dg/gomp/affinity-clause-5.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/defaultmap-4.f90 | 44 ++-- gcc/testsuite/gfortran.dg/gomp/defaultmap-5.f90 | 30 +-- gcc/testsuite/gfortran.dg/gomp/defaultmap-6.f90 | 20 +- gcc/testsuite/gfortran.dg/gomp/map-3.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90 | 8 +- gcc/testsuite/gfortran.dg/gomp/pr78260-3.f90 | 4 +- libcpp/ChangeLog | 21 ++ libgomp/testsuite/libgomp.fortran/pr90030.f90 | 3 + libgomp/testsuite/libgomp.oacc-fortran/pr90030.f90 | 29 +++ libphobos/ChangeLog | 5 + libphobos/src/std/math/hardware.d | 1 + libstdc++-v3/ChangeLog | 75 ++++++ 29 files changed, 797 insertions(+), 94 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/leak-3.c create mode 100644 libgomp/testsuite/libgomp.fortran/pr90030.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr90030.f90