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-arm 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/fortran/simplify.cc | 12 +++++++ gcc/testsuite/gfortran.dg/pack_simplify_1.f90 | 15 ++++++++ libstdc++-v3/include/std/istream | 31 ++++++++++++++--- .../extractors_character/char/pr106248.cc | 40 ++++++++++++++++++++++ .../extractors_character/wchar_t/pr106248.cc | 40 ++++++++++++++++++++++ 5 files changed, 133 insertions(+), 5 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 [...]