This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_profiled in repository toolchain/ci/gcc.
from 8819419ba1d Fix PR 10153: tail recusion for vector types. adds 50f3ac1beb0 Remove an invalid defintion [PR101568]. adds b362d7947b3 Add new test for PR65178. adds 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
No new revisions were added by this update.
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/g++.dg/ipa/pr82352.C | 2 +- gcc/testsuite/gcc.dg/analyzer/feasibility-3.c | 133 +++++++++++++++++++++ gcc/testsuite/gcc.dg/uninit-pr65178.c | 21 ++++ libgfortran/ChangeLog | 6 + libgfortran/runtime/ISO_Fortran_binding.c | 13 +- libstdc++-v3/ChangeLog | 44 +++++++ libstdc++-v3/include/bits/hashtable.h | 17 ++- .../23_containers/unordered_map/cons/default.cc | 15 +++ .../23_containers/unordered_set/cons/default.cc | 14 +++ 16 files changed, 411 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-3.c create mode 100644 gcc/testsuite/gcc.dg/uninit-pr65178.c