This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 26f77c4d19b Add 'final' and 'override' in various places adds 3b21c21f3f5 c++: avoid <memory> poisoning on musl [PR106102] adds 9d3dd218565 Daily bump. adds f9764ea128c rs6000: Simplify *rotl<mode>3_insert_4 by removing DImode adds 10caa98a379 MAINTAINERS: Add myself for write after approval adds 30aea28bd30 libstdc++: testsuite: Guard use of C99 std::log2 adds 6835baee719 libgomp: fix typo in mold linker detection adds a3ca1fc5f40 middle-end/106053 - fold_sign_changed_comparison and large bools adds 88417d77fec Allow all types supported by ranger in loop-ch. adds 020b7d98589 loongarch: exclude LARCH_PROLOGUE_TEMP from SIBCALL_REGS [P [...] adds 835b19936bf libstdc++: Do not optimize away storing pathname if it's needed adds 198781144f3 libstdc++: Improve directory iterator abstractions for openat adds 07f49e855b5 Use mark_block_for_update properly in insert_updated_phi_nodes_for adds 8354d0abeb7 Speedup loop splitting SSA update adds 133d0d422eb fortran, libgfortran: Avoid using libquadmath for glibc 2.26+ adds bb1f266a7d6 libstdc++: Fix filesystem build for Windows adds eabd44a0252 Add TFLAGS to gcc's GCC_FOR_TARGET adds 243b5396106 Remove legacy EVRP code. adds 57453019831 testsuite: Add new target check for no_alignment_constraints adds ed06274eacc compiler: permit expressions of abstract bool to remain abstract adds 6201277441d d: Add `@simd` and `@simd_clones` attributes to compiler an [...] adds ad4c44d20ec d: Use create_tmp_var_raw and get_callee_fndecl adds 53c4ef1e3cc libgo: make runtime.Version return a meaningful string adds 74956337e82 compiler: use package path with embedded builtin type new 4fda776a2f9 libcpp: Update ucnid.h to Unicode 14
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: ChangeLog | 5 + MAINTAINERS | 1 + Makefile.in | 4 +- Makefile.tpl | 4 +- contrib/unicode/DerivedCoreProperties.txt | 12416 +++++++++++++++++++++ contrib/unicode/DerivedNormalizationProps.txt | 9953 +++++++++++++++++ contrib/unicode/README | 31 +- gcc/ChangeLog | 229 + gcc/DATESTAMP | 2 +- gcc/Makefile.in | 8 +- gcc/config/loongarch/loongarch.cc | 2 +- gcc/config/loongarch/loongarch.h | 2 +- gcc/config/rs6000/rs6000.md | 25 +- gcc/cp/ChangeLog | 13 + gcc/cp/mapper-client.cc | 1 + gcc/cp/mapper-resolver.cc | 1 + gcc/cp/module.cc | 1 + gcc/d/d-attribs.cc | 65 + gcc/d/d-codegen.cc | 6 +- gcc/d/decl.cc | 7 +- gcc/d/intrinsics.cc | 13 +- gcc/doc/sourcebuild.texi | 9 + gcc/flag-types.h | 9 - gcc/fortran/gfortran.h | 3 + gcc/fortran/trans-intrinsic.cc | 15 +- gcc/fortran/trans-types.cc | 12 + gcc/fortran/trans-types.h | 4 + gcc/gimple-ssa-evrp-analyze.cc | 456 - gcc/gimple-ssa-evrp-analyze.h | 58 - gcc/gimple-ssa-evrp.cc | 395 - gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 9 +- gcc/go/gofrontend/names.cc | 29 +- gcc/lto/ChangeLog | 5 + gcc/match.pd | 7 +- gcc/params.opt | 19 - gcc/testsuite/ChangeLog | 36 + gcc/testsuite/c-c++-common/Wcast-align.c | 4 +- gcc/testsuite/g++.dg/pr100774.C | 2 +- gcc/testsuite/g++.target/loongarch/loongarch.exp | 34 + gcc/testsuite/g++.target/loongarch/pr106096.C | 75 + gcc/testsuite/gcc.dg/c11-align-4.c | 2 +- gcc/testsuite/gcc.dg/pr100781.c | 2 +- gcc/testsuite/gcc.dg/strlenopt-10.c | 6 +- gcc/testsuite/gcc.dg/strlenopt-11.c | 14 +- gcc/testsuite/gcc.dg/strlenopt-13.c | 16 +- gcc/testsuite/gcc.target/i386/pr106053.c | 37 + gcc/testsuite/gdc.dg/attr_simd1.d | 40 + gcc/testsuite/gdc.dg/attr_simd2.d | 16 + gcc/testsuite/lib/target-supports.exp | 13 + gcc/tree-into-ssa.cc | 16 +- gcc/tree-ssa-loop-ch.cc | 3 +- gcc/tree-ssa-loop-split.cc | 5 +- gcc/tree-vrp.cc | 34 +- libbacktrace/ChangeLog | 5 + libcc1/ChangeLog | 6 + libcc1/libcc1plugin.cc | 1 + libcc1/libcp1plugin.cc | 1 + libcpp/ucnid.h | 130 +- libgfortran/Makefile.am | 4 +- libgfortran/Makefile.in | 5 +- libgfortran/acinclude.m4 | 68 +- libgfortran/caf/single.c | 7 +- libgfortran/config.h.in | 197 +- libgfortran/configure | 3403 +++++- libgfortran/configure.ac | 83 +- libgfortran/generated/bessel_r16.c | 4 + libgfortran/generated/bessel_r17.c | 2 + libgfortran/generated/norm2_r16.c | 4 + libgfortran/generated/norm2_r17.c | 2 + libgfortran/ieee/issignaling_fallback.h | 8 +- libgfortran/intrinsics/cshift0.c | 4 +- libgfortran/intrinsics/erfc_scaled.c | 25 +- libgfortran/intrinsics/pack_generic.c | 4 +- libgfortran/intrinsics/spread_generic.c | 8 +- libgfortran/intrinsics/trigd.c | 18 + libgfortran/intrinsics/unpack_generic.c | 8 +- libgfortran/io/read.c | 13 + libgfortran/io/transfer128.c | 4 +- libgfortran/io/write_float.def | 54 +- libgfortran/kinds-override.h | 14 +- libgfortran/libgfortran.h | 8 +- libgfortran/m4/mtype.m4 | 6 + libgfortran/mk-kinds-h.sh | 18 +- libgfortran/runtime/in_pack_generic.c | 4 +- libgfortran/runtime/in_unpack_generic.c | 4 +- libgo/Makefile.am | 1 + libgo/Makefile.in | 1 + libgo/go/runtime/extern.go | 10 - libgomp/Makefile.in | 2 +- libgomp/acinclude.m4 | 2 +- libgomp/configure | 2 +- libphobos/libdruntime/gcc/attributes.d | 40 + libstdc++-v3/ChangeLog | 73 + libstdc++-v3/src/c++17/fs_dir.cc | 31 +- libstdc++-v3/src/filesystem/dir-common.h | 70 +- libstdc++-v3/src/filesystem/dir.cc | 21 +- libstdc++-v3/testsuite/20_util/from_chars/4.cc | 2 + lto-plugin/ChangeLog | 9 + 99 files changed, 27144 insertions(+), 1418 deletions(-) create mode 100644 contrib/unicode/DerivedCoreProperties.txt create mode 100644 contrib/unicode/DerivedNormalizationProps.txt delete mode 100644 gcc/gimple-ssa-evrp-analyze.cc delete mode 100644 gcc/gimple-ssa-evrp-analyze.h delete mode 100644 gcc/gimple-ssa-evrp.cc create mode 100644 gcc/testsuite/g++.target/loongarch/loongarch.exp create mode 100644 gcc/testsuite/g++.target/loongarch/pr106096.C create mode 100644 gcc/testsuite/gcc.target/i386/pr106053.c create mode 100644 gcc/testsuite/gdc.dg/attr_simd1.d create mode 100644 gcc/testsuite/gdc.dg/attr_simd2.d