This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 7ca21601704 c++: new (nothrow) array cleanup [PR104007] adds 0d01a272267 Fortran: handle expansion of zero-sized array constructors adds dad495e3013 RISC-V: Fix use-after-free error in `parse_multiletter_ext' adds 3c4a54adb21 c++: DEPENDENT_OPERATOR_TYPE as type of NTTP [PR104074] adds fe3ed885cda libstdc++: Limit new basic_string(nullptr_t) constructor to [...] adds 79e746bb05e analyzer: fix ICE on realloc of zeroed memory [PR104062] adds 2aefe248aa4 analyzer: fix ICE on unary ops folding to casts of constant [...] adds 43ec2652134 bpf: write CO-RE relocation record size only once adds 7db42268ce4 bpf: ensure correct string offsets in BTF.ext adds 2aa184458a1 c++: input_location and lookahead [PR104025] adds fdd6d85bd75 c++: Use -std=c++20 in testsuite default std list adds 1a5145f1e3a c++: Fix handling of temporaries with consteval ctors and n [...] adds 5ce3c003df2 [COMMITTED] Improve coment for the newly added code in ipa-split. adds 7a761ae6589 Daily bump. adds c3861f79859 libstdc++: Fix std::atomic<std::shared_ptr<T>> for AIX [PR104101] adds 72ce3fd2c72 libstdc++: Remove unused std::pair helper function adds a68080a121d libstdc++: Fix deprecated attribute for std::get_temporary_buffer adds 9c186493a7c libstdc++: Update documentation for C++17 deprecations adds 2f714642e57 Handle failure to determine pointer provenance conservative [...] adds 282110ae8b5 Suppress valid warning [PR104103]. adds 6325041c2b6 Add test for bogus warning [PR104076]. adds ddce00dba24 i386: Fix GLC tuning with -masm=intel [PR104104] adds bd0ef353481 c++: fix PR104025 change adds fc6cd798c07 testsuite: Adjust possibly fragile slp-perm-9.c [PR104015] adds b01d2059c70 testsuite: fix pytest detection unsupported message. adds 32657045bd2 Add XFAIL parts of pr16855.C for dragonfly. adds 8160b410517 Fix tsvc test build on DragonFly. adds 1ead972cef7 powerc: Fix asm machine directive for some CPUs adds 54e33cf120d testsuite/102833 - fix gcc.dg/vect/bb-slp-17.c dump scanning adds 2aea19bdb12 nvptx: update fix for -Wformat-diag adds 03b0bf78308 Come up with git-fix-changelog.py script. adds 29a6db635f5 i386: Fix *aes<aeswideklvariant>u8 adds b834435c8fa fold-const: Optimize &"foo"[0] == "foo" [PR89074] adds 53836c887a0 gimple-ssa-warn-access: Fix up asan_test.C -Wdangling-point [...] adds fdf31ae25f6 Update on riscv -Wformat-diag string. adds 34ba4275dcf Enable -Werror=format-diag during bootstrap. adds 7f3915b83ed rs6000: Fix bootstrap adds 2f47a095a08 testsuite: Rename a few C++ to .C or .cc. adds 9d6c63ba490 [Ada] Compile s-mmap and 128bit on x86_64-linux-gnux32 adds 2cef99175af [Ada] Set target_cpu to x32 for x86_64-linux-gnux32 adds 39f581028c7 libstdc++: Fix for non-constexpr math_errhandling adds 0bd247bbbe4 libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets. adds 68aa3c08ef1 check_GNU_style_lib: skip .py files (one should use flake8). adds 5b6788ae5a3 tree-optimization/104112 - add check for vect epilogue reduc reuse adds f35bb467a01 testsuite: Test evrp-trans.c also with unsigned types [PR104115] adds ffc7f200adb match.pd, optabs: Avoid vectorization of {FLOOR,CEIL,ROUND} [...] adds f4ca0a53be1 vect: Fix epilogue mode skipping adds 6a26ad67367 libstdc++: Fix libbacktrace build files adds d5148d4faa6 Update per-file selftest and finalization hooks for .c to . [...] new 4c46f5a471c ifcvt: Check if cmovs are needed. new 9b8eaa28225 ifcvt: Allow constants for noce_convert_multiple. new 46346d8d76c ifcvt: Improve costs handling for noce_convert_multiple. new e9ebb86799f ifcvt/optabs: Allow using a CC comparison for emit_conditio [...] new aa8cfe78595 ifcvt: Try re-using CC for conditional moves. new d249933e6b4 testsuite/s390: Add tests for noce_convert_multiple. new 92efc019ed9 ifcvt: Run second pass if it is possible to omit a temporary. new f5c50748f36 libstdc++: Include <stddef.h> for size_t and ptrdiff_t [PR104123]
The 8 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 + contrib/check_GNU_style_lib.py | 2 +- contrib/gcc-git-customization.sh | 1 + contrib/git-backport.py | 47 +- contrib/{git-backport.py => git-fix-changelog.py} | 58 ++- gcc/ChangeLog | 228 +++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 80 +++ gcc/ada/Makefile.rtl | 5 + gcc/ada/gcc-interface/Makefile.in | 7 + gcc/analyzer/ChangeLog | 16 + gcc/analyzer/region-model-manager.cc | 22 +- gcc/attribs.cc | 2 +- gcc/bitmap.cc | 2 +- gcc/c-family/c-common.cc | 10 +- gcc/c-family/c-common.h | 6 +- gcc/c-family/c-format.cc | 2 +- gcc/c-family/c-indentation.cc | 2 +- gcc/c-family/c-pretty-print.cc | 2 +- gcc/cgraph.cc | 4 +- gcc/cgraph.h | 4 +- gcc/cgraphunit.cc | 2 +- gcc/common/config/riscv/riscv-common.cc | 2 +- gcc/config/bpf/coreout.cc | 28 +- gcc/config/bpf/coreout.h | 1 - gcc/config/i386/sse.md | 22 +- gcc/config/nvptx/nvptx.cc | 8 +- gcc/config/riscv/riscv.cc | 4 +- gcc/config/rs6000/rs6000.cc | 34 +- gcc/configure | 4 +- gcc/configure.ac | 4 +- gcc/convert.cc | 2 +- gcc/cp/ChangeLog | 22 + gcc/cp/constexpr.cc | 6 +- gcc/cp/cp-lang.cc | 4 +- gcc/cp/cp-tree.h | 4 +- gcc/cp/parser.cc | 4 +- gcc/cp/pt.cc | 16 +- gcc/cp/tree.cc | 2 +- gcc/dbgcnt.cc | 2 +- gcc/diagnostic-show-locus.cc | 2 +- gcc/diagnostic.cc | 2 +- gcc/dumpfile.cc | 2 +- gcc/dwarf2out.cc | 2 +- gcc/dwarf2out.h | 2 +- gcc/edit-context.cc | 2 +- gcc/et-forest.cc | 2 +- gcc/expmed.cc | 8 +- gcc/expr.cc | 10 +- gcc/fibonacci_heap.cc | 2 +- gcc/fold-const.cc | 11 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/array.cc | 3 + gcc/function-tests.cc | 2 +- gcc/gcse.cc | 2 +- gcc/gcse.h | 2 +- gcc/ggc-tests.cc | 2 +- gcc/gimple-ssa-store-merging.cc | 2 +- gcc/gimple-ssa-warn-access.cc | 9 +- gcc/gimple.cc | 2 +- gcc/hash-map-tests.cc | 2 +- gcc/hash-set-tests.cc | 2 +- gcc/ifcvt.cc | 543 ++++++++++++++++----- gcc/input.cc | 2 +- gcc/ipa-cp.cc | 2 +- gcc/ipa-fnsummary.cc | 2 +- gcc/ipa-fnsummary.h | 2 +- gcc/ipa-modref-tree.cc | 2 +- gcc/ipa-modref-tree.h | 2 - gcc/ipa-modref.cc | 2 +- gcc/ipa-modref.h | 2 +- gcc/ipa-prop.h | 2 +- gcc/ipa-reference.cc | 2 +- gcc/ipa-reference.h | 2 +- gcc/ipa-split.cc | 4 +- gcc/ira-costs.cc | 2 +- gcc/ira.h | 2 +- gcc/match.pd | 15 +- gcc/opt-suggestions.cc | 2 +- gcc/optabs-tree.cc | 21 +- gcc/optabs.cc | 140 ++++-- gcc/optabs.h | 4 +- gcc/opts.cc | 2 +- gcc/predict.cc | 2 +- gcc/pretty-print.cc | 2 +- gcc/read-rtl-function.cc | 2 +- gcc/rtl-tests.cc | 2 +- gcc/rtl.h | 11 +- gcc/sbitmap.cc | 2 +- gcc/selftest-run-tests.cc | 74 +-- gcc/selftest.cc | 2 +- gcc/selftest.h | 74 +-- gcc/simplify-rtx.cc | 2 +- gcc/spellcheck-tree.cc | 2 +- gcc/spellcheck.cc | 2 +- gcc/sreal.cc | 2 +- gcc/testsuite/ChangeLog | 113 +++++ gcc/testsuite/g++.dg/cpp1z/nontype-auto20.C | 5 + gcc/testsuite/g++.dg/cpp2a/consteval27.C | 18 + .../ext/{boolcomplex-1.c => boolcomplex-1.C} | 0 gcc/testsuite/g++.dg/gcov/pr16855-priority.C | 6 +- gcc/testsuite/g++.dg/gcov/pr16855.C | 4 +- gcc/testsuite/g++.dg/opt/{pr47639.c => pr47639.C} | 0 gcc/testsuite/g++.dg/{pr83979.c => pr83979.C} | 0 gcc/testsuite/g++.dg/tm/{asm-1.c => asm-1.C} | 0 .../g++.dg/vect/{pr71483.c => pr71483.cc} | 0 gcc/testsuite/g++.dg/warn/Wdangling-pointer-3.C | 39 ++ gcc/testsuite/g++.dg/warn/pr104025.C | 20 + gcc/testsuite/gcc.dg/Wuse-after-free.c | 41 ++ gcc/testsuite/gcc.dg/analyzer/pr104062.c | 13 + gcc/testsuite/gcc.dg/analyzer/pr104089.c | 9 + gcc/testsuite/gcc.dg/ifcvt-4.c | 2 +- gcc/testsuite/gcc.dg/torture/pr57147-2.c | 6 + gcc/testsuite/gcc.dg/tree-ssa/evrp-trans2.c | 8 + gcc/testsuite/gcc.dg/tree-ssa/pr89074.c | 12 + gcc/testsuite/gcc.dg/vect/bb-slp-17.c | 5 +- gcc/testsuite/gcc.dg/vect/pr104112-1.c | 18 + gcc/testsuite/gcc.dg/vect/pr104112-2.c | 11 + gcc/testsuite/gcc.dg/vect/slp-perm-9.c | 4 +- gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h | 4 +- gcc/testsuite/gcc.target/bpf/core-section-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr104104.c | 10 + gcc/testsuite/gcc.target/powerpc/pr104015-1.c | 28 ++ gcc/testsuite/gcc.target/powerpc/pr104015-2.c | 29 ++ .../gcc.target/s390/ifcvt-two-insns-bool.c | 39 ++ .../gcc.target/s390/ifcvt-two-insns-int.c | 39 ++ .../gcc.target/s390/ifcvt-two-insns-long.c | 39 ++ gcc/testsuite/gfortran.dg/pr102520.f90 | 6 +- gcc/testsuite/gfortran.dg/pr102860.f90 | 10 + gcc/testsuite/gfortran.dg/pr103692.f90 | 23 + gcc/testsuite/lib/g++-dg.exp | 2 +- gcc/testsuite/lib/gcov.exp | 5 +- gcc/toplev.cc | 20 +- gcc/tree-cfg.cc | 2 +- gcc/tree-vect-loop.cc | 39 +- gcc/tree.cc | 2 +- gcc/typed-splay-tree.cc | 2 +- gcc/vec-perm-indices.cc | 2 +- gcc/vec.cc | 2 +- libcpp/ChangeLog | 7 + libgomp/ChangeLog | 20 + libgomp/config/gcn/icv-device.c | 2 +- .../testsuite/libgomp.oacc-c++/privatized-ref-2.C | 6 +- .../testsuite/libgomp.oacc-c++/privatized-ref-3.C | 6 +- .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 4 +- .../libgomp.oacc-c-c++-common/kernels-loop-2.c | 4 +- .../libgomp.oacc-c-c++-common/parallel-dims.c | 14 +- .../testsuite/libgomp.oacc-c-c++-common/pr85486.c | 2 +- .../libgomp.oacc-c-c++-common/pr95270-1.c | 4 +- .../libgomp.oacc-c-c++-common/routine-nohost-2.c | 2 +- .../libgomp.oacc-c-c++-common/struct-copyout-1.c | 2 +- .../libgomp.oacc-c-c++-common/struct-copyout-2.c | 2 +- .../libgomp.oacc-c-c++-common/vector-length-64-1.c | 2 +- .../libgomp.oacc-fortran/attach-descriptor-1.f90 | 2 +- .../libgomp.oacc-fortran/derivedtypes-arrays-1.f90 | 2 +- .../libgomp.oacc-fortran/kernels-loop-2.f95 | 4 +- .../libgomp.oacc-fortran/parallel-dims.f90 | 4 +- .../libgomp.oacc-fortran/privatized-ref-1.f95 | 6 +- libstdc++-v3/ChangeLog | 84 ++++ libstdc++-v3/doc/html/manual/api.html | 10 + libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/evolution.xml | 14 + libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +- libstdc++-v3/include/bits/basic_string.h | 4 +- libstdc++-v3/include/bits/cow_string.h | 4 +- libstdc++-v3/include/bits/shared_ptr_atomic.h | 4 + libstdc++-v3/include/bits/stl_pair.h | 14 - libstdc++-v3/include/bits/stl_tempbuf.h | 2 +- libstdc++-v3/include/experimental/bits/simd.h | 26 +- libstdc++-v3/include/std/string_view | 3 +- libstdc++-v3/scripts/testsuite_flags.in | 3 +- libstdc++-v3/src/Makefile.am | 12 +- libstdc++-v3/src/Makefile.in | 9 +- libstdc++-v3/src/libbacktrace/Makefile.am | 56 ++- libstdc++-v3/src/libbacktrace/Makefile.in | 128 +++-- .../21_strings/basic_string/cons/char/nullptr.cc | 26 +- .../basic_string_view/cons/char/nonnull.cc | 3 +- .../basic_string_view/cons/wchar_t/nonnull.cc | 3 +- .../29_atomics/headers/stdatomic.h/c_compat.cc | 5 +- 179 files changed, 2221 insertions(+), 622 deletions(-) copy contrib/{git-backport.py => git-fix-changelog.py} (53%) create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto20.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval27.C rename gcc/testsuite/g++.dg/ext/{boolcomplex-1.c => boolcomplex-1.C} (100%) rename gcc/testsuite/g++.dg/opt/{pr47639.c => pr47639.C} (100%) rename gcc/testsuite/g++.dg/{pr83979.c => pr83979.C} (100%) rename gcc/testsuite/g++.dg/tm/{asm-1.c => asm-1.C} (100%) rename gcc/testsuite/g++.dg/vect/{pr71483.c => pr71483.cc} (100%) create mode 100644 gcc/testsuite/g++.dg/warn/Wdangling-pointer-3.C create mode 100644 gcc/testsuite/g++.dg/warn/pr104025.C create mode 100644 gcc/testsuite/gcc.dg/Wuse-after-free.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104062.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104089.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/evrp-trans2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89074.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104112-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104112-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104104.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104015-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104015-2.c create mode 100644 gcc/testsuite/gcc.target/s390/ifcvt-two-insns-bool.c create mode 100644 gcc/testsuite/gcc.target/s390/ifcvt-two-insns-int.c create mode 100644 gcc/testsuite/gcc.target/s390/ifcvt-two-insns-long.c create mode 100644 gcc/testsuite/gfortran.dg/pr102860.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr103692.f90