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 2a570f11a2f Fix up 'libgomp.oacc-fortran/print-1.f90' GCN offloading co [...] adds b85e79dce14 cgraph: Don't verify semantic_interposition flag for aliase [...] adds 091e1020384 Bump BASE-VER. adds 12cc2b32991 Update crontab and git_update_version.py adds cb1758d95cc i386: Improve ix86_expand_int_movcc adds d993c6dea7c [committed] Fix more problems with new linker warnings adds 1a5ae012ff3 Document changes to CONVERT for -mabi-ieeelongdouble for POWER. adds 509fd16da85 c++: partial ordering and dependent operator expr [PR105425] adds d8586b00dd0 analyzer: add .fpath.txt dumps to -fdump-analyzer-feasibility adds 00c4405cd7f analyzer: handle repeated accesses after init of unknown si [...]
No new revisions were added by this update.
Summary of changes: contrib/gcc-changelog/git_update_version.py | 2 +- gcc/BASE-VER | 2 +- gcc/analyzer/diagnostic-manager.cc | 24 +++++ gcc/analyzer/engine.cc | 9 ++ gcc/analyzer/exploded-graph.h | 2 + gcc/analyzer/feasible-graph.cc | 65 +++++++++++++ gcc/analyzer/feasible-graph.h | 6 ++ gcc/analyzer/program-point.cc | 4 + gcc/analyzer/program-point.h | 1 - gcc/analyzer/store.cc | 12 +++ gcc/cgraph.cc | 6 +- gcc/config/i386/i386-expand.cc | 3 +- gcc/cp/pt.cc | 3 +- gcc/doc/invoke.texi | 4 +- gcc/fortran/gfortran.texi | 30 +++++- gcc/fortran/invoke.texi | 18 +++- gcc/testsuite/g++.dg/lto/pr105399_0.C | 9 ++ .../g++.dg/template/partial-specialization13.C | 11 +++ gcc/testsuite/gcc.dg/analyzer/symbolic-12.c | 106 +++++++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr94157_0.c | 2 +- gcc/testsuite/lib/prune.exp | 5 + maintainer-scripts/crontab | 9 +- 22 files changed, 310 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr105399_0.C create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization13.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/symbolic-12.c