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_ubsan in repository toolchain/ci/gcc.
from 7dcf139a2b8 refactor SLP permute propagation adds 8d8ed5c8b52 predcom: Refactor more by encapsulating global states adds 7619d33471c openmp: in_reduction clause support on target construct adds 82ab1492765 Fix SLP permute propagation error adds a1c1b7a888a IBM Z: Define NO_PROFILE_COUNTERS adds 65371066d89 stor-layout: Avoid DECL_BIT_FIELD_REPRESENTATIVE with NULL [...] adds 9872bd8c35b df: Fix up handling of paradoxical subregs in debug insns [ [...] adds 7a6c31f0f84 Add x86 addsub SLP pattern adds 67e872336d0 Merge vec_addsub patterns adds 2898a02fd5e Add cscope.out to git ignore. adds aca1213627d Fix --gdwarf-5 configure tests for Windows adds a21dc9d1529 Emit .file 0 directive earlier in DWARF 5 adds 17bc3848e06 libstdc++: Implement LWG 2762 for std::unique_ptr::operator* adds 07ba52849ff libstdc++: Fix typos and markdown errors in new simd/README.md adds 0237aa8c706 libstdc++: Improve copysign(simd) codegen adds ebb45cb816e libstdc++: Remove dead code in simd adds 343f01f4cde libstdc++: Improve simd fixed_size codegen adds dd1c7792d6f libstdc++: Remove incorrect fabs(simd) overload adds 62a989ea66e libstdc++: Minor simd_math cleanups adds 5014f125099 libstdc++: Fix condition when AVX512F ldexp implementation is used adds d5125819d86 libstdc++: Avoid raising fp exceptions in trunc, floor, and ceil adds 8888795ad16 libstdc++: Ensure unrolled loops inline the lambda adds addd5f0e61f libstdc++: Fix internal names: add missing underscores adds 836328b2c99 i386: Add pack/unpack patterns for 64bit vectors [PR89021] adds fdc5522fb04 c: Fix C cast error-recovery [PR101171] adds 178fb8df931 c: Fix up c_parser_has_attribute_expression [PR101176] adds c06493dc30a c++: requires-expression folding [PR101182] adds c761be53f6b c++: alias CTAD and aggregate deduction cand [PR98832] adds 90fa63e134f Fix comment typo. adds 5bdcfb74ff9 Correctly unify recomputation with existing range. adds ce0b409f562 Fix relation query of equivalences. adds a0accaa9984 Only register relations on live edges adds ce3316e9c02 Add a testcase to confirm the equivalence's are being check [...] adds 9aa8327e86e Daily bump. adds 980e278dbe5 Revert x86_order_regs_for_local_alloc changes in r12-1669. adds 7036e9ef462 Add support for per-location warning groups. adds 1ebd2b2c940 c: add support for per-location warning groups. adds 43c3f96f296 c-family: add support for per-location warning groups. adds 65870e75616 cp: add support for per-location warning groups. adds e9e2bad7251 middle-end: add support for per-location warning groups. adds 607c558804f testsuite: avoid no-stack-protector-attr-3 fail on mips*-*-* adds c6c7ac0499c add -ltrans-objects lto-plugin debug option adds 05516402f8e Fixup reduction info on addsub SLP pattern adds 55a1546b73b tree-optimization/101202 - fix ICE with failed backedge SLP nodes adds 3a50aed09ed Use right shifts to eliminate redundant test/compare insns [...] adds 3c347467941 MAINTAINERS: Add myself for write after approval and DCO adds 74ebd1297e9 libstdc++: Make use of __builtin_bit_cast for simd adds e0672017370 testsuite/101114: Adjust libgomp.c-c++-common/struct-elem-5 [...] adds e83a5a6b689 libstdc++: More workarounds in 17_intro/names.cc test [PR 97088] adds 7ab7fa1b51c libstdc++: Remove noexcept from syncbuf::swap (LWG 3498) adds 9b6c65c754f libstdc++: Fix exception handling in std::ostream seek functions adds f8c5b542f6c libstdc++: Implement LWG 581 for std:ostream::flush() adds 4a52cf2eb9d libstdc++: Avoid intercepting exception in ostream::write adds fd51b344ca8 PR middle-end/101216 - spurious notes for function calls adds 176289e50e3 jit: fix test-asm failures on i?86 adds 99585d88a09 jit: fix test-vector-* failures adds f9c80eb12c5 c++: Failure to delay noexcept parsing with ptr-operator [P [...] adds 90708f87b8d Daily bump. adds 86fc076dc28 Expand the comparison argument of fold_cond_expr_with_comparison adds fbad6c62529 Reset the range info on the moved instruction in PHIOPT adds 2afe8828586 Lower for loops before lowering cond in genmatch adds 2168bfb8144 c++: constexpr aggr init of empty class [PR101040] adds 5b1ce655b25 except: remove dwarf2out.h dependency
No new revisions were added by this update.
Summary of changes: .gitignore | 1 + ChangeLog | 8 + MAINTAINERS | 2 + gcc/ChangeLog | 359 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 6 +- gcc/builtins.c | 90 ++-- gcc/c-family/ChangeLog | 20 + gcc/c-family/c-common.c | 9 +- gcc/c-family/c-common.h | 4 +- gcc/c-family/c-gimplify.c | 2 +- gcc/c-family/c-omp.c | 13 + gcc/c-family/c-warn.c | 10 +- gcc/c/ChangeLog | 53 +++ gcc/c/c-decl.c | 24 +- gcc/c/c-fold.c | 8 +- gcc/c/c-parser.c | 25 +- gcc/c/c-typeck.c | 153 ++++--- gcc/calls.c | 92 ++-- gcc/cfgexpand.c | 6 +- gcc/cgraphunit.c | 2 +- gcc/config/h8300/h8300.c | 7 +- gcc/config/i386/i386-builtin.def | 8 +- gcc/config/i386/i386-expand.c | 46 +- gcc/config/i386/i386.c | 13 +- gcc/config/i386/i386.md | 3 + gcc/config/i386/mmx.md | 72 +++ gcc/config/i386/sse.md | 84 +--- gcc/config/s390/s390.c | 42 +- gcc/config/s390/s390.h | 2 + gcc/configure | 36 +- gcc/configure.ac | 36 +- gcc/cp/ChangeLog | 92 ++++ gcc/cp/call.c | 10 +- gcc/cp/class.c | 4 +- gcc/cp/constexpr.c | 9 +- gcc/cp/constraint.cc | 6 +- gcc/cp/coroutines.cc | 22 +- gcc/cp/cp-gimplify.c | 30 +- gcc/cp/cp-ubsan.c | 2 +- gcc/cp/cvt.c | 12 +- gcc/cp/decl.c | 15 +- gcc/cp/decl2.c | 4 +- gcc/cp/except.c | 3 +- gcc/cp/init.c | 16 +- gcc/cp/method.c | 2 +- gcc/cp/parser.c | 30 +- gcc/cp/pt.c | 43 +- gcc/cp/rtti.c | 4 +- gcc/cp/semantics.c | 128 +++--- gcc/cp/tree.c | 2 +- gcc/cp/typeck.c | 27 +- gcc/df-scan.c | 18 +- gcc/diagnostic-spec.c | 179 ++++++++ gcc/diagnostic-spec.h | 141 ++++++ gcc/doc/md.texi | 8 + gcc/dwarf2out.c | 45 +- gcc/except.c | 2 +- gcc/fold-const.c | 52 ++- gcc/gengtype.c | 2 +- gcc/genmatch.c | 28 +- gcc/gimple-array-bounds.cc | 21 +- gcc/gimple-expr.c | 2 +- gcc/gimple-fold.c | 27 +- gcc/gimple-range-cache.cc | 29 +- gcc/gimple-range-fold.cc | 29 +- gcc/gimple-range-fold.h | 2 +- gcc/gimple-ssa-isolate-paths.c | 5 + gcc/gimple-ssa-nonnull-compare.c | 2 +- gcc/gimple-ssa-sprintf.c | 10 +- gcc/gimple-ssa-store-merging.c | 12 +- gcc/gimple-ssa-warn-restrict.c | 114 ++--- gcc/gimple-ssa-warn-restrict.h | 10 +- gcc/gimple.c | 2 +- gcc/gimple.h | 25 +- gcc/gimplify.c | 143 +++++- gcc/internal-fn.def | 1 + gcc/omp-expand.c | 10 +- gcc/omp-low.c | 219 ++++++++-- gcc/optabs.def | 1 + gcc/range-op.cc | 2 +- gcc/stor-layout.c | 5 +- gcc/testsuite/ChangeLog | 115 +++++ gcc/testsuite/c-c++-common/gomp/clauses-1.c | 30 +- .../c-c++-common/gomp/target-in-reduction-1.c | 12 + gcc/testsuite/g++.dg/cpp0x/noexcept69.C | 12 + .../g++.dg/cpp2a/class-deduction-alias9.C | 6 + gcc/testsuite/g++.dg/cpp2a/concepts-requires25.C | 10 + gcc/testsuite/g++.dg/cpp2a/no_unique_address13.C | 24 + gcc/testsuite/g++.dg/no-stack-protector-attr-3.C | 3 +- gcc/testsuite/g++.dg/parse/saved1.C | 4 +- gcc/testsuite/g++.dg/template/crash50.C | 2 +- gcc/testsuite/gcc.dg/Wnonnull-7.c | 15 + gcc/testsuite/gcc.dg/pr101170.c | 37 ++ gcc/testsuite/gcc.dg/pr101171.c | 13 + gcc/testsuite/gcc.dg/pr101172.c | 20 + gcc/testsuite/gcc.dg/torture/pr101202.c | 33 ++ gcc/testsuite/gcc.dg/tree-ssa/evrp30.c | 16 + gcc/testsuite/gcc.dg/tree-ssa/pr101189.c | 17 + gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-3.c | 2 +- gcc/testsuite/gcc.target/i386/bitwise_mask_op-3.c | 6 +- gcc/testsuite/gcc.target/i386/pr97249-1.c | 21 +- gcc/testsuite/gcc.target/i386/vect-addsub-2.c | 21 + gcc/testsuite/gcc.target/i386/vect-addsub-3.c | 38 ++ gcc/testsuite/gcc.target/i386/vect-addsubv2df.c | 42 ++ gcc/testsuite/gcc.target/i386/vect-addsubv4df.c | 36 ++ gcc/testsuite/gcc.target/i386/vect-addsubv4sf.c | 46 ++ gcc/testsuite/gcc.target/i386/vect-addsubv8sf.c | 46 ++ .../gcc.target/s390/mnop-mcount-m31-mzarch.c | 2 +- gcc/testsuite/gcc.target/s390/mnop-mcount-m64.c | 2 +- gcc/testsuite/jit.dg/test-asm.c | 2 +- gcc/testsuite/jit.dg/test-asm.cc | 2 +- gcc/testsuite/jit.dg/test-vector-rvalues.cc | 8 + gcc/testsuite/jit.dg/test-vector-types.cc | 8 + gcc/tree-cfg.c | 10 +- gcc/tree-complex.c | 4 +- gcc/tree-inline.c | 8 +- gcc/tree-nested.c | 2 +- gcc/tree-predcom.c | 483 +++++++++++++-------- gcc/tree-sra.c | 8 +- gcc/tree-ssa-ccp.c | 2 +- gcc/tree-ssa-forwprop.c | 3 +- gcc/tree-ssa-loop-ch.c | 4 +- gcc/tree-ssa-loop-im.c | 2 +- gcc/tree-ssa-phiopt.c | 12 +- gcc/tree-ssa-strlen.c | 68 ++- gcc/tree-ssa-uninit.c | 42 +- gcc/tree-vect-slp-patterns.c | 102 +++++ gcc/tree-vect-slp.c | 44 +- gcc/tree-vectorizer.h | 3 +- gcc/tree-vrp.c | 12 +- gcc/tree.h | 30 +- gcc/value-relation.cc | 15 +- gcc/vr-values.c | 8 +- gcc/warning-control.cc | 238 ++++++++++ libgomp/ChangeLog | 13 + .../testsuite/libgomp.c++/target-in-reduction-1.C | 113 +++++ .../testsuite/libgomp.c++/target-in-reduction-2.C | 182 ++++++++ .../testsuite/libgomp.c-c++-common/struct-elem-5.c | 2 +- .../libgomp.c-c++-common/target-in-reduction-1.c | 104 +++++ .../libgomp.c-c++-common/target-in-reduction-2.c | 173 ++++++++ libstdc++-v3/ChangeLog | 157 +++++++ libstdc++-v3/doc/html/manual/bugs.html | 3 + libstdc++-v3/doc/xml/manual/intro.xml | 6 + libstdc++-v3/include/bits/basic_ios.tcc | 2 +- libstdc++-v3/include/bits/ostream.tcc | 119 +++-- libstdc++-v3/include/bits/shared_ptr_base.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 3 +- libstdc++-v3/include/experimental/bits/simd.h | 75 +++- .../include/experimental/bits/simd_builtin.h | 7 +- .../include/experimental/bits/simd_converter.h | 2 +- .../include/experimental/bits/simd_fixed_size.h | 56 +-- libstdc++-v3/include/experimental/bits/simd_math.h | 91 ++-- libstdc++-v3/include/experimental/bits/simd_x86.h | 29 +- libstdc++-v3/include/std/ostream | 20 +- libstdc++-v3/include/std/syncstream | 2 +- libstdc++-v3/testsuite/17_intro/names.cc | 14 + .../20_util/optional/observers/lwg2762.cc | 21 + .../20_util/shared_ptr/observers/array.cc | 4 + .../testsuite/20_util/shared_ptr/observers/get.cc | 5 +- .../testsuite/20_util/unique_ptr/lwg2762.cc | 43 ++ .../testsuite/27_io/basic_ostream/flush/char/2.cc | 48 +- .../flush/char/exceptions_badbit_throw.cc | 16 +- .../27_io/basic_ostream/flush/wchar_t/2.cc | 48 +- .../flush/wchar_t/exceptions_badbit_throw.cc | 16 +- .../seekp/char/exceptions_badbit_throw.cc | 20 +- .../27_io/basic_ostream/seekp/char/n3168.cc | 103 +++++ .../seekp/wchar_t/exceptions_badbit_throw.cc | 22 +- .../27_io/basic_ostream/seekp/wchar_t/n3168.cc | 101 +++++ .../tellp/char/exceptions_badbit_throw.cc | 10 +- .../27_io/basic_ostream/tellp/char/n3168.cc | 64 +++ .../tellp/wchar_t/exceptions_badbit_throw.cc | 10 +- .../27_io/basic_ostream/tellp/wchar_t/n3168.cc | 64 +++ libstdc++-v3/testsuite/experimental/names.cc | 1 + libstdc++-v3/testsuite/experimental/simd/README.md | 8 +- .../experimental/simd/tests/bits/test_values.h | 8 +- lto-plugin/ChangeLog | 7 + lto-plugin/lto-plugin.c | 12 + 178 files changed, 5072 insertions(+), 1330 deletions(-) create mode 100644 gcc/diagnostic-spec.c create mode 100644 gcc/diagnostic-spec.h create mode 100644 gcc/testsuite/c-c++-common/gomp/target-in-reduction-1.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept69.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias9.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires25.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address13.C create mode 100644 gcc/testsuite/gcc.dg/Wnonnull-7.c create mode 100644 gcc/testsuite/gcc.dg/pr101170.c create mode 100644 gcc/testsuite/gcc.dg/pr101171.c create mode 100644 gcc/testsuite/gcc.dg/pr101172.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr101202.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/evrp30.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr101189.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-addsub-2.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-addsub-3.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-addsubv2df.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-addsubv4df.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-addsubv4sf.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-addsubv8sf.c create mode 100644 gcc/warning-control.cc create mode 100644 libgomp/testsuite/libgomp.c++/target-in-reduction-1.C create mode 100644 libgomp/testsuite/libgomp.c++/target-in-reduction-2.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-in-reduction-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-in-reduction-2.c create mode 100644 libstdc++-v3/testsuite/20_util/optional/observers/lwg2762.cc create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/lwg2762.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/n3168.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/n3168.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/n3168.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/n3168.cc