This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 8025f29fbd8 Update gennews for GCC 12.
adds 1a8c4d9ed36 Add a restriction on allocate clause (OpenMP 5.0)
new e03a0a4d73a libstdc++: Update documentation about copyright and GPL not [...]
new 488d268728b libstdc++: Do not use #include inside push visibility scope [...]
new e112e37f292 libstdc++: Do not include <cxxabi.h> in <stacktrace>
new aa8bdfee1db libstdc++: Fix test that fails on Solaris [PR104731]
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/omp-low.cc | 10 +++++++
gcc/testsuite/c-c++-common/gomp/allocate-2.c | 15 ++++++++++
gcc/testsuite/c-c++-common/gomp/allocate-8.c | 18 +++++++++++
gcc/testsuite/gcc.dg/gomp/pr104517.c | 18 ++++++-----
gcc/testsuite/gfortran.dg/gomp/allocate-3.f90 | 14 +++++++++
libstdc++-v3/doc/html/manual/test.html | 8 +++--
libstdc++-v3/doc/xml/manual/test.xml | 8 +++--
libstdc++-v3/include/bits/specfun.h | 4 ---
libstdc++-v3/include/std/stacktrace | 8 ++++-
libstdc++-v3/libsupc++/compare | 6 +---
libstdc++-v3/libsupc++/exception | 8 ++---
libstdc++-v3/libsupc++/exception.h | 6 +---
libstdc++-v3/libsupc++/exception_ptr.h | 6 +---
libstdc++-v3/libsupc++/initializer_list | 6 +---
libstdc++-v3/libsupc++/nested_exception.h | 8 +----
.../27_io/filesystem/iterators/error_reporting.cc | 35 ++++++++++++++--------
16 files changed, 115 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-8.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards d83b2780e 0: update: binutils-gcc: 2
new 688b06885 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d83b2780e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1588 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 38916 -> 38020 bytes
05-build_abe-bootstrap/console.log.xz | Bin 267208 -> 264056 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 10 +++++-----
7 files changed, 5 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master
in repository glibc.
from 5c0d94d780 linux: Fix posix_spawn return code if clone fails (BZ#29109)
new bbb017a2bb NEWS: Add a bug fix entry for BZ #29109
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:
NEWS | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 8f2b7c13567 c++: ICE during aggr CTAD for member tmpl [PR105476]
new c3b582a444e libsanitizer: cherry-pick commit b226894d475b from upstream
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:
libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cpp | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from aa8bdfee1db libstdc++: Fix test that fails on Solaris [PR104731]
new 4043f53cb4a OpenMP, libgomp: Add new runtime routine omp_target_is_accessible.
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/omp-low.cc | 1 +
libgomp/libgomp.map | 1 +
libgomp/libgomp.texi | 2 +-
libgomp/omp.h.in | 2 +
libgomp/omp_lib.f90.in | 10 +++++
libgomp/omp_lib.h.in | 11 +++++
libgomp/target.c | 18 ++++++++
.../libgomp.c-c++-common/target-is-accessible-1.c | 47 ++++++++++++++++++++
.../libgomp.fortran/target-is-accessible-1.f90 | 50 ++++++++++++++++++++++
9 files changed, 141 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-accessible-1.c
create mode 100644 libgomp/testsuite/libgomp.fortran/target-is-accessible-1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master
in repository glibc.
from 059e36d9ed x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
new 5c0d94d780 linux: Fix posix_spawn return code if clone fails (BZ#29109)
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:
sysdeps/unix/sysv/linux/spawni.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 050cc5f7c1 benchtests: Add wcrtomb microbenchmark
new 71e2a681f1 linux: Fix posix_spawn return code if clone fails (BZ#29109)
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:
sysdeps/unix/sysv/linux/spawni.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/glibc.
from cf73acb596 clock_settime/clock_gettime: Use __nonnull to avoid null pointer
adds 050cc5f7c1 benchtests: Add wcrtomb microbenchmark
No new revisions were added by this update.
Summary of changes:
benchtests/Makefile | 1 +
benchtests/bench-wcrtomb.c | 139 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 140 insertions(+)
create mode 100644 benchtests/bench-wcrtomb.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 8025f29fbd8 Update gennews for GCC 12.
adds 1a8c4d9ed36 Add a restriction on allocate clause (OpenMP 5.0)
No new revisions were added by this update.
Summary of changes:
gcc/omp-low.cc | 10 ++++++++++
gcc/testsuite/c-c++-common/gomp/allocate-2.c | 15 +++++++++++++++
gcc/testsuite/c-c++-common/gomp/allocate-8.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr104517.c | 18 ++++++++++--------
gcc/testsuite/gfortran.dg/gomp/allocate-3.f90 | 14 ++++++++++++++
5 files changed, 67 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-8.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 7fd3ecb17 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 313b7f482 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7fd3ecb17)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1552 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 30356 -> 30680 bytes
05-build_abe-stage1/console.log.xz | Bin 89700 -> 90240 bytes
07-build_abe-linux/console.log.xz | Bin 9344 -> 9128 bytes
08-build_abe-glibc/console.log.xz | Bin 232224 -> 231976 bytes
09-build_abe-stage2/console.log.xz | Bin 222400 -> 222664 bytes
10-build_abe-gdb/console.log.xz | Bin 37552 -> 37472 bytes
11-build_abe-qemu/console.log.xz | Bin 31412 -> 31228 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 16 ++++++++--------
12 files changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e112e37f292 libstdc++: Do not include <cxxabi.h> in <stacktrace>
new aa8bdfee1db libstdc++: Fix test that fails on Solaris [PR104731]
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:
.../27_io/filesystem/iterators/error_reporting.cc | 35 ++++++++++++++--------
1 file changed, 22 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1a8c4d9ed36 Add a restriction on allocate clause (OpenMP 5.0)
new e03a0a4d73a libstdc++: Update documentation about copyright and GPL not [...]
new 488d268728b libstdc++: Do not use #include inside push visibility scope [...]
new e112e37f292 libstdc++: Do not include <cxxabi.h> in <stacktrace>
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:
libstdc++-v3/doc/html/manual/test.html | 8 ++++++--
libstdc++-v3/doc/xml/manual/test.xml | 8 ++++++--
libstdc++-v3/include/bits/specfun.h | 4 ----
libstdc++-v3/include/std/stacktrace | 8 +++++++-
libstdc++-v3/libsupc++/compare | 6 +-----
libstdc++-v3/libsupc++/exception | 8 ++------
libstdc++-v3/libsupc++/exception.h | 6 +-----
libstdc++-v3/libsupc++/exception_ptr.h | 6 +-----
libstdc++-v3/libsupc++/initializer_list | 6 +-----
libstdc++-v3/libsupc++/nested_exception.h | 8 +-------
10 files changed, 26 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3218a5922 2: update: binutils-gcc-linux-qemu: 20119
new 3ede5cd70 2: update: binutils-gcc-linux-qemu: 20119
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3218a5922)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1592 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 29968 -> 30116 bytes
04-build_abe-stage1/console.log.xz | Bin 89704 -> 89672 bytes
05-build_abe-qemu/console.log.xz | Bin 31628 -> 31388 bytes
06-build_linux/console.log.xz | Bin 5356 -> 5188 bytes
08-check_regression/console.log.xz | Bin 484 -> 480 bytes
09-update_baseline/console.log | 220 +++++++++++++++++------------------
jenkins/manifest.sh | 18 +--
9 files changed, 119 insertions(+), 119 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/glibc.
from cf73acb596 clock_settime/clock_gettime: Use __nonnull to avoid null pointer
new 050cc5f7c1 benchtests: Add wcrtomb microbenchmark
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:
benchtests/Makefile | 1 +
benchtests/bench-wcrtomb.c | 139 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 140 insertions(+)
create mode 100644 benchtests/bench-wcrtomb.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from ab869e7f754 Daily bump.
adds 8025f29fbd8 Update gennews for GCC 12.
adds 1a8c4d9ed36 Add a restriction on allocate clause (OpenMP 5.0)
No new revisions were added by this update.
Summary of changes:
contrib/gennews | 3 ++-
gcc/omp-low.cc | 10 ++++++++++
gcc/testsuite/c-c++-common/gomp/allocate-2.c | 15 +++++++++++++++
gcc/testsuite/c-c++-common/gomp/allocate-8.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr104517.c | 18 ++++++++++--------
gcc/testsuite/gfortran.dg/gomp/allocate-3.f90 | 14 ++++++++++++++
6 files changed, 69 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-8.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards b8408fbcd 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 16fee6974 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b8408fbcd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1560 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 30584 -> 30736 bytes
05-build_abe-stage1/console.log.xz | Bin 71472 -> 71612 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9016 -> 9104 bytes
08-build_abe-glibc/console.log.xz | Bin 237904 -> 238080 bytes
09-build_abe-stage2/console.log.xz | Bin 199084 -> 199760 bytes
10-build_abe-gdb/console.log.xz | Bin 37764 -> 37696 bytes
11-build_abe-qemu/console.log.xz | Bin 31656 -> 31780 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 16 ++++++++--------
13 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/gso_gro
in repository newlib.
discards f5cddbcb0 basic GSO/GRO support
new ee8f3aa80 basic GSO/GRO support
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f5cddbcb0)
\
N -- N -- N refs/heads/topic/gso_gro (ee8f3aa80)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
winsup/cygwin/fhandler_socket_inet.cc | 83 ++++++++++++++++++++++++++---------
1 file changed, 63 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 1e1975886 0: update: binutils-gcc: 2
new e06fce7f2 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1e1975886)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1580 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 38224 -> 38632 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 327848 -> 321920 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 63 +---------------------------
jenkins/manifest.sh | 14 +++----
7 files changed, 8 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 39c56695c70 middle-end/105376 - invalid REAL_CST for DFP constant
new eed2cd48cd5 libstdc++: Don't use std::tolower in <charconv> [PR103911]
new 8f2b7c13567 c++: ICE during aggr CTAD for member tmpl [PR105476]
The 2 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/cp/pt.cc | 6 +++++-
gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr13.C | 11 +++++++++++
gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr13a.C | 18 ++++++++++++++++++
libstdc++-v3/src/c++17/floating_from_chars.cc | 11 +++++------
4 files changed, 39 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr13.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr13a.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/gcc.
from ab869e7f754 Daily bump.
adds 8025f29fbd8 Update gennews for GCC 12.
adds 1a8c4d9ed36 Add a restriction on allocate clause (OpenMP 5.0)
No new revisions were added by this update.
Summary of changes:
contrib/gennews | 3 ++-
gcc/omp-low.cc | 10 ++++++++++
gcc/testsuite/c-c++-common/gomp/allocate-2.c | 15 +++++++++++++++
gcc/testsuite/c-c++-common/gomp/allocate-8.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr104517.c | 18 ++++++++++--------
gcc/testsuite/gfortran.dg/gomp/allocate-3.f90 | 14 ++++++++++++++
6 files changed, 69 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-8.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.