This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from a533ded17fb rust: Update usage of TARGET_AIX to TARGET_AIX_OS new e0718f37100 libgm2: Adjust 'autogen.sh' to 'ACLOCAL_AMFLAGS', and simplify new 70717f1539e libgm2: Remove 'autogen.sh' new 4b9af57eae3 libgomp C++ testsuite: Use 'lang_include_flags' instead of [...] new 2aa6135efb2 Support parallel testing in libgomp, part I [PR66005] new 3840d5ccf75 Support parallel testing in libgomp, part II [PR66005] new 09124b7ed77 Support parallel testing in libgomp: fallback Perl 'flock' [...]
The 6 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/doc/install.texi | 3 + libgm2/Makefile.am | 2 +- libgm2/Makefile.in | 12 ++-- libgm2/aclocal.m4 | 10 ++-- libgm2/autogen.sh | 31 ---------- libgm2/libm2cor/Makefile.am | 2 +- libgm2/libm2cor/Makefile.in | 12 ++-- libgm2/libm2iso/Makefile.am | 2 +- libgm2/libm2iso/Makefile.in | 12 ++-- libgm2/libm2log/Makefile.am | 2 +- libgm2/libm2log/Makefile.in | 12 ++-- libgm2/libm2min/Makefile.am | 2 +- libgm2/libm2min/Makefile.in | 12 ++-- libgm2/libm2pim/Makefile.am | 2 +- libgm2/libm2pim/Makefile.in | 12 ++-- libgomp/Makefile.in | 1 + libgomp/configure | 90 ++++++++++++++++++++++++++++- libgomp/configure.ac | 7 +++ libgomp/testsuite/Makefile.am | 79 +++++++++++++++++++++---- libgomp/testsuite/Makefile.in | 78 +++++++++++++++++++++---- libgomp/testsuite/config/default.exp | 2 - libgomp/testsuite/flock | 17 ++++++ libgomp/testsuite/lib/libgomp.exp | 38 +++++++++++- libgomp/testsuite/libgomp-site-extra.exp.in | 1 + libgomp/testsuite/libgomp.c++/c++.exp | 7 +-- libgomp/testsuite/libgomp.oacc-c++/c++.exp | 7 +-- 26 files changed, 342 insertions(+), 113 deletions(-) delete mode 100755 libgm2/autogen.sh create mode 100755 libgomp/testsuite/flock