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 1949d7540a0 c-family: Add more predefined macros for math flags adds b333c3acb8d MAINTAINERS: add myself as Fortran reviewer adds 5d110fe90af Make each def a new equivalency record. adds 73cf73af239 Use EDGE_EXECUTABLE in ranger and return UNDEFINED for thos [...] adds 624980241ec Daily bump. new 56c24f18cce C++: add type checking for static local vector variable in [...]
The 1 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: ChangeLog | 4 + MAINTAINERS | 4 +- contrib/ChangeLog | 5 + gcc/ChangeLog | 78 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 336 +++++++++++++++++++++ gcc/c-family/ChangeLog | 7 + gcc/cp/decl.c | 16 +- gcc/fortran/ChangeLog | 11 + gcc/gimple-range-fold.cc | 47 ++- gcc/gimple-range-gori.cc | 25 +- gcc/gimple-range.cc | 36 ++- gcc/testsuite/ChangeLog | 42 +++ .../aarch64/sve/static-var-in-template.C | 17 ++ gcc/testsuite/gcc.dg/tree-ssa/evrp-ignore.c | 28 ++ gcc/value-relation.cc | 57 ++++ gcc/value-relation.h | 3 +- gcc/vr-values.c | 39 ++- gcc/vr-values.h | 1 + 19 files changed, 710 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/sve/static-var-in-template.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/evrp-ignore.c