This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from 664ef2589402 Merge master r10-6189. adds 3a26c7b3a356 testsuite: Require lp64 target rather x86_64-*-* in pr9302 [...] adds efe0fd930e41 Fix profiling issue on H8 port adds dfa075d00d39 Fix diagnostic text on H8. adds 1e156d9b214b internal/cpu: don't define CacheLinePadSize for riscv64 adds 472dc648ce3e Daily bump. adds a0b935ac66bc analyzer: avoid relying on system <assert.h> in testsuite [...] adds 9adea9392bda doc: target.def (flags_regnum): Also mention effect on del [...] adds 4bd03ed69bd7 Fix expectation and types in acc_get_property tests adds 9e424d974974 Add missing ChangeLog entry for my last commit adds ad8e2415d6e2 debug/92763 Fix testcase to require fopenmp adds e3fe0070c189 libgcov: Fix merging of topn [PR92924] adds e8e66971cdc6 Add `--with-toolexeclibdir=' configuration option adds a1f6eff20e3b Remove bogus __has_include controlling macro adds ba386bea1117 libgo: handle --with-toolexeclibdir=. adds 612137e17109 contrib: Change 'remote' for personal branches and add bra [...] adds f4d4a40698c6 Fix ICE on unsupported FP comparison adds e6e5cd2fd70b Add PR markers for yesterday's H8 changes adds 64c9f2d9972a Emit reasonable diagnostic rather than ICE on invalid ASM [...] adds 482eeff5f114 libstdc++: Simplify construction of comparison category types adds 6ad405c430f4 Add missing ChangeLog entry. adds 28a5d5c36504 c++: Unshare expressions from constexpr cache. adds 7c75a2a3bfdc Add -fdelete-null-pointer-checks to some C++ testcases. new 7e11c73e25fe Merge master r10-6211.
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: config/ChangeLog | 4 ++ config/toolexeclibdir.m4 | 31 ++++++++++ contrib/ChangeLog | 7 +++ contrib/gcc-git-customization.sh | 37 ++++++++--- contrib/git-add-user-branch.sh | 46 ++++++++++++++ gcc/ChangeLog | 48 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/gcn/gcn-valu.md | 24 ++++---- gcc/config/h8300/h8300.c | 28 ++++++--- gcc/config/h8300/h8300.h | 2 +- gcc/cp/ChangeLog | 5 ++ gcc/cp/constexpr.c | 2 +- gcc/doc/install.texi | 4 ++ gcc/doc/tm.texi | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/target.def | 8 +-- gcc/testsuite/ChangeLog | 44 ++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-odr1.C | 1 + gcc/testsuite/g++.dg/cpp0x/constexpr-odr2.C | 1 + gcc/testsuite/g++.dg/cpp0x/nontype4.C | 1 + gcc/testsuite/g++.dg/cpp1y/constexpr-new.C | 1 + gcc/testsuite/g++.dg/cpp1y/lambda-generic-ref1.C | 12 ++++ gcc/testsuite/g++.dg/cpp1y/new1.C | 1 + gcc/testsuite/g++.dg/cpp1y/new2.C | 1 + gcc/testsuite/g++.dg/cpp1z/decomp48.C | 8 +-- gcc/testsuite/g++.dg/cpp2a/constexpr-dynamic11.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-dynamic17.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-dynamic4.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-new1.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-new10.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-new2.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-new3.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-new4.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-new8.C | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-new9.C | 1 + gcc/testsuite/g++.dg/cpp2a/nontype-class1.C | 1 + gcc/testsuite/g++.dg/debug/pr92763.C | 1 + gcc/testsuite/gcc.dg/analyzer/abort.c | 18 ++++-- gcc/testsuite/gcc.target/h8300/pr13721.c | 71 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr93027.c | 2 +- libada/ChangeLog | 6 ++ libada/Makefile.in | 1 + libada/configure | 29 ++++++++- libada/configure.ac | 12 +++- libatomic/ChangeLog | 8 +++ libatomic/Makefile.in | 1 + libatomic/aclocal.m4 | 1 + libatomic/configure | 33 +++++++++- libatomic/configure.ac | 11 +++- libatomic/testsuite/Makefile.in | 1 + libcpp/ChangeLog | 4 ++ libcpp/expr.c | 5 -- libffi/ChangeLog | 10 +++ libffi/Makefile.in | 1 + libffi/aclocal.m4 | 1 + libffi/configure | 33 +++++++++- libffi/configure.ac | 11 +++- libffi/include/Makefile.in | 1 + libffi/man/Makefile.in | 1 + libffi/testsuite/Makefile.in | 1 + libgcc/ChangeLog | 6 ++ libgcc/Makefile.in | 1 + libgcc/configure | 38 +++++++++++- libgcc/configure.ac | 25 ++++++-- libgcc/libgcov-merge.c | 25 +++++--- libgfortran/ChangeLog | 7 +++ libgfortran/Makefile.in | 1 + libgfortran/aclocal.m4 | 1 + libgfortran/configure | 33 +++++++++- libgfortran/configure.ac | 11 +++- libgo/Makefile.in | 1 + libgo/aclocal.m4 | 1 + libgo/configure | 33 +++++++++- libgo/configure.ac | 11 +++- libgo/go/internal/cpu/cpu_riscv64.go | 2 - libgo/testsuite/Makefile.in | 1 + libgomp/ChangeLog | 24 ++++++++ libgomp/Makefile.in | 10 +-- libgomp/aclocal.m4 | 1 + libgomp/configure | 33 +++++++++- libgomp/configure.ac | 11 +++- libgomp/testsuite/Makefile.in | 10 +-- .../acc_get_property-aux.c | 30 ++++----- ...cc_get_property-3.c => acc_get_property-host.c} | 7 +-- ...c_get_property-2.c => acc_get_property-nvptx.c} | 9 +-- .../libgomp.oacc-c-c++-common/acc_get_property.c | 4 +- libhsail-rt/ChangeLog | 7 +++ libhsail-rt/Makefile.in | 1 + libhsail-rt/aclocal.m4 | 1 + libhsail-rt/configure | 33 +++++++++- libhsail-rt/configure.ac | 11 +++- libitm/ChangeLog | 8 +++ libitm/Makefile.in | 1 + libitm/aclocal.m4 | 1 + libitm/configure | 33 +++++++++- libitm/configure.ac | 11 +++- libitm/testsuite/Makefile.in | 1 + libobjc/ChangeLog | 7 +++ libobjc/Makefile.in | 1 + libobjc/aclocal.m4 | 1 + libobjc/configure | 33 +++++++++- libobjc/configure.ac | 11 +++- liboffloadmic/ChangeLog | 11 ++++ liboffloadmic/Makefile.in | 1 + liboffloadmic/aclocal.m4 | 1 + liboffloadmic/configure | 33 +++++++++- liboffloadmic/configure.ac | 11 +++- liboffloadmic/plugin/Makefile.in | 1 + liboffloadmic/plugin/aclocal.m4 | 1 + liboffloadmic/plugin/configure | 33 +++++++++- liboffloadmic/plugin/configure.ac | 11 +++- libphobos/ChangeLog | 11 ++++ libphobos/Makefile.in | 1 + libphobos/aclocal.m4 | 1 + libphobos/configure | 33 +++++++++- libphobos/libdruntime/Makefile.in | 1 + libphobos/m4/druntime.m4 | 11 +++- libphobos/src/Makefile.in | 1 + libphobos/testsuite/Makefile.in | 1 + libquadmath/ChangeLog | 7 +++ libquadmath/Makefile.in | 1 + libquadmath/aclocal.m4 | 1 + libquadmath/configure | 33 +++++++++- libquadmath/configure.ac | 11 +++- libsanitizer/ChangeLog | 14 +++++ libsanitizer/Makefile.in | 1 + libsanitizer/aclocal.m4 | 1 + libsanitizer/asan/Makefile.in | 1 + libsanitizer/configure | 33 +++++++++- libsanitizer/configure.ac | 11 +++- libsanitizer/interception/Makefile.in | 1 + libsanitizer/libbacktrace/Makefile.in | 1 + libsanitizer/lsan/Makefile.in | 1 + libsanitizer/sanitizer_common/Makefile.in | 1 + libsanitizer/tsan/Makefile.in | 1 + libsanitizer/ubsan/Makefile.in | 1 + libssp/ChangeLog | 7 +++ libssp/Makefile.in | 1 + libssp/aclocal.m4 | 1 + libssp/configure | 33 +++++++++- libssp/configure.ac | 11 +++- libstdc++-v3/ChangeLog | 28 +++++++++ libstdc++-v3/Makefile.in | 1 + libstdc++-v3/acinclude.m4 | 11 +++- libstdc++-v3/aclocal.m4 | 1 + libstdc++-v3/configure | 47 +++++++++++--- libstdc++-v3/doc/Makefile.in | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/libsupc++/Makefile.in | 1 + libstdc++-v3/libsupc++/compare | 39 ++++-------- libstdc++-v3/po/Makefile.in | 1 + libstdc++-v3/python/Makefile.in | 1 + libstdc++-v3/src/Makefile.in | 1 + libstdc++-v3/src/c++11/Makefile.in | 1 + libstdc++-v3/src/c++17/Makefile.in | 1 + libstdc++-v3/src/c++98/Makefile.in | 1 + libstdc++-v3/src/filesystem/Makefile.in | 1 + libstdc++-v3/testsuite/Makefile.in | 1 + libvtv/ChangeLog | 8 +++ libvtv/Makefile.in | 1 + libvtv/aclocal.m4 | 1 + libvtv/configure | 33 +++++++++- libvtv/configure.ac | 11 +++- libvtv/testsuite/Makefile.in | 1 + zlib/ChangeLog.gcj | 7 +++ zlib/Makefile.in | 1 + zlib/aclocal.m4 | 1 + zlib/configure | 33 +++++++++- zlib/configure.ac | 11 +++- 169 files changed, 1471 insertions(+), 206 deletions(-) create mode 100644 config/toolexeclibdir.m4 create mode 100755 contrib/git-add-user-branch.sh create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-ref1.C create mode 100644 gcc/testsuite/gcc.target/h8300/pr13721.c rename libgomp/testsuite/libgomp.oacc-c-c++-common/{acc_get_property-3.c => acc_ge [...] rename libgomp/testsuite/libgomp.oacc-c-c++-common/{acc_get_property-2.c => acc_ge [...]