This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from 2b3014326fb testsuite: Add missing comment for some dg-warning adds b2713e9f16d Fortran: accept both old and new-style relational operators [...] adds c9db17b8803 Daily bump. new 882d806c1a8 tree-optimization: [PR102622]: wrong code due to signed one [...]
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 | 12 ++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 6 + gcc/cp/ChangeLog | 8 ++ gcc/fortran/ChangeLog | 6 + gcc/fortran/module.c | 66 +++++++++- gcc/match.pd | 26 ++-- gcc/testsuite/ChangeLog | 41 ++++++ gcc/testsuite/gcc.c-torture/execute/bitfld-10.c | 24 ++++ gcc/testsuite/gfortran.dg/interface_operator_3.f90 | 141 +++++++++++++++++++++ libgomp/ChangeLog | 34 +++++ 11 files changed, 352 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitfld-10.c create mode 100644 gcc/testsuite/gfortran.dg/interface_operator_3.f90