From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 261C53858013; Thu, 30 Sep 2021 19:55:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 261C53858013 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc/devel/c++-coroutines] Merge master r12-3984. X-Act-Checkin: gcc X-Git-Author: Iain Sandoe X-Git-Refname: refs/heads/devel/c++-coroutines X-Git-Oldrev: d8c56bfff607428ab6b6d213c391c3e31e6f4869 X-Git-Newrev: 8ee438cd62b7a431868ce8699ba88aba17f8370b Message-Id: <20210930195521.261C53858013@sourceware.org> Date: Thu, 30 Sep 2021 19:55:21 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 19:55:21 -0000 https://gcc.gnu.org/g:8ee438cd62b7a431868ce8699ba88aba17f8370b commit 8ee438cd62b7a431868ce8699ba88aba17f8370b Merge: d8c56bfff60 ef37ddf477a Author: Iain Sandoe Date: Thu Sep 30 17:31:30 2021 +0100 Merge master r12-3984. * Merge master r12-3984-gef37ddf477ac. Diff: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 68 ++++ gcc/DATESTAMP | 2 +- gcc/btfout.c | 8 +- gcc/defaults.h | 15 +- gcc/fortran/ChangeLog | 5 + gcc/gimple-range.cc | 6 + gcc/gimple-range.h | 1 + gcc/lto-wrapper.c | 10 +- gcc/omp-low.c | 8 +- gcc/testsuite/ChangeLog | 55 +++ .../gcc.c-torture/compile/attr-complex-method-2.c | 1 + .../gcc.c-torture/compile/attr-complex-method.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/pr66752-3.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c | 2 +- gcc/timevar.def | 1 + gcc/tree-vect-data-refs.c | 10 +- gcc/tree-vrp.c | 12 +- libgomp/allocator.c | 398 ++++++++++++++++++++- libgomp/libgomp.map | 4 + libgomp/libgomp.texi | 2 +- libgomp/omp.h.in | 25 +- libgomp/omp_lib.f90.in | 43 ++- libgomp/omp_lib.h.in | 46 ++- libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 20 +- libgomp/testsuite/libgomp.c-c++-common/alloc-5.c | 159 ++++++++ libgomp/testsuite/libgomp.c-c++-common/alloc-6.c | 58 +++ libgomp/testsuite/libgomp.c-c++-common/alloc-7.c | 182 ++++++++++ libgomp/testsuite/libgomp.c-c++-common/alloc-8.c | 184 ++++++++++ libgomp/testsuite/libgomp.fortran/alloc-10.f90 | 199 +++++++++++ libgomp/testsuite/libgomp.fortran/alloc-6.f90 | 45 +++ libgomp/testsuite/libgomp.fortran/alloc-7.c | 5 + libgomp/testsuite/libgomp.fortran/alloc-7.f90 | 175 +++++++++ libgomp/testsuite/libgomp.fortran/alloc-8.f90 | 58 +++ libgomp/testsuite/libgomp.fortran/alloc-9.f90 | 197 ++++++++++ libstdc++-v3/ChangeLog | 63 ++++ libstdc++-v3/include/bits/regex.h | 2 +- 38 files changed, 2025 insertions(+), 54 deletions(-)