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 84790a9d4bb Daily bump. adds d9da496a82c testsuite: XFAIL some Wstringop-overflow tests ... adds e3cbb8c66c9 libgfortran: Fix bootstrap on targets without static_assert macro. adds cb48166e52c Fortran: Fix test on targets without REAL128 adds f17d2677bc2 Daily bump. adds 222dbebefbb objc: Fix handling of break stmt inside of switch inside of [...] adds 7918d8270a4 testsuite: Adjust gcc.misc-tests/godump-1.c testcase new 5fa4f982636 Committed: Add testcases for a few PRs
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/DATESTAMP | 2 +- gcc/c/c-typeck.c | 3 +- gcc/testsuite/ChangeLog | 19 ++++ gcc/testsuite/c-c++-common/Wstringop-overflow-2.c | 50 +++++------ gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C | 44 +++++----- gcc/testsuite/gcc.c-torture/compile/pr100241-1.c | 48 ++++++++++ gcc/testsuite/gcc.c-torture/compile/pr99787-1.c | 18 ++++ gcc/testsuite/gcc.dg/Wstringop-overflow-28.c | 8 +- gcc/testsuite/gcc.dg/Wstringop-overflow-68.c | 2 +- gcc/testsuite/gcc.dg/Wstringop-overflow-75.c | 36 ++++---- gcc/testsuite/gcc.dg/Wstringop-overflow-76.c | 20 ++--- gcc/testsuite/gcc.misc-tests/godump-1.c | 64 +++++++------- gcc/testsuite/gfortran.dg/ieee/ieee_9.f90 | 90 +++++++------------ gcc/testsuite/lib/target-supports.exp | 16 ++++ gcc/testsuite/objc.dg/pr103639.m | 101 ++++++++++++++++++++++ libgfortran/ChangeLog | 5 ++ libgfortran/runtime/string.c | 4 +- 17 files changed, 356 insertions(+), 174 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr100241-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr99787-1.c create mode 100644 gcc/testsuite/objc.dg/pr103639.m