This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 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 adds 5fa4f982636 Committed: Add testcases for a few PRs
No new revisions were added by this update.
Summary of changes: gcc/c/c-typeck.c | 3 +- gcc/testsuite/gcc.c-torture/compile/pr100241-1.c | 48 +++++++++++ gcc/testsuite/gcc.c-torture/compile/pr99787-1.c | 18 ++++ gcc/testsuite/gcc.misc-tests/godump-1.c | 64 +++++++------- gcc/testsuite/objc.dg/pr103639.m | 101 +++++++++++++++++++++++ 5 files changed, 201 insertions(+), 33 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