This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 91cf372463a go: Update usage of TARGET_AIX to TARGET_AIX_OS new a3d6d296563 libgomp C++ testsuite: Use 'lang_include_flags' instead of [...] new 66df913899d Support parallel testing in libgomp, part I [PR66005] new 5c6515076f2 Support parallel testing in libgomp, part II [PR66005] new b4561b78242 Support parallel testing in libgomp: fallback Perl 'flock' [...]
The 4 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 + 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 +-- 12 files changed, 295 insertions(+), 35 deletions(-) create mode 100755 libgomp/testsuite/flock