This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allmodconfig in repository toolchain/ci/gcc.
from 373345c5c92 Daily bump. adds 6c3860845c9 openmp: Fix up declare target handling for vars with DECL_L [...] adds 6c3d3f15200 Daily bump. adds 142ae9f5f06 Daily bump. adds 309827c85f1 var-tracking: Fix a wrong-debug issue caused by my r10-7665 [...] adds b3dfc8635d2 Daily bump. adds b7c46a1d1ce doc: improve -fsanitize=undefined description adds e3c06b990b2 tree-optimization: [PR102622]: wrong code due to signed one [...] new 241a0bcc8c6 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 | 18 ++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 ++ gcc/cp/parser.c | 132 +++++++++++++----------- gcc/doc/invoke.texi | 3 +- gcc/testsuite/ChangeLog | 16 +++ gcc/testsuite/c-c++-common/gomp/pr102640.c | 44 ++++++++ gcc/testsuite/gcc.c-torture/execute/bitfld-10.c | 24 +++++ gcc/var-tracking.c | 3 +- 9 files changed, 189 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr102640.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitfld-10.c