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 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 adds b2a55cafa84 Daily bump. adds 3cc5f8620d3 Revert: "i386: Remove REG_ALLOC_ORDER definition"
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 61 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/config/i386/i386.h | 16 + gcc/config/s390/vector.md | 108 +- gcc/cp/ChangeLog | 32 + gcc/cp/module.cc | 183 +- gcc/cp/name-lookup.c | 5 + gcc/fortran/ChangeLog | 28 + gcc/fortran/match.c | 18 + gcc/go/gofrontend/MERGE | 2 +- gcc/jit/ChangeLog | 14 + gcc/po/ChangeLog | 10 + gcc/po/fr.po | 3192 ++++++++------------ gcc/testsuite/ChangeLog | 93 + 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/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 + .../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 + gcc/testsuite/gfortran.dg/namelist_4.f90 | 7 +- gcc/testsuite/gfortran.dg/namelist_98.f90 | 11 + libcpp/po/ChangeLog | 6 + 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/configure | 3 - libstdc++-v3/ChangeLog | 5 + 77 files changed, 2453 insertions(+), 2272 deletions(-) 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/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/namelist_98.f90 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%)