This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/gcc.
from 8ed6cfbbee7 libstdc++: Fix non-default constructors for hash containers [...] adds e4966e1d1de Bind(c): signed char is not a Fortran character type adds 01ac2f08b01 Daily bump. adds 3382846558e Fix execution failure of parity_1.f90 on P10 [PR100952] adds 60933a148ab analyzer: fix feasibility false +ve with overly complex svalues new 863737b8de7 Revert "testsuite: mips: use noinline attribute instead of [...] new 19e05058799 testsuite: mips: pass -finline/-fnoinline through
The 2 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 | 69 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/diagnostic-manager.cc | 47 ++++++-- gcc/analyzer/region-model-manager.cc | 4 + gcc/analyzer/region-model.h | 5 + gcc/config/rs6000/rs6000.md | 5 +- gcc/testsuite/ChangeLog | 36 ++++++ gcc/testsuite/gcc.dg/analyzer/feasibility-3.c | 133 +++++++++++++++++++++++ gcc/testsuite/gcc.target/mips/cfgcleanup-jalr2.c | 11 +- gcc/testsuite/gcc.target/mips/cfgcleanup-jalr3.c | 6 +- gcc/testsuite/gcc.target/mips/mips.exp | 1 + libgfortran/ChangeLog | 6 + libgfortran/runtime/ISO_Fortran_binding.c | 13 +-- libstdc++-v3/ChangeLog | 44 ++++++++ 14 files changed, 355 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-3.c