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-arm-stable-defconfig in repository toolchain/ci/gcc.
from c92716b2b1d Port bugzilla-close-candidate script to git. adds e069285cdf4 c++: constexpr ctor with RANGE_EXPR index [PR95241] adds 020d86db889 c++: lambdas inside constraints [PR92652] adds bd4291a1c44 Fix parsing of SVN commits in PRs. adds 5e54b01f2b5 bugzilla-close-candidate.py: Fix sorting of branches. adds b9ca913b6a8 Error for missing change description in git_commit.py. adds 83c34c4452b contrib: Remove rs6000-ibm-aix5.3.0 from config-list.mk adds 8e915901deb c++: vptr ubsan and derived class [PR95311]. adds 1f32d5294f5 c++: Fix bogus -Wparentheses warning [PR95344] adds 316fe6b4016 libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_ [...] adds 7deca8c0b37 PR fortran/95090 - ICE: identifier overflow adds 9051b548274 Avoid nested save_CFLAGS and save_LDFLAGS adds 33e23881aae Simplify tree streaming. adds 2fb595f8348 c++: Template template parameter in constraint [PR95371] adds c75ebe76ae1 c++: P0848R3 and member function templates [PR95181] adds ee969a36d98 rs6000: Prefer VSX insns over VMX ones (part 1: perm and mrg) adds 885ef72f270 Daily bump. adds aef6e234a8a c++: satisfaction value of type typedef to bool [PR95386] adds 850533ab160 gcc/config/i386/mingw32.h: Ensure `-lmsvcrt` precede `-lkernel32` adds 05e4db63d04 openmp: omp_alloc(0, ...) should return NULL. adds 9df0ff5f219 coroutines: Fix unused value found by static analysis. adds bf5fbbbd8c9 PR fortran/95090 - ICE: identifier overflow adds dd38c765a04 PR fortran/95373 - ICE in build_reference_type, at tree.c:7942 adds 9f2e635defb Ability to build the GNAT runtime with project files adds d5cdcd5cf2b RISC-V: Optimize si to di zero-extend followed by left shift. adds 945b53ccf6a Daily bump. adds 6dda8608443 Disable brabc/brabs patterns as their length computation is [...] adds dc8c02ca1cd expr: Fix fallout from optimize store_expr from STRING_CST [...] new 811f902b764 Finalization depends on the expression, not on the component.
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: config/ChangeLog | 6 + config/cet.m4 | 17 +- contrib/ChangeLog | 24 + contrib/config-list.mk | 2 +- contrib/gcc-changelog/git_commit.py | 10 + contrib/gcc-changelog/test_email.py | 6 + contrib/gcc-changelog/test_patches.txt | 28 ++ gcc/ChangeLog | 157 +++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 15 + gcc/ada/Makefile.rtl | 33 +- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 18 +- gcc/ada/gcc-interface/Makefile.in | 2 +- gcc/ada/libgnarl/libgnarl.gpr | 28 ++ gcc/ada/libgnat/libada.gpr | 77 +++ gcc/ada/libgnat/libgnat.gpr | 69 +++ gcc/ada/libgnat/libgnat_common.gpr | 19 + gcc/ada/libgnat/system-mingw.ads | 5 - gcc/ada/tb-gcc.c | 125 ----- gcc/ada/tracebak.c | 96 +++- gcc/config/h8300/jumpcall.md | 14 +- gcc/config/i386/mingw32.h | 2 +- gcc/config/riscv/riscv.md | 22 + gcc/config/rs6000/altivec.md | 104 ++-- gcc/configure | 12 +- gcc/cp/ChangeLog | 54 +++ gcc/cp/class.c | 23 +- gcc/cp/constexpr.c | 16 + gcc/cp/constraint.cc | 14 +- gcc/cp/coroutines.cc | 8 +- gcc/cp/cp-gimplify.c | 8 +- gcc/cp/parser.c | 21 +- gcc/cp/pt.c | 11 +- gcc/expr.c | 5 + gcc/fortran/ChangeLog | 20 + gcc/fortran/class.c | 23 +- gcc/fortran/gfortran.h | 4 +- gcc/fortran/primary.c | 43 +- gcc/lto-streamer-in.c | 50 +- gcc/lto-streamer-out.c | 57 ++- gcc/lto-streamer.h | 2 + gcc/testsuite/ChangeLog | 117 +++++ gcc/testsuite/c-c++-common/Wparentheses-2.c | 18 + gcc/testsuite/g++.dg/concepts/pr95181-2.C | 8 + gcc/testsuite/g++.dg/concepts/pr95181.C | 9 + gcc/testsuite/g++.dg/concepts/pr95386.C | 11 + gcc/testsuite/g++.dg/cpp0x/constexpr-array25.C | 21 + gcc/testsuite/g++.dg/cpp2a/concepts-lambda10.C | 7 + gcc/testsuite/g++.dg/cpp2a/concepts-lambda8.C | 11 + gcc/testsuite/g++.dg/cpp2a/concepts-lambda9.C | 11 + gcc/testsuite/g++.dg/cpp2a/concepts-ttp1.C | 16 + gcc/testsuite/g++.dg/ubsan/vptr-16.C | 14 + gcc/testsuite/gcc.dg/pr95052.c | 12 + gcc/testsuite/gcc.target/powerpc/vsx-vector-6.p9.c | 2 +- gcc/testsuite/gcc.target/riscv/zero-extend-5.c | 8 + gcc/testsuite/gfortran.dg/finalize_28.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_33.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_34.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_35.f90 | 48 ++ gcc/testsuite/gfortran.dg/findloc_8.f90 | 29 ++ gcc/testsuite/gfortran.dg/pr95373_1.f90 | 4 +- gcc/testsuite/gfortran.dg/pr95373_2.f90 | 2 +- gcc/tree-streamer-in.c | 101 ++-- gcc/tree-streamer-out.c | 205 ++++---- gcc/tree-streamer.h | 6 +- libatomic/ChangeLog | 5 + libatomic/configure | 5 +- libbacktrace/ChangeLog | 5 + libbacktrace/configure | 17 +- libcc1/ChangeLog | 5 + libcc1/configure | 12 +- libcpp/ChangeLog | 5 + libcpp/configure | 12 +- libdecnumber/ChangeLog | 5 + libdecnumber/configure | 12 +- libgcc/ChangeLog | 5 + libgcc/configure | 5 +- libgfortran/ChangeLog | 16 + libgfortran/Makefile.am | 2 + libgfortran/Makefile.in | 22 +- libgfortran/configure | 9 +- libgfortran/generated/findloc0_c10.c | 375 +++++++++++++++ libgfortran/generated/findloc1_c10.c | 523 +++++++++++++++++++++ libgfortran/gfortran.map | 10 + libgomp/ChangeLog | 13 + libgomp/allocator.c | 3 + libgomp/configure | 4 +- libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 25 + libiberty/ChangeLog | 5 + libiberty/configure | 12 +- libitm/ChangeLog | 5 + libitm/configure | 5 +- libobjc/ChangeLog | 5 + libobjc/configure | 9 +- libphobos/ChangeLog | 5 + libphobos/configure | 9 +- libquadmath/ChangeLog | 5 + libquadmath/configure | 5 +- libsanitizer/ChangeLog | 10 + libsanitizer/configure | 5 +- libssp/ChangeLog | 5 + libssp/configure | 9 +- libstdc++-v3/ChangeLog | 12 + libstdc++-v3/configure | 5 +- libvtv/ChangeLog | 5 + libvtv/configure | 5 +- lto-plugin/ChangeLog | 5 + lto-plugin/configure | 12 +- maintainer-scripts/ChangeLog | 14 + maintainer-scripts/bugzilla-close-candidate.py | 45 +- zlib/ChangeLog | 5 + zlib/configure | 9 +- 112 files changed, 2688 insertions(+), 536 deletions(-) create mode 100644 gcc/ada/libgnarl/libgnarl.gpr create mode 100644 gcc/ada/libgnat/libada.gpr create mode 100644 gcc/ada/libgnat/libgnat.gpr create mode 100644 gcc/ada/libgnat/libgnat_common.gpr delete mode 100644 gcc/ada/tb-gcc.c create mode 100644 gcc/testsuite/c-c++-common/Wparentheses-2.c create mode 100644 gcc/testsuite/g++.dg/concepts/pr95181-2.C create mode 100644 gcc/testsuite/g++.dg/concepts/pr95181.C create mode 100644 gcc/testsuite/g++.dg/concepts/pr95386.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array25.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda9.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp1.C create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-16.C create mode 100644 gcc/testsuite/gcc.dg/pr95052.c create mode 100644 gcc/testsuite/gcc.target/riscv/zero-extend-5.c create mode 100644 gcc/testsuite/gfortran.dg/finalize_35.f90 create mode 100644 gcc/testsuite/gfortran.dg/findloc_8.f90 create mode 100644 libgfortran/generated/findloc0_c10.c create mode 100644 libgfortran/generated/findloc1_c10.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-4.c