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_check_gcc/master-arm in repository toolchain/ci/gcc.
from fe4e6c824a5 Look for a relation between operands only when possible. adds eb9f099c3df c++: add spellcheck suggestions for typedef etc. [PR77565] adds e5c0492b7f4 c++: adjust the handling of RID_ATTRIBUTE. adds 2646d0e06b1 Fortran: Diagnose default-initialized pointer/allocatable dummies adds 391b23e02bf Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 169 +++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 140 ++++++++++++++++++++++ gcc/cp/ChangeLog | 26 +++++ gcc/cp/parser.c | 35 +++--- gcc/fortran/ChangeLog | 13 +++ gcc/fortran/decl.c | 14 +++ gcc/testsuite/ChangeLog | 66 +++++++++++ gcc/testsuite/g++.dg/spellcheck-pr77565.C | 12 ++ gcc/testsuite/gfortran.dg/c-interop/c516.f90 | 46 +++++++- libiberty/ChangeLog | 10 ++ libstdc++-v3/ChangeLog | 39 +++++++ 12 files changed, 555 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr77565.C