This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from ebcdd004edf AVX512FP16: Add testcase for fpclass/getmant/getexp instructions. adds f1f5b1fbbbe Give more informative error message for by-reference types adds 45d32da2bc0 Remove superfluous call to UI_Is_In_Int_Range adds f3922acfdff Implement PR ada/101385 adds 3f89d5ebcca openmp: Add testing checks (whether lhs appears in operands [...] new b29fc21482c testsuite: Use sync_long_long instead of sync_int_long for [...] new caef5203d64 Fix internal error on pointer-to-pointer binding in LTO mode new fad540552ff Strengthen compatibility warning for GCC builtins new 26864014bba Fix internal error on broken import of vector intrinsics new b9c35857d00 Fix inaccurate bounds in debug info for vector array types new f349a8b5928 Do not issue size error for too large array type new 9bb20299ba1 arc: Update ZOL pattern. new bd55fa10271 Fix PR ada/101970 new e2103982da7 testsuite: fix failing pytest tests new 33fdbbe4ce6 Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313]
The 10 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: .../building_executable_programs_with_gnat.rst | 11 +- gcc/ada/exp_attr.adb | 23 ++-- gcc/ada/gcc-interface/decl.c | 118 ++++++++---------- gcc/ada/gcc-interface/lang-specs.h | 7 +- gcc/ada/gcc-interface/utils.c | 9 +- gcc/ada/libgnat/s-aoinar.adb | 2 +- gcc/ada/libgnat/s-aomoar.adb | 2 +- gcc/ada/libgnat/s-aotase.adb | 2 +- gcc/ada/libgnat/s-atopex.adb | 38 +++--- gcc/ada/libgnat/s-atopri.ads | 7 +- gcc/config/arc/arc.md | 8 +- gcc/fortran/parse.c | 3 + gcc/gimplify.c | 133 ++++++++++++--------- gcc/testsuite/c-c++-common/gomp/atomic-29.c | 11 +- gcc/testsuite/g++.dg/gcov/gcov.py | 5 +- gcc/testsuite/gfortran.dg/goacc/unexpected-end.f90 | 23 ++++ gcc/testsuite/gfortran.dg/gomp/unexpected-end.f90 | 123 +++++++++++++++++++ gcc/testsuite/gnat.dg/enum_rep2.adb | 117 ++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 2 +- 19 files changed, 461 insertions(+), 183 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc/unexpected-end.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/unexpected-end.f90 create mode 100644 gcc/testsuite/gnat.dg/enum_rep2.adb