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-arm in repository toolchain/ci/gcc.
from ab810952eb7 ipa-cp: Use profile counters (or not) based on local availability adds 99b1021d21e Fix a typo. adds a1957c97554 Fix warnings building linux-atomic.c and fptr.c on hppa64-linux adds 9f4edfc1fb8 Kill second order relations in the path solver. adds 2f0b6a971a0 Reorder relation calculating code in the path solver. adds aeb10f8d2a6 Kill known equivalences before a new assignment in the path [...] adds 11b96757748 Darwin, config: Amend for Darwin 21 / macOS 12. adds 1f98c4e0c54 libffi: Update LOCAL_PATCHES new fd39c4bf556 Fortran: make some trans* functions static new 28b3a7788ee Fortran: make some match* functions static new e90e0301d57 Fortran: make some constructor* functions static new a470bfccf14 Fortran: make some trans-array functions static new 51227c59910 Fortran: Delete unused decl in trans-stmt.h new 8bccf82905a Fortran: Delete unused decl in trans-types.h new b0b1d8d5d90 Fortran: Delete unused decl in intrinsic.h
The 7 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/config.gcc | 6 +- gcc/config/darwin-c.c | 2 +- gcc/config/darwin-driver.c | 10 +-- gcc/fortran/constructor.c | 20 +----- gcc/fortran/constructor.h | 10 --- gcc/fortran/decl.c | 15 ++-- gcc/fortran/expr.c | 2 +- gcc/fortran/gfortran.h | 1 - gcc/fortran/intrinsic.h | 4 -- gcc/fortran/match.c | 28 +------- gcc/fortran/match.h | 10 --- gcc/fortran/scanner.c | 4 +- gcc/fortran/trans-array.c | 2 +- gcc/fortran/trans-array.h | 6 -- gcc/fortran/trans-expr.c | 10 +-- gcc/fortran/trans-stmt.h | 1 - gcc/fortran/trans-types.c | 25 +------ gcc/fortran/trans-types.h | 4 -- gcc/fortran/trans.c | 1 - gcc/fortran/trans.h | 11 --- gcc/gimple-range-fold.cc | 2 + gcc/gimple-range-path.cc | 117 +++++++++++++++++--------------- gcc/gimple-range-path.h | 3 +- gcc/testsuite/gcc.dg/Warray-bounds-90.c | 2 +- gcc/value-relation.cc | 21 +++++- libffi/LOCAL_PATCHES | 1 + libgcc/config.host | 2 +- libgcc/config/pa/linux-atomic.c | 106 ++++++++++++++++------------- libgcc/config/pa/t-linux64 | 8 +-- 29 files changed, 182 insertions(+), 252 deletions(-)