This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 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 [...] new 336ea18ad7f gcov-tool: Allow merging of empty profile lists new d170ecc9fcb gcov: Add mode to all gcov_open() new 1a6314b0408 gcov: Add open mode parameter to gcov_do_dump() new 68a4673fe25 gcov: Make gcov_seek() static new 39d80300b3c gcov: Add __gcov_filename_to_gcfn() new e543d9d2cf5 gcov-tool: Support file input from stdin new f9b59dd8e55 gcov: Use xstrdup() new 76cae6482e0 gcov: Move prepend to list to read_gcda_file() new c190b0e65fe gcov: Move gcov_open() to caller of read_gcda_file() new 1ff8d194cbc gcov: Fix integer types in ftw_read_file() new ef9a53feae5 gcov: Record EOF error during read new 210e32b60b9 gcov-tool: Add merge-stream subcommand new 92475ea84f6 gcov: Use xstrerror() new 9ae8b993cd3 gcov: Add section for freestanding environments
The 14 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: 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/config/i386/i386-expand.cc | 3 +- gcc/cp/pt.cc | 3 +- gcc/doc/gcov-tool.texi | 36 ++ gcc/doc/gcov.texi | 389 +++++++++++++++++++++ gcc/doc/invoke.texi | 35 +- gcc/fortran/gfortran.texi | 30 +- gcc/fortran/invoke.texi | 18 +- gcc/gcov-io.cc | 79 ++++- gcc/gcov-io.h | 35 +- gcc/gcov-tool.cc | 107 +++++- .../g++.dg/template/partial-specialization13.C | 11 + gcc/testsuite/gcc.dg/analyzer/symbolic-12.c | 106 ++++++ gcc/testsuite/gcc.dg/gcov-info-to-gcda.c | 36 +- gcc/testsuite/gcc.dg/lto/pr94157_0.c | 2 +- gcc/testsuite/lib/prune.exp | 5 + libgcc/gcov.h | 17 +- libgcc/libgcov-driver-system.c | 7 +- libgcc/libgcov-driver.c | 44 ++- libgcc/libgcov-util.c | 150 ++++++-- libgcc/libgcov.h | 3 - maintainer-scripts/crontab | 9 +- 31 files changed, 1113 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization13.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/symbolic-12.c