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-aarch64 in repository toolchain/ci/gcc.
from c2b610e7c6c match.pd: Simplify 1 / X for integer X [PR95424] adds 3a5fdf986dc Darwin, PPC: Fix bootstrap after GLIBC version changes. adds e971990cbda c++: bogus warning with value init of const pmf [PR92752] adds 5d8b4228187 doc: Update -Wbidi-chars documentation adds cb3ac1985a5 tree-optimization/103514 Missing XOR-EQ-AND Optimization adds 06995c2958a sh-linux fix target cpu new f6f2d6cfec1 Daily bump.
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 | 81 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++ gcc/config/rs6000/darwin.h | 2 + gcc/config/sh/t-linux | 5 +- gcc/cp/ChangeLog | 25 +++++++ gcc/cp/typeck.cc | 4 +- gcc/d/ChangeLog | 4 ++ gcc/doc/invoke.texi | 4 +- gcc/fortran/ChangeLog | 27 ++++++++ gcc/match.pd | 8 +++ gcc/testsuite/ChangeLog | 88 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wignored-qualifiers2.C | 17 +++++ gcc/testsuite/gcc.dg/tree-ssa/pr103514.c | 33 +++++++++ 14 files changed, 301 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wignored-qualifiers2.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103514.c