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 ab5b30aa8 0: update: llvm-linux-qemu: 19158
new 31b868023 0: update: llvm-linux-qemu: 19158
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 (ab5b30aa8)
\
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 | 14 +-
02-prepare_abe/console.log | 368 +-
03-build_llvm/console.log | 13794 +++++++++++++--------------
04-build_linux/console.log | 894 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 8 +-
08-update_baseline/results.regressions | 2 +-
console.log | 15090 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
10 files changed, 15107 insertions(+), 15087 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/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 0f64123bde8 Daily bump.
adds d8391918de2 i386: Add _mm256_cmov_si256 [PR98521]
adds b39a4023d3f i386: Prevent spurious FP exceptions with _mm_cvt{,t}ps_pi3 [...]
new 4a8a0d38b12 c++: Fix wrong error with constexpr destructor [PR97427]
new a38b0c6d62d c++: ICE with -fsanitize=vptr and constexpr dynamic_cast [PR98103]
new 48aa64322e8 c++: ICE with switch and scoped enum bit-fields [PR98043]
new d0684e49ee8 c++: Fix ICE with inline variable in template [PR97975]
new 6fd09a6e8bc c++: Prevent warnings for value-dependent exprs [PR96742]
new ff22b4e8d06 c++: ICE with deferred noexcept when deducing targs [PR82099]
The 6 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/config/i386/sse.md | 50 +++++++++++++---
gcc/config/i386/xopintrin.h | 6 ++
gcc/cp/constexpr.c | 67 +++++++++++++++-------
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.c | 17 ++++--
gcc/cp/pt.c | 10 +++-
gcc/cp/typeck2.c | 7 ++-
gcc/testsuite/g++.dg/cpp0x/enum41.C | 32 +++++++++++
gcc/testsuite/g++.dg/cpp0x/noexcept61.C | 17 ++++++
gcc/testsuite/g++.dg/cpp1z/inline-var8.C | 17 ++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-dtor10.C | 16 ++++++
gcc/testsuite/g++.dg/ubsan/vptr-18.C | 25 ++++++++
gcc/testsuite/g++.dg/warn/Wdiv-by-zero-3.C | 6 +-
gcc/testsuite/g++.dg/warn/Wtautological-compare3.C | 11 ++++
gcc/testsuite/g++.dg/warn/Wtype-limits5.C | 11 ++++
gcc/testsuite/g++.old-deja/g++.pt/crash10.C | 1 -
gcc/testsuite/gcc.target/i386/pr98522.c | 39 +++++++++++++
17 files changed, 294 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum41.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept61.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var8.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor10.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-18.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wtautological-compare3.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wtype-limits5.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr98522.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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards d5a82beba 0: update: binutils-gcc-linux-qemu: boot
new ed36ee048 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 (d5a82beba)
\
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 | 146 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11754 ++++++-----
04-build_abe-stage1/console.log | 14085 ++++++-------
05-build_linux/console.log | 816 +-
06-build_abe-qemu/console.log | 4663 +++--
07-boot_linux/console.log | 398 +-
08-check_regression/console.log | 18 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 26 +-
09-update_baseline/results.regressions | 2 +-
console.log | 32324 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
13 files changed, 32368 insertions(+), 32292 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 c21f47f4019 IBM Z: Fix check_effective_target_s390_z14_hw
new f56de3557fa Update GNU/Hurd configure support
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/configure | 12 +-----------
libatomic/configure | 12 +-----------
libbacktrace/configure | 12 +-----------
libcc1/configure | 12 +-----------
libffi/configure | 12 +-----------
libgfortran/configure | 12 +-----------
libgo/config/libtool.m4 | 12 +-----------
libgo/configure | 12 +-----------
libgomp/configure | 12 +-----------
libhsail-rt/configure | 12 +-----------
libitm/configure | 12 +-----------
libobjc/configure | 12 +-----------
liboffloadmic/configure | 12 +-----------
liboffloadmic/plugin/configure | 12 +-----------
libphobos/configure | 12 +-----------
libquadmath/configure | 12 +-----------
libsanitizer/configure | 12 +-----------
libssp/configure | 12 +-----------
libstdc++-v3/configure | 12 +-----------
libtool.m4 | 12 +-----------
libvtv/configure | 12 +-----------
lto-plugin/configure | 12 +-----------
zlib/configure | 12 +-----------
23 files changed, 23 insertions(+), 253 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 e591f18ff87 xfail test that will never pass on i?86 FreeBSD
new c21f47f4019 IBM Z: Fix check_effective_target_s390_z14_hw
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/testsuite/gcc.target/s390/s390.exp | 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.
unknown user pushed a change to branch master
in repository gcc.
from f47c00cf95d syscall: don't define sys_SETREUID and friends
new e591f18ff87 xfail test that will never pass on i?86 FreeBSD
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/testsuite/gfortran.dg/dec_math.f90 | 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/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 8572dad67 0: update: gcc-f14f89c5c46951c87a7207b27e597293ac072c42: 1
new e8804295c 0: update: gcc-f6dd35cf9300ae482038c26655b3cee3e72cefb1: 1
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 (8572dad67)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 128 +-
02-prepare_abe/console.log | 431 +-
04-build_abe-bootstrap_O1/console.log | 68308 ++++++++++++++++---------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 63 +-
console.log | 68936 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 68869 insertions(+), 69013 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.