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 5f7087a213f openmp: Actually ignore pragma_stmt pragmas for which c_par [...]
new e9357448902 openmp: Add nothing directive support
new d8bc586a65d Fortran/OpenMP: Add memory routines existing for C/C++
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/c-family/ChangeLog.omp | 9 ++
gcc/c-family/c-omp.c | 4 +-
gcc/c-family/c-pragma.c | 1 +
gcc/c-family/c-pragma.h | 1 +
gcc/c/ChangeLog.omp | 7 +
gcc/c/c-parser.c | 15 +++
gcc/cp/ChangeLog.omp | 8 ++
gcc/cp/parser.c | 14 ++
gcc/testsuite/ChangeLog.omp | 10 ++
gcc/testsuite/c-c++-common/gomp/nothing-1.c | 37 ++++++
gcc/testsuite/g++.dg/gomp/attrs-1.C | 1 +
gcc/testsuite/g++.dg/gomp/attrs-2.C | 1 +
gcc/testsuite/g++.dg/gomp/attrs-9.C | 1 +
libgomp/ChangeLog.omp | 26 ++++
libgomp/omp_lib.f90.in | 94 +++++++++++++
libgomp/omp_lib.h.in | 97 ++++++++++++++
libgomp/testsuite/libgomp.c-c++-common/nothing-1.c | 47 +++++++
libgomp/testsuite/libgomp.fortran/alloc-1.F90 | 16 ---
libgomp/testsuite/libgomp.fortran/alloc-4.f90 | 16 ---
libgomp/testsuite/libgomp.fortran/refcount-1.f90 | 61 +++++++++
libgomp/testsuite/libgomp.fortran/target-12.f90 | 147 +++++++++++++++++++++
21 files changed, 579 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/nothing-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/nothing-1.c
create mode 100644 libgomp/testsuite/libgomp.fortran/refcount-1.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/target-12.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/gcc.
from d1819df86fb aarch64: Remove macros for vld4[q]_lane Neon intrinsics
adds 3ed8da759b5 don't access cfun in dump_function_to_file
adds 6bcbf80c6e2 retain debug stmt order when moving to successors
No new revisions were added by this update.
Summary of changes:
gcc/tree-cfg.c | 10 +++++-----
gcc/tree-inline.c | 4 ++--
2 files changed, 7 insertions(+), 7 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/release-aarch64
in repository toolchain/ci/qemu.
from 80c9d104a1 Merge remote-tracking branch 'remotes/kraxel/tags/maintainer [...]
adds a62354915b gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds
adds a1f0f36838 gitlab: skip many more targets in windows cross builds
adds cc1838c25d storage-daemon: Add missing build dependency to the vhost-us [...]
adds b063c290f3 tests/qtest/vhost-user-blk-test: Check whether qemu-storage- [...]
adds 3973e7ae63 fuzz: avoid building twice, when running on gitlab
adds 3d9c7ec955 docs/about/removed-features: Document removed CLI options fr [...]
adds 8cc461c185 docs/about/removed-features: Document removed CLI options fr [...]
adds 29e0447551 docs/about/removed-features: Document removed CLI options fr [...]
adds 5d82c10160 docs/about/removed-features: Document removed HMP commands f [...]
adds 5643fcdd42 docs/about/removed-features: Document removed devices from o [...]
adds 36b508993c docs/about/removed-features: Document removed machines from [...]
adds bd44d64a38 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull [...]
new 0572edc55b qapi/machine.json: Remove zero value reference from SMPConfi [...]
new 1c4c685936 softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
new ecf2706e27 Update version for v6.1.0-rc4 release
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:
.gitlab-ci.d/crossbuild-template.yml | 3 +-
.gitlab-ci.d/crossbuilds.yml | 4 +
VERSION | 2 +-
docs/about/removed-features.rst | 183 ++++++++++++++++++++++++++++++++++-
qapi/machine.json | 2 +-
scripts/oss-fuzz/build.sh | 24 ++---
softmmu/physmem.c | 1 -
storage-daemon/meson.build | 8 +-
tests/qtest/meson.build | 7 +-
tests/qtest/vhost-user-blk-test.c | 8 ++
10 files changed, 217 insertions(+), 25 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/release-aarch64
in repository toolchain/ci/glibc.
from 737efa27fc x86_64: Remove unneeded static PIE check for undefined weak [...]
new 76dfec9324 librt: fix NULL pointer dereference (bug 28213)
new 75507b3337 librt: add test (bug 28213)
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:
rt/Makefile | 1 +
rt/tst-bz28213.c | 101 ++++++++++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/mq_notify.c | 2 +-
3 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 rt/tst-bz28213.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/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 8609cba017 Automatic date update in version.in
adds 6fc08811a1 Automatic date update in version.in
new 89c2f0e527 Automatic date update in version.in
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:
bfd/version.h | 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/release-aarch64
in repository toolchain/ci/base-artifacts.
discards 8dd88620 0: update: binutils-gcc-linux-glibc-qemu: 7
new e71acacd 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 (8dd88620)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/release- [...]
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 | 150 +-
02-prepare_abe/console.log | 470 +-
04-build_abe-binutils/console.log | 10808 +-
05-build_abe-stage1/console.log | 13412 +-
07-build_abe-linux/console.log | 2448 +-
08-build_abe-glibc/console.log | 159027 +++++++++++-----------
09-build_abe-stage2/console.log | 33699 ++---
10-build_abe-gdb/console.log | 10196 +-
11-build_abe-qemu/console.log | 6992 +-
12-check_regression/console.log | 2 +-
13-update_baseline/console.log | 2 +-
console.log | 248452 +++++++++++++++++------------------
jenkins/manifest.sh | 28 +-
13 files changed, 242795 insertions(+), 242891 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.