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 cab411a2b4b Set nonzero bits from bitwise and operator in range-ops. adds 6e9d5dfc291 Fortran: error recovery simplifying PACK with invalid argum [...] adds 5ae74944af1 libstdc++: Check for EOF if extraction avoids buffer overfl [...] new 43997608a08 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 | 45 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 328 +++++++++++++++++++++ gcc/fortran/ChangeLog | 7 + gcc/fortran/simplify.cc | 12 + gcc/testsuite/ChangeLog | 33 +++ gcc/testsuite/gfortran.dg/pack_simplify_1.f90 | 15 + include/ChangeLog | 7 + libgomp/ChangeLog | 10 + libstdc++-v3/ChangeLog | 22 ++ libstdc++-v3/include/std/istream | 31 +- .../extractors_character/char/pr106248.cc | 40 +++ .../extractors_character/wchar_t/pr106248.cc | 40 +++ lto-plugin/ChangeLog | 7 + 14 files changed, 593 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pack_simplify_1.f90 create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_character [...] create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_character [...]