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 in repository toolchain/ci/gcc.
from 897a15f3556 Improved handling of MINUS_EXPR in bit CCP. adds 174f9257a75 libstdc++: Optimize std::seed_seq construction adds 817766f4dd2 libstdc++: Fix testsuite for skipping gdb tests on remote/n [...] adds e7e17be3be3 Fall back to masked_gather_load/masked_scatter_store adds 743b8dd6fd7 Darwin, X86, config: Adjust 'as' command lines [PR100340]. adds 2d9da1c8977 Darwin: Reset section names table at the end of compile. adds a42467bdb70 Restore 'gcc.dg/pr78213.c' testing adds 0edf2e81bb0 Turn global 'ggc_force_collect' variable into 'force_collec [...] adds b240450b630 Darwin, libcc1: Handle hosts with mdynamic-no-pic support. adds 60b94d8bd22 libstdc++: Avoid illegal argument to verbose in dg-test cal [...] adds 798666392b5 Objective-C: Default flag_objc_sjlj_exceptions off for NeXT [...] adds 32c3a753906 c++: Implement P0466R5 __cpp_lib_is_layout_compatible compi [...] adds b48d4e68186 Move more warning code to gimple-ssa-warn-access etc. adds e68c8280fa2 Abstract tracing routines into a class. adds 0bb74a28e13 Change evrp-mode options. adds 4759e1e0453 Add GORI tracing faciltiies. adds 2d14d64bf2d Daily bump. adds 97d51c17645 Add x86 tune to enable v2df vector reduction by paddpd. adds 1bf976a5de6 openmp: Actually ignore pragma_stmt pragmas for which c_par [...] adds 0684c8d3eff commit-mklog: Add --co argument. adds 5079b7781a2 openmp: Add nothing directive support adds 76bb3c50dd4 Fortran/OpenMP: Add memory routines existing for C/C++ adds 602fca427df Turn 'bool force_collect' parameter to 'ggc_collect' into a [...] adds e4f16e9f357 Add more self-tests for 'hash_map' with Value type with non [...] adds e12946df34c Add EAF_NOREAD check to tree-ssa-uninit adds 88ef1a14bb4 Fix thinko in latest change for GNAT encodings adds a6b3db3e862 c++: ignore explicit dguides during NTTP CTAD [PR101883] adds be4a4fb5166 c++: aggregate CTAD and brace elision [PR101344] adds f74433e70ae Fortran: Add OpenMP's nothing directive support new c883d1dcdea libstdc++: Fix vector<bool> printer tests to work in debug mode new 085c2f8f0e1 libstdc++: Fix CTAD for debug sequence containers new de44eee5d52 libstdc++: Minor optimization for min/max/minmax new 37620d57511 libstdc++: Simplify n-ary arithmetic promotion traits new aba938d6c35 libstdc++: Enable doxygen processing for C++20 components new 828176ba490 libstdc++: Improve doxygen comments in <bits/stl_function.h> new 4fb471afc4f libstdc++: Improve doxygen documentation for std::unique_ptr new 640df4ef815 aarch64: Fix float <-> int errors in vld4[q]_lane intrinsics new bb04a03c6f9 Make 'gcc/hash-map-tests.c:test_map_of_type_with_ctor_and_d [...]
The 9 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: contrib/gcc-git-customization.sh | 2 +- contrib/git-commit-mklog.py | 6 + contrib/mklog.py | 9 +- gcc/ChangeLog | 374 ++++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 1 + gcc/ada/gcc-interface/decl.c | 6 +- gcc/builtins.c | 22 +- gcc/c-family/ChangeLog | 17 + gcc/c-family/c-common.c | 1 + gcc/c-family/c-common.h | 3 +- gcc/c-family/c-omp.c | 4 +- gcc/c-family/c-opts.c | 4 +- gcc/c-family/c-pragma.c | 1 + gcc/c-family/c-pragma.h | 1 + gcc/c/ChangeLog | 6 + gcc/c/c-parser.c | 85 ++- gcc/calls.c | 760 --------------------- gcc/calls.h | 15 +- gcc/config.in | 7 + gcc/config/aarch64/arm_neon.h | 8 +- gcc/config/darwin.c | 8 + gcc/config/i386/darwin.h | 10 +- gcc/config/i386/i386.h | 2 + gcc/config/i386/sse.md | 4 +- gcc/config/i386/x86-tune.def | 5 + gcc/configure | 35 + gcc/configure.ac | 9 + gcc/cp/ChangeLog | 41 ++ gcc/cp/class.c | 30 - gcc/cp/constexpr.c | 12 + gcc/cp/constraint.cc | 3 + gcc/cp/cp-gimplify.c | 13 + gcc/cp/cp-objcp-common.c | 1 + gcc/cp/cp-tree.h | 11 + gcc/cp/cxx-pretty-print.c | 4 + gcc/cp/decl.c | 25 +- gcc/cp/parser.c | 81 ++- gcc/cp/pt.c | 10 +- gcc/cp/semantics.c | 268 ++++++++ gcc/cp/tree.c | 1 + gcc/cp/typeck.c | 170 +++++ gcc/doc/gty.texi | 5 +- gcc/flag-types.h | 11 +- gcc/fortran/ChangeLog | 22 + gcc/fortran/match.h | 1 + gcc/fortran/openmp.c | 11 + gcc/fortran/parse.c | 3 + gcc/ggc-common.c | 8 +- gcc/ggc-internal.h | 3 - gcc/ggc-page.c | 5 +- gcc/ggc-tests.c | 29 +- gcc/ggc.h | 6 +- gcc/gimple-range-cache.cc | 3 + gcc/gimple-range-cache.h | 1 - gcc/gimple-range-fold.cc | 4 +- gcc/gimple-range-gori.cc | 172 ++++- gcc/gimple-range-gori.h | 1 + gcc/gimple-range-trace.cc | 206 ++++++ gcc/gimple-range-trace.h | 61 ++ gcc/gimple-range.cc | 393 +++-------- gcc/gimple-range.h | 34 +- gcc/gimple-ssa-warn-access.cc | 683 +++++++++++++++++- gcc/gimple-ssa-warn-access.h | 4 +- gcc/gimple-ssa-warn-restrict.c | 1 + gcc/hash-map-tests.c | 163 +++++ gcc/objc/ChangeLog | 8 + gcc/objc/objc-next-runtime-abi-02.c | 4 +- gcc/optabs-query.c | 6 +- gcc/params.opt | 11 +- gcc/pointer-query.cc | 195 +++++- gcc/pointer-query.h | 11 + gcc/read-rtl-function.c | 2 +- gcc/selftest-run-tests.c | 2 +- gcc/selftest.h | 5 - gcc/testsuite/ChangeLog | 100 +++ gcc/testsuite/c-c++-common/gomp/nothing-1.c | 37 + gcc/testsuite/c-c++-common/gomp/pr63326.c | 44 +- .../g++.dg/cpp2a/class-deduction-aggr11.C | 29 + .../g++.dg/cpp2a/class-deduction-aggr12.C | 15 + .../g++.dg/cpp2a/is-corresponding-member1.C | 61 ++ .../g++.dg/cpp2a/is-corresponding-member2.C | 158 +++++ .../g++.dg/cpp2a/is-corresponding-member3.C | 14 + .../g++.dg/cpp2a/is-corresponding-member4.C | 25 + .../g++.dg/cpp2a/is-corresponding-member5.C | 95 +++ .../g++.dg/cpp2a/is-corresponding-member6.C | 34 + .../g++.dg/cpp2a/is-corresponding-member7.C | 71 ++ .../g++.dg/cpp2a/is-corresponding-member8.C | 25 + gcc/testsuite/g++.dg/cpp2a/is-layout-compatible1.C | 80 +++ gcc/testsuite/g++.dg/cpp2a/is-layout-compatible2.C | 36 + gcc/testsuite/g++.dg/cpp2a/is-layout-compatible3.C | 64 ++ gcc/testsuite/g++.dg/cpp2a/nontype-class49.C | 8 + gcc/testsuite/g++.dg/gomp/attrs-1.C | 1 + gcc/testsuite/g++.dg/gomp/attrs-2.C | 1 + gcc/testsuite/g++.dg/gomp/attrs-7.C | 3 +- gcc/testsuite/g++.dg/gomp/attrs-9.C | 1 + gcc/testsuite/g++.dg/gomp/barrier-2.C | 2 +- gcc/testsuite/gcc.dg/Wstringop-overflow-72.c | 13 + gcc/testsuite/gcc.dg/attr-alloc_size-5.c | 2 +- gcc/testsuite/gcc.dg/attr-alloc_size-7.c | 45 +- gcc/testsuite/gcc.dg/attr-alloc_size-8.c | 2 +- gcc/testsuite/gcc.dg/gomp/barrier-2.c | 3 +- gcc/testsuite/gcc.dg/gomp/declare-simd-5.c | 2 +- gcc/testsuite/gcc.dg/gomp/declare-variant-2.c | 2 +- gcc/testsuite/gcc.dg/pr78213.c | 9 +- gcc/testsuite/gcc.target/i386/pr54400.c | 2 +- gcc/testsuite/gcc.target/i386/pr94147.c | 22 + gcc/testsuite/gfortran.dg/nothing-1.f90 | 28 + gcc/testsuite/gfortran.dg/nothing-2.f90 | 7 + gcc/tree-ssa-uninit.c | 2 +- gcc/tree-vect-data-refs.c | 22 +- gcc/tree-vect-patterns.c | 7 +- gcc/tree-vect-stmts.c | 8 - gcc/tree.c | 54 ++ gcc/tree.h | 6 + libcc1/ChangeLog | 5 + libcc1/Makefile.am | 1 + libcc1/Makefile.in | 1 + libcpp/ChangeLog | 17 + libgomp/ChangeLog | 15 + libgomp/omp_lib.f90.in | 94 +++ libgomp/omp_lib.h.in | 97 +++ libgomp/testsuite/libgomp.c-c++-common/nothing-1.c | 47 ++ libgomp/testsuite/libgomp.fortran/alloc-1.F90 | 16 - libgomp/testsuite/libgomp.fortran/alloc-4.f90 | 16 - libgomp/testsuite/libgomp.fortran/refcount-1.f90 | 61 ++ libgomp/testsuite/libgomp.fortran/target-12.f90 | 147 ++++ libstdc++-v3/ChangeLog | 58 ++ libstdc++-v3/doc/doxygen/user.cfg.in | 20 +- libstdc++-v3/include/bits/random.tcc | 4 + libstdc++-v3/include/bits/stl_algo.h | 86 ++- libstdc++-v3/include/bits/stl_function.h | 134 ++-- libstdc++-v3/include/bits/unique_ptr.h | 84 ++- libstdc++-v3/include/debug/deque | 7 +- libstdc++-v3/include/debug/forward_list | 7 +- libstdc++-v3/include/debug/list | 7 +- libstdc++-v3/include/debug/vector | 7 +- libstdc++-v3/include/ext/type_traits.h | 16 +- libstdc++-v3/include/std/complex | 29 - libstdc++-v3/include/std/type_traits | 55 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 10 +- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- libstdc++-v3/testsuite/lib/gdb-test.exp | 4 + libstdc++-v3/testsuite/lib/libstdc++.exp | 3 +- .../testsuite/libstdc++-prettyprinters/simple.cc | 14 +- .../testsuite/libstdc++-prettyprinters/simple11.cc | 14 +- 146 files changed, 4720 insertions(+), 1649 deletions(-) create mode 100644 gcc/gimple-range-trace.cc create mode 100644 gcc/gimple-range-trace.h create mode 100644 gcc/testsuite/c-c++-common/gomp/nothing-1.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr11.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr12.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-corresponding-member1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-corresponding-member2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-corresponding-member3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-corresponding-member4.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-corresponding-member5.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-corresponding-member6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-corresponding-member7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-corresponding-member8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-layout-compatible1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-layout-compatible2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-layout-compatible3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class49.C create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-72.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94147.c create mode 100644 gcc/testsuite/gfortran.dg/nothing-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/nothing-2.f90 create mode 100644 libgomp/testsuite/libgomp.c-c++-common/nothing-1.c create mode 100644 libgomp/testsuite/libgomp.fortran/refcount-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-12.f90