This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 3942da3db09 Make option mvzeroupper independent of optimization level. new e1bd4f5434d Support parallel testing in libgomp, part I [PR66005] new 4506b349cf5 Support parallel testing in libgomp, part II [PR66005] new 91955e374e0 Support parallel testing in libgomp: fallback Perl 'flock' [...]
The 3 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 + 10 files changed, 289 insertions(+), 27 deletions(-) create mode 100755 libgomp/testsuite/flock