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-master-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from ce8dcc9105c As well as the PR this patch fixes problems in handling cla [...] adds 785b49434d2 c++: Fix windows binary files [PR 98362] adds bcac28716bb Arm: MVE: Add missing complex mul iterators adds 7ff5706fcd7 aarch64: Extend aarch64-autovec-preference==2 to 128-bit SVE adds 3af02d32cce openmp: Implicitly add 'declare target' directives for dyna [...] adds 266d7464756 libstdc++: Check FE_TONEAREST is defined before using it adds d7bab388b81 libstdc++: Fix build failure due to missing <langinfo.h> [PR98374] adds 22a7e82c200 libstdc++: Fix build failure on AArch64 ILP32 [PR98370] adds 60cecb2b83f libstdc++: Fix mistake in PR98374 change [PR98377] adds d44d47b4926 aarch64: SVE: ICE in expand_direct_optab_fn [PR98177] adds 5dc998933e7 libcc1: Fix up libcc1 configure [PR98330] adds bfb37fa4dd4 openmp: Fix g++.dg/gomp/declare-target-3.C testcase when of [...] adds 8b604594652 openmp: Don't optimize shared to firstprivate on task with [...] adds 0e9f2b2dc8d Re: [r11-6232 Regression] FAIL: gcc.dg/pr97750.c adds 5128f8d0d99 compiler: check for floating-point exponent overflow adds b1a2242e24f Daily bump. adds 9032d2b2414 bswap: Fix up a thinko with empty CONSTRUCTORs [PR98378]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 42 +++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 9 +-- gcc/config/arm/iterators.md | 4 ++ gcc/cp/ChangeLog | 83 ++++++++++++++++++++++ gcc/cp/cp-lang.c | 32 +++++++++ gcc/cp/cp-tree.h | 4 ++ gcc/cp/decl.c | 4 ++ gcc/cp/decl2.c | 7 ++ gcc/cp/module.cc | 23 ++++-- gcc/fortran/ChangeLog | 45 ++++++++++++ gcc/gimple-ssa-store-merging.c | 2 + gcc/gimplify.c | 12 ++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/lex.cc | 4 ++ gcc/langhooks-def.h | 8 ++- gcc/langhooks.c | 16 +++++ gcc/langhooks.h | 10 +++ gcc/omp-offload.c | 11 +-- gcc/testsuite/ChangeLog | 57 +++++++++++++++ gcc/testsuite/g++.dg/gomp/declare-target-3.C | 31 ++++++++ gcc/testsuite/g++.target/aarch64/sve/pr98177-1.C | 10 +++ gcc/testsuite/g++.target/aarch64/sve/pr98177-2.C | 10 +++ gcc/testsuite/gcc.dg/pr97750.c | 4 +- gcc/testsuite/gcc.target/aarch64/sve/pr98177-1.c | 10 +++ gcc/testsuite/gcc.target/aarch64/sve/pr98177-2.c | 10 +++ .../go.test/test/fixedbugs/issue11326b.go | 4 ++ gcc/testsuite/go.test/test/fixedbugs/issue13471.go | 22 +++--- gcc/tree-vect-loop.c | 8 +-- libcc1/ChangeLog | 7 ++ libcc1/configure | 2 +- libcc1/configure.ac | 2 +- libgo/mkrsysinfo.sh | 1 + libgo/mksysinfo.sh | 1 + libgomp/ChangeLog | 4 ++ libgomp/testsuite/libgomp.c/task-6.c | 47 ++++++++++++ libstdc++-v3/ChangeLog | 64 +++++++++++++++++ libstdc++-v3/src/c++17/floating_from_chars.cc | 4 +- libstdc++-v3/src/c++17/floating_to_chars.cc | 16 +++-- 39 files changed, 592 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/declare-target-3.C create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr98177-1.C create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr98177-2.C create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98177-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98177-2.c create mode 100644 libgomp/testsuite/libgomp.c/task-6.c