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 1c5317d6214 libphobos: Add missing ControlState variable for AArch64 adds 1ac7a8c9e47 fortran: OpenMP/OpenACC array mapping alignment fix (PR90030) adds 1ea226fad13 fix spelling of -linker-output-auto-nolto-rel adds 70ece2d4ca4 tree-optimization/103527 - always use thruth type forgather mask adds 06b8cdc8d73 middle-end/103271 - avoid VLA init of register new 6f43a8a0805 c++: ICE with unnamed tparm and concept [PR103408] new cde87638bf5 Implement -fprofile-prefix-map. new 9af081003f9 c++: Fix bogus error with __integer_pack [PR94490] new 7d6c20c06ce testsuite: make bic-bitmask-18.c test more precise [PR103479] new d47393d0b4d [PR103437] Process multiplication overflow in priority calc [...]
The 5 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/common.opt | 4 ++ gcc/config/vxworks.h | 2 +- gcc/coverage.c | 3 +- gcc/cp/cxx-pretty-print.c | 4 +- gcc/cp/pt.c | 1 + gcc/doc/invoke.texi | 14 ++++++- gcc/file-prefix-map.c | 17 +++++++++ gcc/file-prefix-map.h | 2 + gcc/fortran/trans-openmp.c | 19 ++++------ gcc/internal-fn.c | 17 +++++++++ gcc/ira-color.c | 15 +++++--- gcc/lto-opts.c | 1 + gcc/opts-global.c | 4 ++ gcc/opts.c | 2 + gcc/profile.c | 4 ++ gcc/testsuite/g++.dg/cpp23/concepts-err1.C | 6 +++ gcc/testsuite/g++.dg/ext/integer-pack5.C | 29 ++++++++++++++ gcc/testsuite/gcc.dg/bic-bitmask-18.c | 2 +- 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 +- gcc/tree-vect-stmts.c | 5 ++- libgomp/testsuite/libgomp.fortran/pr90030.f90 | 3 ++ libgomp/testsuite/libgomp.oacc-fortran/pr90030.f90 | 29 ++++++++++++++ lto-plugin/lto-plugin.c | 6 ++- 31 files changed, 227 insertions(+), 90 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/concepts-err1.C create mode 100644 gcc/testsuite/g++.dg/ext/integer-pack5.C create mode 100644 libgomp/testsuite/libgomp.fortran/pr90030.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr90030.f90