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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 35c2b12f0 0: update: binutils-gcc-linux-qemu: boot
new a3926673c 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 (35c2b12f0)
\
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 1608 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2804 bytes
03-build_abe-binutils/console.log.xz | Bin 43776 -> 44464 bytes
04-build_abe-stage1/console.log.xz | Bin 72908 -> 72764 bytes
05-build_abe-qemu/console.log.xz | Bin 31260 -> 31516 bytes
06-build_linux/console.log.xz | Bin 3808 -> 4064 bytes
07-boot_linux/console.log.xz | Bin 6004 -> 6088 bytes
08-check_regression/console.log.xz | Bin 528 -> 412 bytes
08-check_regression/results.regressions | 2 -
09-update_baseline/console.log | 92 +++++---------------------------
09-update_baseline/results.regressions | 2 -
jenkins/manifest.sh | 22 ++++----
results | 2 +-
13 files changed, 24 insertions(+), 96 deletions(-)
delete mode 100644 08-check_regression/results.regressions
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/llvm-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d47fe8958 0: update: binutils-llvm-linux-qemu: all
new b9a833c19 0: update: binutils-llvm-linux-qemu: all
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 (d47fe8958)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 1568 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2792 bytes
03-build_abe-binutils/console.log.xz | Bin 43076 -> 42300 bytes
04-build_llvm/console.log.xz | Bin 58680 -> 56836 bytes
05-build_abe-qemu/console.log.xz | Bin 31520 -> 30668 bytes
06-build_linux/console.log.xz | Bin 4316 -> 4356 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 524 -> 412 bytes
08-check_regression/results.regressions | 2 --
09-update_baseline/console.log | 21 ++++++++-------------
09-update_baseline/results.regressions | 2 --
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 17 insertions(+), 26 deletions(-)
delete mode 100644 08-check_regression/results.regressions
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_gnu_native_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 15e6d6785a Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so
adds 1cc205c510 htl: make pthread_sigstate read/write set/oset outside sigst [...]
adds 514638699d htl: Fix sigset of main thread
No new revisions were added by this update.
Summary of changes:
htl/pt-create.c | 7 +++++--
sysdeps/mach/hurd/htl/pt-sigstate.c | 16 +++++++++++-----
2 files changed, 16 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_native_check_gcc/master-arm
in repository toolchain/ci/gcc.
from 8bafc9640f3 pru: Named address space for R30/R31 I/O access
adds f5ef07a3228 Daily bump.
adds e98e12c40bf Remove storage only description for _Float16 w/o avx512fp16.
adds fe2771b291c Fortran: Fix associated intrinsic with assumed rank [PR101334]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 24 ++++
gcc/DATESTAMP | 2 +-
gcc/doc/extend.texi | 11 +-
gcc/fortran/trans-intrinsic.c | 30 +++--
gcc/testsuite/ChangeLog | 14 +++
.../gfortran.dg/associated_assumed_rank.f90 | 126 +++++++++++++++++++++
libgfortran/intrinsics/associated.c | 3 +-
7 files changed, 193 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associated_assumed_rank.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.