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_debug in repository toolchain/ci/gcc.
from d1efec57e27 [PR96264] LRA: Check output insn hard regs when updating av [...] adds bf81237eccb Daily bump. adds 187d0d5871b c++: Tuple of self-dependent classes [PR96926] adds b258e263e0d jit: fix ICE on BUILT_IN_TRAP [PR99126] adds d909ead6821 c++: Tweak PR969626 patch adds 0b2b7ef3676 [PATCH v2] libiberty(argv.c): Fix memory leak in expandargv adds 6070e39cd0a aarch64: Check predicate when using gen_vec_duplicate [PR98657] adds f600f271b10 Fortran: Fix ubound simplifcation [PR99027] adds 9d449189ee4 libstdc++: Fix __thread_relax for non-gthreads non-x86 targets adds 37bde2f8726 tree-cfg: Fix up gimple_merge_blocks FORCED_LABEL handling [...] adds 1a132c4d7cd arm: Fix ICE with -fstack-protector -mpure-code [PR98998] adds 1a2a7096e5e middle-end/99122 - more VLA inlining fixes adds c8d13835638 Fix typo in param description. adds 72d91d6cd41 Fortran: Fix DTIO with type ICE [PR99146] adds f86e187e12d Fortran: Fix coarray handling for gfc_dep_resolver [PR99010] adds bfe83ae38e8 c++: Inform of CMI reads [PR 99166] adds 3599ecb6a01 PR c/97172 - ICE: tree code 'ssa_name' is not supported in [...] adds 7d524a5de33 Update .po files. adds af027826292 PR fortran/99147 - Sanitizer detects heap-use-after-free in [...] adds 13e6fadd96d libgo: update to Go1.16 release adds d1e7e83aaf1 Update gcc fr.po. adds dfa2f821c18 fortran: Object types should be declared before use in NAMELIST. adds 14886cbe300 c++: Incorrect module-number ordering [PR 98741] adds 50352c6cd2d Daily bump. adds a974b8a592e IBM Z: Improve FPRX2 <-> TF conversions adds b6e446cb581 IBM Z: Fix long double <-> DFP conversions adds 93e8054406e testsuite: skip attr-retain-?.c on AIX adds 470beb9219a libiberty: autogenerate aclocal.m4 new b2a55cafa84 Daily bump.
The 1 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: gcc/ChangeLog | 161 + gcc/DATESTAMP | 2 +- gcc/attribs.c | 6 +- gcc/c-family/ChangeLog | 11 + gcc/c-family/c.opt | 8 + gcc/c/ChangeLog | 6 + gcc/config/aarch64/aarch64-sve.md | 6 +- gcc/config/arm/arm.md | 10 + gcc/config/s390/vector.md | 108 +- gcc/cp/ChangeLog | 47 + gcc/cp/call.c | 92 +- gcc/cp/module.cc | 229 +- gcc/cp/name-lookup.c | 5 + gcc/doc/invoke.texi | 22 +- gcc/fortran/ChangeLog | 28 + gcc/fortran/dependency.c | 14 +- gcc/fortran/interface.c | 4 +- gcc/fortran/match.c | 18 + gcc/fortran/simplify.c | 12 +- gcc/fortran/symbol.c | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/jit/ChangeLog | 14 + gcc/jit/jit-builtins.c | 14 +- gcc/jit/jit-builtins.h | 3 + gcc/jit/jit-playback.c | 11 +- gcc/params.opt | 2 +- gcc/po/ChangeLog | 10 + gcc/po/be.po | 26860 ++++++++++-------- gcc/po/da.po | 27714 ++++++++++-------- gcc/po/de.po | 28214 +++++++++++-------- gcc/po/el.po | 26946 ++++++++++-------- gcc/po/es.po | 28137 ++++++++++-------- gcc/po/fi.po | 27505 ++++++++++-------- gcc/po/fr.po | 27577 ++++++++++-------- gcc/po/hr.po | 26775 ++++++++++-------- gcc/po/id.po | 27452 ++++++++++-------- gcc/po/ja.po | 26984 ++++++++++-------- gcc/po/nl.po | 27086 ++++++++++-------- gcc/po/ru.po | 27967 ++++++++++-------- gcc/po/sr.po | 27409 ++++++++++-------- gcc/po/sv.po | 28180 ++++++++++-------- gcc/po/tr.po | 27637 ++++++++++-------- gcc/po/uk.po | 27064 ++++++++++-------- gcc/po/vi.po | 27382 ++++++++++-------- gcc/po/zh_CN.po | 27568 ++++++++++-------- gcc/po/zh_TW.po | 27521 ++++++++++-------- gcc/testsuite/ChangeLog | 178 + gcc/testsuite/c-c++-common/attr-retain-5.c | 2 +- gcc/testsuite/c-c++-common/attr-retain-6.c | 2 +- gcc/testsuite/c-c++-common/attr-retain-7.c | 2 +- gcc/testsuite/c-c++-common/attr-retain-8.c | 2 +- gcc/testsuite/c-c++-common/attr-retain-9.c | 2 +- gcc/testsuite/g++.dg/cpp0x/decltype64.C | 2 +- gcc/testsuite/g++.dg/cpp0x/overload4.C | 174 + gcc/testsuite/g++.dg/modules/pr98741_a.H | 7 + gcc/testsuite/g++.dg/modules/pr98741_b.H | 6 + gcc/testsuite/g++.dg/modules/pr98741_c.C | 4 + gcc/testsuite/g++.dg/modules/pr98741_d.C | 3 + gcc/testsuite/g++.dg/modules/pr99166_a.X | 6 + gcc/testsuite/g++.dg/modules/pr99166_b.C | 7 + gcc/testsuite/g++.dg/modules/pr99166_c.C | 4 + gcc/testsuite/g++.dg/modules/pr99166_d.C | 6 + gcc/testsuite/g++.dg/opt/pr99034.C | 23 + gcc/testsuite/gcc.dg/pr97172.c | 31 + gcc/testsuite/gcc.dg/pr99122-3.c | 19 + gcc/testsuite/gcc.target/aarch64/sve/pr98657.c | 9 + gcc/testsuite/gcc.target/arm/pure-code/pr98998.c | 20 + .../s390/vector/long-double-from-decimal128.c | 20 + .../s390/vector/long-double-from-decimal32.c | 20 + .../s390/vector/long-double-from-decimal64.c | 20 + .../s390/vector/long-double-to-decimal128.c | 19 + .../s390/vector/long-double-to-decimal32.c | 19 + .../s390/vector/long-double-to-decimal64.c | 19 + .../gfortran.dg/coarray/array_temporary-1.f90 | 13 + gcc/testsuite/gfortran.dg/dtio_36.f90 | 33 + gcc/testsuite/gfortran.dg/namelist_4.f90 | 7 +- gcc/testsuite/gfortran.dg/namelist_98.f90 | 11 + gcc/testsuite/gfortran.dg/ubound_1.f90 | 22 + gcc/testsuite/jit.dg/test-trap.c | 59 + gcc/tree-cfg.c | 12 +- gcc/tree-inline.c | 10 + libcpp/ChangeLog | 12 + libcpp/po/ChangeLog | 6 + libcpp/po/be.po | 408 +- libcpp/po/ca.po | 414 +- libcpp/po/da.po | 426 +- libcpp/po/de.po | 426 +- libcpp/po/el.po | 413 +- libcpp/po/eo.po | 426 +- libcpp/po/es.po | 426 +- libcpp/po/fi.po | 426 +- libcpp/po/fr.po | 421 +- libcpp/po/id.po | 417 +- libcpp/po/ja.po | 415 +- libcpp/po/nl.po | 418 +- libcpp/po/pt_BR.po | 430 +- libcpp/po/ru.po | 423 +- libcpp/po/sr.po | 426 +- libcpp/po/sv.po | 422 +- libcpp/po/tr.po | 417 +- libcpp/po/uk.po | 423 +- libcpp/po/vi.po | 495 +- libcpp/po/zh_CN.po | 417 +- libcpp/po/zh_TW.po | 426 +- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/archive/tar/strconv.go | 21 +- libgo/go/archive/tar/strconv_test.go | 7 + libgo/go/cmd/go/alldocs.go | 30 +- libgo/go/cmd/go/internal/help/helpdoc.go | 2 +- libgo/go/cmd/go/internal/load/pkg.go | 5 + libgo/go/cmd/go/internal/modget/get.go | 37 +- libgo/go/cmd/go/internal/modload/help.go | 13 +- libgo/go/cmd/go/internal/vet/vetflag.go | 3 +- libgo/go/cmd/go/testdata/script/build_trimpath.txt | 3 +- libgo/go/cmd/go/testdata/script/help.txt | 7 +- libgo/go/embed/embed.go | 40 +- libgo/go/internal/poll/copy_file_range_linux.go | 10 +- libgo/go/internal/poll/sendfile_bsd.go | 4 + libgo/go/internal/poll/sendfile_glibc.go | 6 + libgo/go/internal/poll/sendfile_solaris.go | 3 + libgo/go/io/fs/fs.go | 22 +- libgo/go/io/fs/fs_test.go | 7 +- libgo/go/io/fs/glob.go | 5 +- libgo/go/io/fs/glob_test.go | 3 +- libgo/go/math/big/nat.go | 2 +- libgo/go/net/sendfile_test.go | 65 + libgo/go/os/file.go | 13 +- libgo/go/os/os_test.go | 34 + libgo/go/os/readfrom_linux_test.go | 32 + libgo/go/runtime/histogram.go | 2 +- libgo/go/runtime/metrics/doc.go | 5 +- libgo/go/runtime/metrics/example_test.go | 2 +- libgo/go/runtime/metrics/sample.go | 8 +- libgo/go/runtime/metrics/value.go | 2 +- libgo/go/runtime/stubs.go | 8 + libgo/go/testing/fstest/testfs.go | 25 +- libgo/go/testing/fstest/testfs_test.go | 31 + libgo/misc/cgo/testshared/shared_test.go | 8 + .../misc/cgo/testshared/testdata/issue44031/a/a.go | 9 + .../misc/cgo/testshared/testdata/issue44031/b/b.go | 17 + .../testshared/testdata/issue44031/main/main.go | 20 + libiberty/ChangeLog | 15 + libiberty/Makefile.in | 12 +- libiberty/{aclocal.m4 => acinclude.m4} | 38 +- libiberty/aclocal.m4 | 198 +- libiberty/argv.c | 5 +- libiberty/configure | 3 - libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/bits/atomic_wait.h | 4 +- 150 files changed, 294935 insertions(+), 238413 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/overload4.C create mode 100644 gcc/testsuite/g++.dg/modules/pr98741_a.H create mode 100644 gcc/testsuite/g++.dg/modules/pr98741_b.H create mode 100644 gcc/testsuite/g++.dg/modules/pr98741_c.C create mode 100644 gcc/testsuite/g++.dg/modules/pr98741_d.C create mode 100644 gcc/testsuite/g++.dg/modules/pr99166_a.X create mode 100644 gcc/testsuite/g++.dg/modules/pr99166_b.C create mode 100644 gcc/testsuite/g++.dg/modules/pr99166_c.C create mode 100644 gcc/testsuite/g++.dg/modules/pr99166_d.C create mode 100644 gcc/testsuite/g++.dg/opt/pr99034.C create mode 100644 gcc/testsuite/gcc.dg/pr99122-3.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98657.c create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/pr98998.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-from-decimal128.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-from-decimal32.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-from-decimal64.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-to-decimal128.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-to-decimal32.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-to-decimal64.c create mode 100644 gcc/testsuite/gfortran.dg/coarray/array_temporary-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/dtio_36.f90 create mode 100644 gcc/testsuite/gfortran.dg/namelist_98.f90 create mode 100644 gcc/testsuite/gfortran.dg/ubound_1.f90 create mode 100644 gcc/testsuite/jit.dg/test-trap.c create mode 100644 libgo/go/testing/fstest/testfs_test.go create mode 100644 libgo/misc/cgo/testshared/testdata/issue44031/a/a.go create mode 100644 libgo/misc/cgo/testshared/testdata/issue44031/b/b.go create mode 100644 libgo/misc/cgo/testshared/testdata/issue44031/main/main.go copy libiberty/{aclocal.m4 => acinclude.m4} (82%)