This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 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. new 2646d0e06b1 Fortran: Diagnose default-initialized pointer/allocatable dummies
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/cp/parser.c | 35 ++++++++++++--------- gcc/fortran/decl.c | 14 +++++++++ gcc/testsuite/g++.dg/spellcheck-pr77565.C | 12 ++++++++ gcc/testsuite/gfortran.dg/c-interop/c516.f90 | 46 ++++++++++++++++++++++++++-- 4 files changed, 91 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr77565.C