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-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e741ff1a 0: update: binutils-gcc-linux: all
new 1c3d2c19 0: update: binutils-gcc-linux: 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 (e741ff1a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 68 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 11358 +++++------
04-build_abe-stage1/console.log | 18231 +++++++++---------
05-build_linux/console.log | 842 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30757 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30855 insertions(+), 30853 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/llvm-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 57095cf8 1: reset: linux-16fbf79b0f83bc752cee8589279f1ebfe57b3b6e: 18458
new b74f33c4 2: update: linux-5fab54423a0a88c4333e802155eeee944e82195b: 18629
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 | 138 +-
02-build_llvm/console.log | 12452 +++++++++++++--------------
03-build_linux/console.log | 908 +-
05-check_regression/console.log | 83 +-
05-check_regression/results.regressions | 12 +-
05-check_regression/trigger-bisect | 3 -
06-update_baseline/console.log | 62 +-
06-update_baseline/results.regressions | 12 +-
console.log | 13650 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 5 +-
12 files changed, 13726 insertions(+), 13609 deletions(-)
delete mode 100644 05-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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 50c7853216e libgcc: use syscall rather than __mmap/__munmap
new 88e508f9f11 S/390: Fix PR91628
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:
libphobos/ChangeLog | 11 +++
libphobos/configure | 38 ++++++++++-
libphobos/libdruntime/Makefile.am | 6 ++
libphobos/libdruntime/Makefile.in | 43 ++++++++++--
.../libdruntime/config/s390/get_tls_offset.S | 6 +-
.../libdruntime/config/systemz/get_tls_offset.S | 79 ++++++++++++++++++++++
libphobos/libdruntime/gcc/sections/elf_shared.d | 10 +--
libphobos/m4/druntime/cpu.m4 | 10 +++
8 files changed, 187 insertions(+), 16 deletions(-)
copy libgcc/config/visium/divdi3.c => libphobos/libdruntime/config/s390/get_tls_of [...]
create mode 100644 libphobos/libdruntime/config/systemz/get_tls_offset.S
--
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/c++-modules
in repository gcc.
from 639ade01453 Lambda _FUN with recursive types
new c511123b6d8 Placeholder & constrained auto
new 5e938e79128 C++20 Ranges!
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:
ChangeLog.modules | 7 +++++++
gcc/cp/module.cc | 22 +++++++++++++++++++---
gcc/testsuite/g++.dg/modules/auto-2.h | 13 +++++++++++++
.../g++.dg/modules/{merge-12_a.H => auto-2_a.H} | 2 +-
gcc/testsuite/g++.dg/modules/auto-2_b.C | 6 ++++++
gcc/testsuite/g++.dg/modules/xtreme-header-2.h | 5 -----
6 files changed, 46 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/auto-2.h
copy gcc/testsuite/g++.dg/modules/{merge-12_a.H => auto-2_a.H} (79%)
create mode 100644 gcc/testsuite/g++.dg/modules/auto-2_b.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_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/gcc.
from 6db837a5288 c++: Fix ICE with lambda in operator function [PR93597]
adds 83c9ff0291e Fix fortran/93686 -- ICE matching data statements with deri [...]
adds af1c291f509 Daily bump.
adds 1168240fbe4 i386: Fix emit_reduc_half on V{64Q,32H}Imode [PR94500]
new e926d076f28 d: Fix ICE in add_symbol_to_partition_1, at lto/lto-partiti [...]
new 470626394ab [AArch64] PR target/94518: Fix memmodel index in aarch64_st [...]
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/ChangeLog | 14 +++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/atomics.md | 2 +-
gcc/config/i386/i386.c | 66 +++++++++++++-----------
gcc/d/ChangeLog | 12 +++++
gcc/d/typeinfo.cc | 47 ++++++++++-------
gcc/fortran/ChangeLog | 9 ++++
gcc/fortran/decl.c | 4 ++
gcc/testsuite/ChangeLog | 16 ++++++
gcc/testsuite/gcc.target/i386/avx512bw-pr94500.c | 28 ++++++++++
gcc/testsuite/gfortran.dg/pr93686_1.f90 | 10 ++++
gcc/testsuite/gfortran.dg/pr93686_2.f90 | 10 ++++
gcc/testsuite/gfortran.dg/pr93686_3.f90 | 9 ++++
gcc/testsuite/gfortran.dg/pr93686_4.f90 | 8 +++
14 files changed, 187 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr94500.c
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93686_4.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/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b3a60789 0: update: binutils-gcc-linux: all
new f4d88045 0: update: binutils-gcc: 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 (b3a60789)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 184 +-
02-prepare_abe/console.log | 178 +-
03-build_abe-binutils/console.log | 10223 +++++------
04-build_abe-stage1/console.log | 18003 +++++++++---------
05-build_linux/console.log | 791 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29483 +++++++++++++++---------------
jenkins/manifest.sh | 11 +-
12 files changed, 29312 insertions(+), 29591 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.