This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 58cde8b7915 openmp: Improve testsuite/libgomp.c/affinity-1.c testcase adds 8b333df9484 Darwin, X86, config: Adjust 'as' command lines [PR100340]. adds 3eac45a2a13 libstdc++: Add noexcept-specifier to basic_string_view(It, End) adds 9ef31bab15a libstdc++: Fix dangling string_view in filesystem::path [PR102592] adds c706d5c3b82 libstdc++: Rename files with the wrong extensions adds f3c81b3acf4 Daily bump. adds b4c0226e7b9 Fix TARGET_SOFT_FLOAT patterns in pa.md adds 3bf56cdf5ec libstdc++: Fix non-default constructors for hash containers [...] adds 99d21577f8a [PR102627] Use at least natural mode during splitting hard [...] adds 6a936be4adf Daily bump. adds 92a12b93edf Consistently use "rG" constraint for copy instruction in mo [...] adds 1b445083214 Daily bump. adds e08da313108 Daily bump. adds d97dbf60dda Fortran: fix order of checks for the SHAPE intrinsic adds 64b2bd684f6 Daily bump. adds e85d6ef1c45 gcc/configure.ac: fix register issue for global_load assemb [...] adds 9552afb2aec amdgcn: Add -mxnack and -msram-ecc [PR 100208] adds 92aed72a739 amdgcn: Fix attributes for LLVM-12 [PR 100208] adds 5b85107d3ce amdgcn: Mark s_mulk_i32 as clobbering SCC adds 0eb56ebc053 amdgcn: Support LLVM 13 assembler syntax adds 9120e8c402b amdgcn: Implement -msram-ecc=any adds 23ced2dc834 amdgcn: Fix assembler version incompatibility adds cc84160c5f4 amdgcn: fix up offload debug linking with LLVM 13 new aa27a4619f9 Merge remote-tracking branch 'origin/releases/gcc-11' into [...]
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: gcc/ChangeLog | 35 +++ gcc/DATESTAMP | 2 +- gcc/config.in | 51 +++- gcc/config/gcn/gcn-hsa.h | 60 +++- gcc/config/gcn/gcn-valu.md | 16 +- gcc/config/gcn/gcn.c | 50 +++- gcc/config/gcn/gcn.md | 5 +- gcc/config/gcn/mkoffload.c | 134 +++++++-- gcc/config/i386/darwin.h | 10 +- gcc/config/pa/pa.md | 113 ++++++-- gcc/configure | 301 +++++++++++++++++++-- gcc/configure.ac | 117 ++++++-- gcc/d/ChangeLog | 9 + gcc/fortran/ChangeLog | 9 + gcc/fortran/check.c | 14 +- gcc/lra-constraints.c | 5 +- gcc/testsuite/ChangeLog | 13 + gcc/testsuite/gcc.target/i386/pr102627.c | 41 +++ gcc/testsuite/gfortran.dg/shape_10.f90 | 6 + libstdc++-v3/ChangeLog | 69 +++++ libstdc++-v3/include/bits/fs_path.h | 11 +- libstdc++-v3/include/bits/hashtable.h | 17 +- libstdc++-v3/include/std/string_view | 1 + .../basic_string_view/cons/char/range.cc | 18 +- .../23_containers/unordered_map/cons/default.cc | 15 + .../23_containers/unordered_set/cons/default.cc | 14 + .../27_io/filesystem/path/construct/102592.cc | 28 ++ .../28_regex/match_results/{102667.C => 102667.cc} | 0 28 files changed, 1019 insertions(+), 145 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr102627.c create mode 100644 gcc/testsuite/gfortran.dg/shape_10.f90 create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/102592.cc rename libstdc++-v3/testsuite/28_regex/match_results/{102667.C => 102667.cc} (100%)