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-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 8a75c460 0: update: binutils-gcc-linux-qemu: boot
new c43f4f0a 0: update: binutils-gcc-linux-qemu: boot
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 (8a75c460)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 162 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11803 ++++++-----
04-build_abe-stage1/console.log | 13834 +++++++------
05-build_linux/console.log | 823 +-
06-build_abe-qemu/console.log | 4200 ++--
07-boot_linux/console.log | 482 +-
08-check_regression/console.log | 8 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 31742 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
13 files changed, 31741 insertions(+), 31761 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 72d78655a91 [PR98096] inline-asm: Take inout operands into account for [...]
new 799478b8914 Fortran: %re/%im fixes for OpenMP/OpenACC + gfc_is_simplify [...]
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/fortran/expr.c | 2 +
gcc/fortran/openmp.c | 8 ++++
gcc/testsuite/gfortran.dg/goacc/ref_inquiry.f90 | 56 +++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/ref_inquiry.f90 | 39 +++++++++++++++++
4 files changed, 105 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/goacc/ref_inquiry.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/ref_inquiry.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_kernel/llvm-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 9601b2f3 0: update: binutils-llvm-linux-qemu: boot
new 1c9dce49 0: update: binutils-llvm-linux-qemu: boot
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 (9601b2f3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 132 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 12247 +++++++------
04-build_llvm/console.log | 14146 +++++++--------
05-build_linux/console.log | 825 +-
06-build_abe-qemu/console.log | 6908 ++++---
07-boot_linux/console.log | 492 +-
08-check_regression/console.log | 26 +-
09-update_baseline/console.log | 12 +-
console.log | 35202 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
11 files changed, 35192 insertions(+), 35220 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 glibc.
from fb1905eed8 aarch64: Fix sys/ptrace.h if linux headers are included
new 25251c0707 S390: Add new hwcap values.
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/s390/dl-procinfo.c | 5 +++--
sysdeps/s390/dl-procinfo.h | 4 +++-
sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 2 ++
3 files changed, 8 insertions(+), 3 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 devel/omp/gcc-10
in repository gcc.
from e3020c62ff3 Fortran: Fix rank of assumed-rank array [PR99043]
new ea43db93721 Revert "Enable gimplify GOMP_MAP_STRUCT handling of (COMPON [...]
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/gimplify.c | 51 ++++++++-----------------------
gcc/testsuite/g++.dg/gomp/target-3.C | 2 +-
gcc/testsuite/g++.dg/gomp/target-this-2.C | 2 +-
gcc/testsuite/g++.dg/gomp/target-this-3.C | 2 +-
gcc/testsuite/g++.dg/gomp/target-this-4.C | 4 +--
libgomp/testsuite/libgomp.c++/target-23.C | 34 ---------------------
6 files changed, 17 insertions(+), 78 deletions(-)
delete mode 100644 libgomp/testsuite/libgomp.c++/target-23.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.