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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 8e355f42 2: update: llvm-7726ad04e2633a843fb9743e5adfbb404446e657: 6464
discards 65b99ac1 1: reset: llvm-5955a0f9375a8c0b134eeb4a8de5155dcce7c94f: 6464
discards f67f12f9 0: update: qemu-81c7ed41a1b33031f3e4fe24191a998a492044b8: boot
new a0f00f82 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 (8e355f42)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 1844 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 29316 -> 31288 bytes
04-build_llvm/console.log.xz | Bin 59576 -> 61444 bytes
05-build_abe-qemu/console.log.xz | Bin 31608 -> 31644 bytes
06-build_linux/console.log.xz | Bin 10796 -> 3560 bytes
07-boot_linux/console.log.xz | Bin 0 -> 5972 bytes
08-check_regression/console.log.xz | Bin 476 -> 416 bytes
09-update_baseline/console.log | 128 ++++++++++++++-------------------
09-update_baseline/results.regressions | 2 -
jenkins/manifest.sh | 21 +++---
results | 6 +-
12 files changed, 69 insertions(+), 88 deletions(-)
create mode 100644 07-boot_linux/console.log.xz
delete mode 100644 09-update_baseline/results.regressions
--
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-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards b402ce1d 0: update: gcc-55c17bc75c4c65d75597b545680f9fbff163ccd1: boot
new f71c84ec 0: update: qemu-754f756cc4c6d9d14b7230c62b5bb20f9d655888: 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 (b402ce1d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1544 -> 1724 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 29308 -> 29448 bytes
04-build_abe-stage1/console.log.xz | Bin 71256 -> 72928 bytes
05-build_abe-qemu/console.log.xz | Bin 31652 -> 32004 bytes
06-build_linux/console.log.xz | Bin 6004 -> 6004 bytes
07-boot_linux/console.log.xz | Bin 6108 -> 6132 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 8 ++++----
10 files changed, 5 insertions(+), 5 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-11
in repository gcc.
from bad34caa37c Daily bump.
new 47c74508116 c++: ambiguous call not diagnosed after DR2352 [PR97296]
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/cp/call.c | 15 +++++++++++++--
gcc/testsuite/g++.dg/cpp0x/ref-bind4.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/ref-bind8.C | 10 ++++++++++
3 files changed, 24 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/ref-bind8.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.
unknown user pushed a change to branch master
in repository gcc.
from 4938888ae1a rs6000: Fix pack for soft-float (PR105334)
new 89ca0fffa48 fortran: Pre-evaluate string pointers. [PR102043]
new e72fbb6915c fortran: Update index extraction code. [PR102043]
new 761dda57482 fortran: Generate an array temporary reference [PR102043]
new 7964ab6c364 fortran: Use pointer arithmetic to index arrays [PR102043]
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/fortran/trans-array.cc | 60 ++++++-
gcc/fortran/trans-expr.cc | 9 +-
gcc/fortran/trans-io.cc | 48 ++++--
gcc/fortran/trans.cc | 42 ++++-
gcc/fortran/trans.h | 4 +-
gcc/testsuite/gfortran.dg/array_reference_3.f90 | 195 +++++++++++++++++++++++
gcc/testsuite/gfortran.dg/c_loc_test_22.f90 | 4 +-
gcc/testsuite/gfortran.dg/dependency_49.f90 | 3 +-
gcc/testsuite/gfortran.dg/finalize_10.f90 | 2 +-
gcc/testsuite/gfortran.dg/negative_stride_1.f90 | 25 +++
gcc/testsuite/gfortran.dg/vector_subscript_8.f90 | 16 ++
gcc/testsuite/gfortran.dg/vector_subscript_9.f90 | 21 +++
12 files changed, 401 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/array_reference_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/negative_stride_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/vector_subscript_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/vector_subscript_9.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.