This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/gcc.
from 95874f95095 Daily bump.
adds 75bbc3da3e5 Denormalize VR_VARYING to VR_RANGE before passing it to set [...]
adds 69daa9244a2 rs6000: "Y" is DS-form, not DQ-form
adds bee8b8602ff Daily bump.
adds 28cfea987e1 libgcov: add ATTRIBUTE_UNUSED for dump_string
adds 4a0e89b10f6 system.h: Include <initializer_list> in system.h unconditionally
adds 82a344f2067 Use CASE_CONVERT in a few more cases
adds 3a3eda000fd tree-optimization/105437 - BB vect with extern defs of thro [...]
adds 880a9845dc1 gcov: Fix first time gcov info dump
new 02f03c5c826 expand: Throw away non-external decls without varpool nodes [...]
new 576f975cabb libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]
new 86d821ddf56 libstdc++: Don't use std::tolower in <charconv> [PR103911]
The 3 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 | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/cfgexpand.cc | 3 ++-
gcc/config/rs6000/constraints.md | 2 +-
gcc/cp/constexpr.cc | 3 +--
gcc/cp/cp-gimplify.cc | 3 +--
gcc/cp/pt.cc | 3 +--
gcc/dojump.cc | 4 +---
gcc/gcov-io.cc | 5 ++++-
gcc/system.h | 1 +
gcc/testsuite/g++.dg/vect/pr105437.cc | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr105415.c | 26 ++++++++++++++++++++++++++
gcc/tree-ssa-dom.cc | 3 +--
gcc/tree-ssanames.cc | 11 ++++++++++-
gcc/tree-vect-slp.cc | 7 +++++++
libgcc/libgcov-driver.c | 1 +
libstdc++-v3/src/c++17/floating_from_chars.cc | 13 ++++++-------
libstdc++-v3/testsuite/20_util/from_chars/7.cc | 1 +
18 files changed, 98 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr105437.cc
create mode 100644 gcc/testsuite/gcc.dg/pr105415.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_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from e9c5fe2f40 Automatic date update in version.in
adds 94afbc7b1b [gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp wi [...]
adds a55939ca58 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/gdb.multi/attach-no-multi-process.exp | 9 ++++++---
2 files changed, 7 insertions(+), 4 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_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards a1cb6d662 2: update: binutils-gcc: 0
new 621c4be3a 2: update: binutils-gcc: 0
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 (a1cb6d662)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1516 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2784 bytes
04-build_abe-binutils/console.log.xz | Bin 24348 -> 24836 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 10 ++++----
6 files changed, 28 insertions(+), 28 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 86d821ddf56 libstdc++: Don't use std::tolower in <charconv> [PR103911]
new 41e3db05d69 tree-optimization/104240 - SLP discovery with swapped comparisons
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.dg/vect/bb-slp-pr104240.c | 14 ++++++++++++++
gcc/tree-vect-slp.cc | 19 ++++++++++++++++++-
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.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 02f03c5c826 expand: Throw away non-external decls without varpool nodes [...]
new 576f975cabb libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]
new 86d821ddf56 libstdc++: Don't use std::tolower in <charconv> [PR103911]
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:
libstdc++-v3/src/c++17/floating_from_chars.cc | 13 ++++++-------
libstdc++-v3/testsuite/20_util/from_chars/7.cc | 1 +
2 files changed, 7 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_kernel/llvm-release-aarch64-stable-allnoconfig
in repository toolchain/ci/llvm-project.
from 0e27d08cdeb3 [RISCV] Fix crash for section alignment with .option norvc
adds 2e7e14177186 workflows: Add a test to ensure that the LLVM version is correct
adds 1f9140064dfb Bump version to 14.0.3
No new revisions were added by this update.
Summary of changes:
.github/workflows/version-check.py | 32 ++++++++++++++++++++++
.github/workflows/version-check.yml | 26 ++++++++++++++++++
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
llvm/CMakeLists.txt | 2 +-
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 +--
.../llvm/include/llvm/Config/llvm-config.h | 2 +-
10 files changed, 67 insertions(+), 9 deletions(-)
create mode 100755 .github/workflows/version-check.py
create mode 100644 .github/workflows/version-check.yml
--
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-release-aarch64-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from d9229193f1 Automatic date update in version.in
adds 600c091812 Automatic date update in version.in
adds 00415c4cb8 Automatic date update in version.in
adds 82a5bb730a s390: Avoid dynamic TLS relocs in PIE
adds 9a01457e02 s390: Add DT_JMPREL pointing to .rela.[i]plt with static-pie
adds 9c67f6382a x86: Properly handle function pointer reference
adds f232cf597f Automatic date update in version.in
adds 5b8cba9680 Automatic date update in version.in
adds c06df04e57 Automatic date update in version.in
adds 68e3c0247d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 41 ++++++++++++----------
bfd/elf64-s390.c | 41 ++++++++++++++--------
bfd/elf64-x86-64.c | 40 +++++++++++----------
bfd/version.h | 2 +-
.../{protected-func-1b.c => protected-func-3.c} | 10 ++++--
ld/testsuite/ld-x86-64/x86-64.exp | 18 ++++++++++
6 files changed, 97 insertions(+), 55 deletions(-)
copy ld/testsuite/ld-x86-64/{protected-func-1b.c => protected-func-3.c} (66%)
--
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-release-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 90f486c6b 0: update: binutils-llvm-linux-qemu: boot
new e2b3442ed 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 (90f486c6b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 1556 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30288 -> 30404 bytes
04-build_llvm/console.log.xz | Bin 59224 -> 59016 bytes
05-build_abe-qemu/console.log.xz | Bin 31888 -> 31952 bytes
06-build_linux/console.log.xz | Bin 3496 -> 3700 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 19 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.