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-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 20f28986a8d Fix miscompilation of Python on HP-PA/Linux adds 1d9f3b7ad4f analyzer: treat pointers written to *UNKNOWN as escaping [PR98575] adds 790a8e8942b analyzer: support "_IO_"-prefixed variants of FILE * fns [PR98575] adds f6be5d6ee31 libstdc++: Remove execution branch in deque iterator operator- adds d2b1a6842c3 libstdc++: Add unordered containers heterogeneous lookup adds 0a91b73e5b0 Daily bump. adds b0fb2720d88 Revert "openacc: Allow strided arrays in update directives" adds f7fb2f662fe openacc: Add XFAILs [PR98979] adds e1782d8ad10 dwarf2out: Don't prune static data members initialized with [...] adds d44f56f2b2d ICF: fix memory leak adds 5da5d8a02c6 if-to-switch: fix a memory leak adds d997565c41a tree-optimization/99024 - fix leak in loop vect analysis adds 9eb7669cc04 ipa/99029 - fix memory leak in propagate_malloc adds bd0e37f68a3 openmp: Temporarily disable into_ssa when gimplifying OpenM [...] adds 72932511053 rtl-optimization/99054 - fix leak in fixup_partitions adds 57d1b68d658 if-to-switch: fix memory leak in case merging adds f8fac476b5c c++: generic lambdas and local-externs from outer scopes [P [...] adds e4985357e5a fix memory leak in optimize pragma parsing adds 6a6f74be9d6 libstdc++: Fix spelling of __MINGW32__ macros adds 313e2dc377d libstdc++: Use correct error category for Windows error codes adds 3df5b249b3c libstdc++: Re-enable workaround for _wstat64 bug [PR 88881] adds 5874d156669 nvptx: properly use flag_patchable_function_entry adds a8db7887dfb c++: Consider addresses of heap artificial vars always non- [...] adds 20482cfcc1d i386: Fix ICEs due to simplify_gen_subreg returning NULL [PR99025] adds 0f39fb7b001 varasm: Fix ICE with -fsyntax-only [PR99035] adds 1f5c80883ef libcpp: fix ICE comparing macro locations without column in [...] adds 21c6ad7a12f Add test for PR tree-optimization/92879. adds 4b37c3ea8ab Daily bump. adds 27a804bc628 c, c++: Plug -Wduplicated-cond memory leaks [PR99057] adds 19c02324102 libgfortran: Fix unwanted end-of-record by checking if seen [...] adds a5c4f5562a0 use -mfpu=auto for arm/simd/vmmla_1.c adds 2e9dfa4bff2 Fortran: intrinsic.texi add missing arg to FINDLOC adds 5ee5415af86 Fortran: Fix ICE after error regression [PR99060]. adds 22a6d99d0a0 reduce sparseset memory requirement adds ff6903288d9 Fortran: Fix calls to associate name typebound subroutines [...] adds 4af29981ab5 [aarch64][vect] Support V8QI->V8HI WIDEN_ patterns adds 38c5703449c arm: Low overhead loop handle long range branches [PR98931] adds cb168f779c8 c++: Fix ICE from op_unqualified_lookup [PR97582] adds f0da1c0cb76 c++: ICE with unexpanded pack in do-while [PR99063] adds 2dcdd15d0ba c++: Fix zero initialization of flexible array members [PR99033] adds ce43c906049 libstdc++: Document when C++11/14/17 support became stable [...] adds bc0f7db7ebb libstdc++: Fix versioned namespace build
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 117 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 12 ++ gcc/analyzer/sm-file.cc | 11 +- gcc/analyzer/store.cc | 17 +- gcc/c-family/ChangeLog | 4 + gcc/c-family/c-common.c | 1 + gcc/c/c-parser.c | 18 +- gcc/cfgrtl.c | 8 +- gcc/config/arm/thumb2.md | 28 ++- gcc/config/i386/sse.md | 11 ++ gcc/config/nvptx/nvptx.c | 6 +- gcc/cp/ChangeLog | 43 +++++ gcc/cp/constexpr.c | 29 ++- gcc/cp/init.c | 20 +- gcc/cp/name-lookup.c | 14 +- gcc/cp/parser.c | 27 +-- gcc/cp/pt.c | 11 +- gcc/cp/semantics.c | 5 + gcc/dwarf2out.c | 10 + gcc/fortran/ChangeLog | 6 + gcc/fortran/intrinsic.texi | 10 +- gcc/fortran/match.c | 14 +- gcc/fortran/openmp.c | 5 +- gcc/fortran/primary.c | 12 +- gcc/fwprop.c | 1 - gcc/gimple-if-to-switch.cc | 20 +- gcc/gimplify.c | 7 + gcc/ipa-icf.c | 7 +- gcc/ipa-pure-const.c | 2 +- gcc/optabs-tree.c | 69 +++++++ gcc/optabs-tree.h | 3 + gcc/sparseset.h | 5 +- gcc/testsuite/ChangeLog | 100 ++++++++++ .../g++.dg/cpp0x/lambda/lambda-template17.C | 12 ++ gcc/testsuite/g++.dg/cpp0x/variadic-crash6.C | 16 ++ gcc/testsuite/g++.dg/cpp2a/constexpr-new16.C | 13 ++ gcc/testsuite/g++.dg/cpp2a/constexpr-new17.C | 15 ++ gcc/testsuite/g++.dg/ext/flexary38.C | 18 ++ gcc/testsuite/g++.dg/ext/weak6.C | 8 + gcc/testsuite/g++.dg/gomp/pr99007.C | 18 ++ gcc/testsuite/g++.dg/lookup/pr99030.C | 16 ++ .../g++.dg/plugin/location-overflow-test-pr96391.c | 12 ++ gcc/testsuite/g++.dg/plugin/plugin.exp | 2 + gcc/testsuite/g++.dg/warn/Warray-bounds-16.C | 29 +++ gcc/testsuite/gcc.dg/analyzer/explode-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/file-1.c | 7 + gcc/testsuite/gcc.dg/analyzer/file-3.c | 18 ++ gcc/testsuite/gcc.dg/analyzer/pr94851-2.c | 54 ++++++ gcc/testsuite/gcc.dg/analyzer/pr98575-1.c | 46 +++++ gcc/testsuite/gcc.dg/gomp/pr99007-1.c | 13 ++ gcc/testsuite/gcc.dg/gomp/pr99007-2.c | 15 ++ gcc/testsuite/gcc.dg/gomp/pr99007-3.c | 16 ++ gcc/testsuite/gcc.target/aarch64/pr98772.c | 155 ++++++++++++++++ gcc/testsuite/gcc.target/arm/pr98931.c | 17 ++ gcc/testsuite/gcc.target/arm/simd/vmmla_1.c | 2 +- gcc/testsuite/gcc.target/i386/pr99025.c | 17 ++ .../gfortran.dg/dollar_edit_descriptor_4.f | 16 ++ .../gfortran.dg/goacc/array-with-dt-2.f90 | 5 +- .../gfortran.dg/goacc/derived-chartypes-1.f90 | 3 + .../gfortran.dg/goacc/derived-chartypes-2.f90 | 3 + gcc/testsuite/gfortran.dg/pr99060.f90 | 10 + gcc/testsuite/gfortran.dg/typebound_call_32.f90 | 39 ++++ gcc/tree-switch-conversion.c | 9 +- gcc/tree-switch-conversion.h | 10 + gcc/tree-vect-loop.c | 6 +- gcc/tree-vect-stmts.c | 95 +++++++++- gcc/varasm.c | 7 +- libcpp/ChangeLog | 7 + libcpp/line-map.c | 3 +- libgfortran/io/transfer.c | 2 + libgomp/ChangeLog | 6 + .../libgomp.oacc-fortran/array-stride-dt-1.f90 | 5 +- libstdc++-v3/ChangeLog | 88 +++++++++ libstdc++-v3/doc/html/manual/status.html | 9 + libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 3 + libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 3 + libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 + libstdc++-v3/include/bits/hashtable.h | 201 +++++++++++++++++++++ libstdc++-v3/include/bits/hashtable_policy.h | 22 +++ libstdc++-v3/include/bits/stl_deque.h | 20 +- libstdc++-v3/include/bits/stl_function.h | 15 ++ libstdc++-v3/include/bits/stl_tree.h | 15 -- libstdc++-v3/include/bits/unordered_map.h | 94 ++++++++++ libstdc++-v3/include/bits/unordered_set.h | 99 ++++++++++ libstdc++-v3/include/debug/unordered_map | 84 +++++++++ libstdc++-v3/include/debug/unordered_set | 84 +++++++++ libstdc++-v3/libsupc++/eh_ptr.cc | 10 +- libstdc++-v3/libsupc++/exception_ptr.h | 4 +- libstdc++-v3/src/c++17/fs_ops.cc | 10 +- libstdc++-v3/src/filesystem/ops.cc | 4 +- .../23_containers/unordered_map/operations/1.cc | 168 +++++++++++++++++ .../unordered_multimap/operations/1.cc | 135 ++++++++++++++ .../unordered_multiset/operations/1.cc | 135 ++++++++++++++ .../23_containers/unordered_set/operations/1.cc | 186 +++++++++++++++++++ .../27_io/filesystem/operations/proximate.cc | 2 +- .../27_io/filesystem/path/compare/lwg2936.cc | 2 +- .../27_io/filesystem/path/generation/proximate.cc | 2 +- .../27_io/filesystem/path/generation/relative.cc | 4 +- libstdc++-v3/testsuite/util/testsuite_fs.h | 2 +- 100 files changed, 2631 insertions(+), 175 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template17.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-crash6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new16.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new17.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary38.C create mode 100644 gcc/testsuite/g++.dg/ext/weak6.C create mode 100644 gcc/testsuite/g++.dg/gomp/pr99007.C create mode 100644 gcc/testsuite/g++.dg/lookup/pr99030.C create mode 100644 gcc/testsuite/g++.dg/plugin/location-overflow-test-pr96391.c create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-16.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/file-3.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr94851-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr98575-1.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr99007-1.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr99007-2.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr99007-3.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr98772.c create mode 100644 gcc/testsuite/gcc.target/arm/pr98931.c create mode 100644 gcc/testsuite/gcc.target/i386/pr99025.c create mode 100644 gcc/testsuite/gfortran.dg/dollar_edit_descriptor_4.f create mode 100644 gcc/testsuite/gfortran.dg/pr99060.f90 create mode 100644 gcc/testsuite/gfortran.dg/typebound_call_32.f90 create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/operations/1.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/operati [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/operati [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/operations/1.cc