This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_O3 in repository toolchain/ci/gcc.
from 2f1d4cb54ef testsuite: Fix pragma-eof.c failure due to added line to the test. adds aeb34e15143 Daily bump. adds 4058650cf2e gcc.dg/Wno-frame-address.c: Skip for cris and mmix. adds 7cc34b761cf gcc.dg/attr-copy-6.c: Require visibility. adds 3055d879edb Fix handling of implicit_pure by checking if non-pure proce [...] adds 29e1039ca21 x86: Add __cpuidex and include guard to <cpuid.h> adds 2e1b25350aa Always use name from c_interop_kinds_table for -fc-prototypes. adds 5154dab3da6 Daily bump. adds dd64a7fd274 mmix: When debug-dump, revert to "standard" pseudos for emi [...] adds 3ca6f6698c7 gcc.dg/pr87485.c: Require scheduling adds 9fb832ce382 vect: Support length-based partial vectors approach adds f3d4b922394 gcc.dg/cdce3.c: Skip for mmix. adds 0251a7eef96 gcc.dg/const-uniq-1.c: Adjust scanned pattern for mmix. adds 83b171655dc fold-const: Handle bitfields in native_encode_initializer [ [...] adds e4f1cbc35b1 gimple-fold: Handle bitfields in fold_const_aggregate_ref_1 [...] adds a926eeedf43 preprocessor: line-map cleanups adds 57d4771b7c1 remove write-only array in rev_post_order_and_mark_dfs_back_seme adds 8764e9a3fc4 jit: Fix truncation of testsuite output [PR69435] adds b0c5a642ce4 Remove stray text from option description (PR c/96249). adds 3e99ed65cbe Regenerate .pot files. adds d5803b9876b Correct handling of constant representations containing emb [...] new 3c5e83d5b32 i386: Use lock prefixed insn instead of MFENCE [PR95750] new 138b1d4f58a vect: Fix an ICE in vectorizable_simd_clone_call new 4d1c5b4957d libstdc++: Avoid overflow in istream::get(streambuf&) [LWG 3464] new 87891d5eafe sparc/sparc64: use crtendS.o for default-pie executables [PR96190] new d0ffe9d5dc8 c++: Aggregate CTAD and string constants.
The 5 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 | 19 + gcc/DATESTAMP | 2 +- gcc/builtins.c | 153 +- gcc/c-family/c.opt | 1 - gcc/cfganal.c | 13 +- gcc/config/i386/cpuid.h | 12 + gcc/config/i386/i386.h | 3 +- gcc/config/i386/sync.md | 21 +- gcc/config/i386/x86-tune.def | 4 +- gcc/config/mmix/mmix.c | 35 +- gcc/config/rs6000/rs6000.c | 5 + gcc/config/sparc/linux.h | 10 +- gcc/config/sparc/linux64.h | 10 +- gcc/cp/pt.c | 9 +- gcc/doc/invoke.texi | 9 + gcc/expr.c | 4 +- gcc/fold-const.c | 187 +- gcc/fortran/ChangeLog | 20 + gcc/fortran/dump-parse-tree.c | 55 +- gcc/fortran/frontend-passes.c | 76 +- gcc/fortran/gfortran.h | 1 + gcc/fortran/parse.c | 22 + gcc/gimple-fold.c | 60 +- gcc/optabs-query.c | 27 + gcc/optabs-query.h | 1 + gcc/params.opt | 4 + gcc/po/gcc.pot | 18475 ++++++++++--------- gcc/testsuite/ChangeLog | 42 + gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr7.C | 14 + gcc/testsuite/gcc.dg/Wno-frame-address.c | 2 +- gcc/testsuite/gcc.dg/attr-copy-6.c | 1 + gcc/testsuite/gcc.dg/cdce3.c | 1 + gcc/testsuite/gcc.dg/const-uniq-1.c | 2 +- gcc/testsuite/gcc.dg/memcmp-pr95189.c | 28 + gcc/testsuite/gcc.dg/pr87485.c | 1 + gcc/testsuite/gcc.dg/strncmp-3.c | 57 + gcc/testsuite/gcc.dg/tree-ssa/pr93121-1.c | 56 + gcc/testsuite/gcc.dg/tree-ssa/pr93121-2.c | 22 + gcc/testsuite/gcc.target/aarch64/sve/pr96195.c | 17 + gcc/testsuite/gcc.target/i386/memcpy-pr95886.c | 107 + gcc/testsuite/gcc.target/i386/pr95750.c | 19 + gcc/testsuite/gcc.target/i386/pr95973.c | 25 + gcc/testsuite/gfortran.dg/implicit_pure_5.c | 7 + gcc/testsuite/gfortran.dg/implicit_pure_5.f90 | 63 + gcc/testsuite/jit.dg/jit.exp | 20 +- gcc/tree-vect-loop-manip.c | 182 +- gcc/tree-vect-loop.c | 217 +- gcc/tree-vect-stmts.c | 192 +- gcc/tree-vectorizer.h | 35 +- gcc/tree.c | 28 +- gcc/tree.h | 5 +- libcpp/line-map.c | 52 +- libcpp/po/cpplib.pot | 244 +- libgomp/ChangeLog | 5 + libstdc++-v3/include/bits/istream.tcc | 9 +- .../27_io/basic_istream/get/char/lwg3464.cc | 91 + .../27_io/basic_istream/get/wchar_t/lwg3464.cc | 91 + 57 files changed, 11463 insertions(+), 9410 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr7.C create mode 100644 gcc/testsuite/gcc.dg/memcmp-pr95189.c create mode 100644 gcc/testsuite/gcc.dg/strncmp-3.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93121-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93121-2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr96195.c create mode 100644 gcc/testsuite/gcc.target/i386/memcpy-pr95886.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95750.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95973.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.f90 create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/get/char/lwg3464.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/lwg3464.cc