This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3 in repository toolchain/ci/gcc.
from 7b51202c2a0 Daily bump. adds e9b639c4b53 libstdc++: Tweak timeout for testsuite/std/ranges/iota/max_ [...] adds fd26ce83981 Fix c6x test compromised by recent improvements to bswap & rotates adds ad9c394114b libstdc++: Fix dg-prune-output assertion message adds 5f564fd0133 lra: Fix s/otput/output/ typo in debug output adds 844105d912a Daily bump. adds 78be906b26c MAINTAINERS: Add myself for write after approval adds da81e30d21f testsuite: aarch64: Fix failing vector structure tests on b [...] adds a5e3c1e2c8d testsuite: aarch64: Fix invalid SVE tests adds a5e78ee60cd aarch64: Expand %<w> correctly according to mode iterator adds 527a1cf32c2 testsuite/lib/gfortran.exp: Add -I for ISO*.h [PR101305, PR101660] adds 2eff2a3cb52 libstdc++: Make allocator equality comparable in tests adds 848bcda52d7 Improve handling of unknown sign bit in CCP. adds 67b8443bd1f [documentation] Fix GTY header file example adds 7cc85851bc7 [documentation] No need anymore to "mention ['gt-*.h' file] [...] adds 06870af3e48 [OpenACC] Clean up unused 'BUILT_IN_ACC_GET_DEVICE_TYPE' adds c5230519305 Sanity check that 'Init' doesn't appear without 'Var' in '* [...] adds 2a700fb8ea9 Don't consider '-foffload-abi' in 'DEF_GOACC_BUILTIN', 'DEF [...] adds 0095afa82a3 Remove 'gcc/omp-offload.c' from 'GTFILES' adds e2e0b85c1e7 PR101609: Use the correct iterator for AArch64 vector right [...] adds e2a58ed6dc5 openacc: Middle-end worker-partitioning support adds c408512e1f7 amdgcn: Enable OpenACC worker partitioning for AMD GCN adds 62f01243fb2 Cross-reference parts adapted in 'gcc/omp-oacc-neuter-broad [...] adds 9d2d660aab2 i386: Name V2SF logic insns [PR101812] adds 00eab082e9f Verify destination[source] of a load[store] instruction is [...] adds d55d3f5b04e ipa: Fix testsuite/gcc.dg/ipa/remref-6.c adds 1354603bf7d libstdc++: [_GLIBCXX_DEBUG] Avoid allocator operator== when [...] adds f5a2d78072f libstdc++: Reduce use of debug containers in <regex> adds c86c95edd16 Ensure toupper and tolower follow the expected pattern. adds 377681505fb Daily bump. adds 813ccbe9d27 Support cond_ashr/lshr/ashl for vector integer modes under AVX512. adds 3d7ccbc1efb x86: Optimize load of const FP all bits set vectors adds 0631faf87a1 Evaluate arguments of sizeof that are structs of variable size. adds bb169406cdc middle-end/101824 - properly handle volatiles in nested fn [...] adds 19d1a529fa9 tree-optimization/101801 - rework generic vector vectorizat [...] adds c318f8e42b3 i386: Fix typos in amxbf16 runtime test. adds c40c6a50fd4 openmp: Add support for declare simd and declare variant in [...] adds 7665af0b1a9 i386: Improve single operand AVX512F permutations [PR80355] adds 08aa0e3d4f7 tree-optimization/101809 - support emulated gather for double[int] adds 50b5877925e i386: Allow some V32HImode and V64QImode permutations even [...] adds 557d06f8b3d Enable gcc.target/i386/pr88531-1a.c for all targets adds 2ba0376ac40 gfortran: Fix in-build-tree testing [PR101305, PR101660] adds 84f906df4f0 mklog: support '-b c/101343' format. adds d796cc7a3e7 openmp: Fix up cp/parser.c build with GCC 4.8 to 6 adds 3ae564ea741 Daily bump. adds 92f7016940e gcc.dg/uninit-pred-9_b.c: Xfail for CRIS too adds 05a03f3986d Extend ldexp{s,d}f3 to vscalefs{s,d} when TARGET_AVX512F an [...] adds fed7c1634e8 compiler: don't crash on a, b := int(0) adds a45918f8a74 Ada: Remove debug line number for DECL_IGNORED_P functions adds 0e6017f5b4f sanitizer: Cherry-pick realpath fix adds b8f604da25b arm/66791: Replace builtins for vdup_n and vmov_n intrinsics. adds f19c70afa4a tree-optimization/101861 - fix gather use for non-gather refs adds d7e91f4894f middle-end/101858 - avoid shift of pointer in folding adds 9851a1631f2 Fix min_flags handling in mod-ref adds cecdff844ac Small tweak to expand_used_vars new e8426554e13 Adjust volatile handling of the operand scanner new 2cb02e065ff target/101788 - avoid decomposing hard-register "loads" new cba64d855df Fix gcc.dg/lto/pr48622_0.c testcase new 58340a7cd36 Fortran: Fix c_float128 and c_float128_complex definitions.
The 4 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 | 4 + MAINTAINERS | 1 + contrib/ChangeLog | 4 + contrib/mklog.py | 6 +- gcc/ChangeLog | 194 +++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 2 +- gcc/ada/gcc-interface/trans.c | 4 +- gcc/builtins.def | 8 +- gcc/c/ChangeLog | 6 + gcc/c/c-typeck.c | 2 +- gcc/cfgexpand.c | 9 +- gcc/common.opt | 2 +- gcc/config/aarch64/aarch64-simd.md | 15 +- gcc/config/aarch64/aarch64.md | 2 +- gcc/config/arm/arm_neon.h | 107 +- gcc/config/arm/arm_neon_builtins.def | 3 - gcc/config/gcn/gcn-protos.h | 5 +- gcc/config/gcn/gcn-tree.c | 58 +- gcc/config/gcn/gcn.c | 21 +- gcc/config/gcn/gcn.opt | 5 - gcc/config/i386/constraints.md | 10 +- gcc/config/i386/i386-expand.c | 13 +- gcc/config/i386/i386.c | 11 +- gcc/config/i386/i386.md | 34 +- gcc/config/i386/mmx.md | 2 +- gcc/config/i386/predicates.md | 4 + gcc/config/i386/sse.md | 135 +- gcc/config/nvptx/nvptx.c | 5 + gcc/config/rs6000/rs6000.c | 14 +- gcc/cp/ChangeLog | 42 + gcc/cp/parser.c | 421 +++++- gcc/cp/parser.h | 7 +- gcc/doc/gty.texi | 5 +- gcc/doc/tm.texi | 9 + gcc/doc/tm.texi.in | 2 + gcc/fold-const.c | 2 + gcc/fortran/iso-c-binding.def | 15 +- gcc/fortran/trans-common.c | 9 +- gcc/fortran/trans-types.c | 12 +- gcc/gimple-range-fold.cc | 6 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 15 +- gcc/ipa-modref.c | 35 +- gcc/ipa-prop.c | 2 +- gcc/lra-constraints.c | 2 +- gcc/omp-builtins.def | 11 +- gcc/omp-low.c | 2 + gcc/omp-oacc-neuter-broadcast.cc | 1522 ++++++++++++++++++++ gcc/optc-gen.awk | 8 +- gcc/opts.c | 6 +- gcc/passes.def | 1 + gcc/target.def | 11 + gcc/testsuite/ChangeLog | 140 ++ gcc/testsuite/c-c++-common/modref-dse.c | 38 + gcc/testsuite/g++.dg/gomp/attrs-1.C | 12 +- gcc/testsuite/g++.dg/gomp/attrs-10.C | 240 +++ gcc/testsuite/g++.dg/gomp/attrs-11.C | 74 + gcc/testsuite/g++.dg/gomp/attrs-2.C | 2 +- gcc/testsuite/g++.dg/ipa/pure-const-3.C | 2 +- gcc/testsuite/gcc.dg/ipa/remref-6.c | 2 +- gcc/testsuite/gcc.dg/lto/pr48622_1.c | 6 + gcc/testsuite/gcc.dg/pr101741.c | 16 + gcc/testsuite/gcc.dg/pr101858.c | 9 + gcc/testsuite/gcc.dg/pr68217.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr101824.c | 19 + gcc/testsuite/gcc.dg/tree-ssa/vrp24.c | 2 +- gcc/testsuite/gcc.dg/uninit-pred-9_b.c | 2 +- gcc/testsuite/gcc.dg/vla-stexp-1.c | 18 + gcc/testsuite/gcc.target/aarch64/sve/dup_lane_1.c | 24 +- gcc/testsuite/gcc.target/aarch64/sve/extract_1.c | 12 +- gcc/testsuite/gcc.target/aarch64/sve/extract_2.c | 12 +- gcc/testsuite/gcc.target/aarch64/sve/extract_3.c | 12 +- gcc/testsuite/gcc.target/aarch64/sve/extract_4.c | 12 +- .../gcc.target/aarch64/vect-shr-reg-run.c | 53 + gcc/testsuite/gcc.target/aarch64/vect-shr-reg.c | 30 + .../aarch64/vector_structure_intrinsics.c | 2 +- gcc/testsuite/gcc.target/arm/pr51534.c | 26 +- gcc/testsuite/gcc.target/i386/amxbf16-dpbf16ps-2.c | 6 +- gcc/testsuite/gcc.target/i386/avx2-gather-2.c | 3 +- gcc/testsuite/gcc.target/i386/avx512f-pr80355-1.c | 19 + gcc/testsuite/gcc.target/i386/avx512f-pr80355-2.c | 23 + gcc/testsuite/gcc.target/i386/cond_op_shift_d-1.c | 56 + gcc/testsuite/gcc.target/i386/cond_op_shift_d-2.c | 102 ++ gcc/testsuite/gcc.target/i386/cond_op_shift_q-1.c | 11 + gcc/testsuite/gcc.target/i386/cond_op_shift_q-2.c | 5 + gcc/testsuite/gcc.target/i386/cond_op_shift_ud-1.c | 10 + gcc/testsuite/gcc.target/i386/cond_op_shift_ud-2.c | 5 + gcc/testsuite/gcc.target/i386/cond_op_shift_uq-1.c | 10 + gcc/testsuite/gcc.target/i386/cond_op_shift_uq-2.c | 5 + gcc/testsuite/gcc.target/i386/cond_op_shift_uw-1.c | 8 + gcc/testsuite/gcc.target/i386/cond_op_shift_uw-2.c | 6 + gcc/testsuite/gcc.target/i386/cond_op_shift_w-1.c | 8 + gcc/testsuite/gcc.target/i386/cond_op_shift_w-2.c | 6 + gcc/testsuite/gcc.target/i386/pr101812.c | 12 + gcc/testsuite/gcc.target/i386/pr88531-1a.c | 2 +- gcc/testsuite/gcc.target/i386/pr98309-1.c | 18 + gcc/testsuite/gcc.target/i386/pr98309-2.c | 39 + gcc/testsuite/gcc.target/tic6x/rotdi16-scan.c | 8 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_10.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_11.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_12.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_15.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_3.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_5.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_6.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_7.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_8.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_9.c | 2 +- gcc/testsuite/gfortran.dg/PR94327.c | 2 +- gcc/testsuite/gfortran.dg/PR94331.c | 2 +- .../gfortran.dg/bind_c_array_params_3_aux.c | 2 +- .../iso_fortran_binding_uint8_array_driver.c | 2 +- gcc/testsuite/gfortran.dg/pr93524.c | 2 +- gcc/testsuite/lib/gfortran.exp | 8 +- gcc/tree-nested.c | 1 + gcc/tree-pass.h | 1 + gcc/tree-ssa-ccp.c | 118 +- gcc/tree-ssa-forwprop.c | 3 +- gcc/tree-ssa-operands.c | 7 +- gcc/tree-vect-loop.c | 18 + gcc/tree-vect-stmts.c | 93 +- gcc/tree-vectorizer.h | 1 + libgfortran/ChangeLog | 10 + libgfortran/Makefile.am | 9 + libgfortran/Makefile.in | 10 +- libgomp/ChangeLog | 18 + libgomp/plugin/plugin-gcn.c | 3 +- .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 3 - .../libgomp.oacc-c-c++-common/loop-dim-default.c | 4 +- .../libgomp.oacc-c-c++-common/parallel-dims.c | 12 +- .../libgomp.oacc-c-c++-common/routine-wv-2.c | 7 +- .../libgomp.oacc-fortran/optional-reduction.f90 | 3 + .../testsuite/libgomp.oacc-fortran/reduction-7.f90 | 3 + .../sanitizer_common_interceptors.inc | 12 +- libstdc++-v3/ChangeLog | 46 + libstdc++-v3/include/bits/regex.h | 28 +- libstdc++-v3/include/bits/regex.tcc | 6 +- libstdc++-v3/include/bits/regex_automaton.tcc | 4 +- libstdc++-v3/include/bits/regex_compiler.h | 8 +- libstdc++-v3/include/bits/regex_executor.h | 6 +- libstdc++-v3/include/debug/safe_container.h | 13 +- libstdc++-v3/include/std/regex | 3 + .../23_containers/unordered_map/cons/default.cc | 3 + .../23_containers/unordered_set/cons/default.cc | 3 + .../25_algorithms/copy/debug/constexpr_neg.cc | 2 +- .../copy_backward/debug/constexpr_neg.cc | 2 +- .../25_algorithms/equal/debug/constexpr_neg.cc | 2 +- .../lower_bound/debug/constexpr_partitioned_neg.cc | 2 +- .../debug/constexpr_partitioned_pred_neg.cc | 2 +- .../lower_bound/debug/constexpr_valid_range_neg.cc | 2 +- .../upper_bound/debug/constexpr_partitioned_neg.cc | 2 +- .../debug/constexpr_partitioned_pred_neg.cc | 2 +- .../upper_bound/debug/constexpr_valid_range_neg.cc | 2 +- .../testsuite/std/ranges/iota/max_size_type.cc | 1 + 159 files changed, 4056 insertions(+), 429 deletions(-) create mode 100644 gcc/omp-oacc-neuter-broadcast.cc create mode 100644 gcc/testsuite/c-c++-common/modref-dse.c create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-10.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-11.C create mode 100644 gcc/testsuite/gcc.dg/lto/pr48622_1.c create mode 100644 gcc/testsuite/gcc.dg/pr101741.c create mode 100644 gcc/testsuite/gcc.dg/pr101858.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr101824.c create mode 100644 gcc/testsuite/gcc.dg/vla-stexp-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-shr-reg-run.c create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-shr-reg.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr80355-1.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr80355-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_d-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_d-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_q-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_q-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_ud-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_ud-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uq-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uq-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uw-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uw-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_w-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_w-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101812.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98309-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98309-2.c