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-arm-bootstrap in repository toolchain/ci/gcc.
from 92936be4746 libstdc++: Restore printing of assertion messages [PR102100] adds 8aa3ab5a476 aarch64: enable cortex-a510 CPU adds f3cb2114d8b aarch64: enable cortex-a710 CPU adds 257d2890a76 aarch64: enable cortex-x2 CPU adds 5f9ccf17de7 [PR102546] X << Y being non-zero implies X is also non-zero. adds 9d116bcc555 Daily bump. new 5f028541894 Use unsigned long long in asm-x86-linux-rdmsr.c
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: gcc/ChangeLog | 102 ++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 405 +++++++++++++++++++++ gcc/c-family/ChangeLog | 37 ++ gcc/c/ChangeLog | 18 + gcc/config/aarch64/aarch64-cores.def | 9 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/cp/ChangeLog | 31 ++ gcc/doc/invoke.texi | 3 +- gcc/fortran/ChangeLog | 16 + gcc/range-op.cc | 18 +- gcc/testsuite/ChangeLog | 73 ++++ .../gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr102546.c | 23 ++ libgomp/ChangeLog | 29 ++ libiberty/ChangeLog | 4 + libsanitizer/ChangeLog | 4 + libstdc++-v3/ChangeLog | 292 +++++++++++++++ 18 files changed, 1062 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102546.c