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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 3246f437 0: update: binutils-gcc-linux: boot
new b91dd8a1 0: update: binutils-gcc-linux: 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 (3246f437)
\
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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11797 ++++++++--------
04-build_abe-stage1/console.log | 13703 +++++++++---------
05-build_linux/console.log | 602 +-
06-boot_linux/console.log | 440 +-
07-check_regression/console.log | 21 +-
08-update_baseline/console.log | 15 +-
console.log | 27251 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
regressions.txt | 4 +
11 files changed, 27319 insertions(+), 27186 deletions(-)
create mode 100644 regressions.txt
--
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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b2c74369 0: update: binutils-gcc-linux: all
new 0b425f45 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 (b2c74369)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 130 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-binutils/console.log | 11050 ++++++------
04-build_abe-stage1/console.log | 20119 +++++++++++-----------
05-build_linux/console.log | 770 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 13 +-
08-update_baseline/console.log | 15 +-
console.log | 32494 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
regressions.txt | 4 +
11 files changed, 32571 insertions(+), 32464 deletions(-)
create mode 100644 regressions.txt
--
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-stable-allnoconfig
in repository toolchain/ci/gcc.
from 8389fcc4c12 Avoid collect2 calling signal unsafe functions and/or unlin [...]
adds ba740092516 fortran: ICE using SHAPE with FINDLOC PR93835
adds f9be6e10c96 vect: Fix offset calculation for -ve strides [PR93767]
adds 788483065b4 Daily bump.
new 468664e1b78 doc: backport proper description of --enable-checking behavior
new a6b74eaedf6 Fix link failure with debug info in LTO mode
new eeb31391b7f combine: Fix find_split_point handling of constant store in [...]
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 | 28 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/combine.c | 5 +-
gcc/doc/install.texi | 69 +++++++++++++++------------
gcc/dwarf2out.c | 1 +
gcc/fortran/simplify.c | 12 +++--
gcc/testsuite/ChangeLog | 28 +++++++++++
gcc/testsuite/gcc.c-torture/execute/pr93908.c | 54 +++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr93767.c | 13 +++++
gcc/testsuite/gcc.target/s390/pr93908.c | 5 ++
gcc/testsuite/gfortran.dg/pr77351.f90 | 6 ++-
gcc/testsuite/gfortran.dg/pr93835.f08 | 8 ++++
gcc/testsuite/gnat.dg/lto24.adb | 10 ++++
gcc/testsuite/gnat.dg/lto24_pkg1.ads | 17 +++++++
gcc/testsuite/gnat.dg/lto24_pkg2.adb | 8 ++++
gcc/testsuite/gnat.dg/lto24_pkg2.ads | 5 ++
gcc/tree-vect-data-refs.c | 4 +-
17 files changed, 233 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr93908.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr93767.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr93908.c
create mode 100644 gcc/testsuite/gfortran.dg/pr93835.f08
create mode 100644 gcc/testsuite/gnat.dg/lto24.adb
create mode 100644 gcc/testsuite/gnat.dg/lto24_pkg1.ads
create mode 100644 gcc/testsuite/gnat.dg/lto24_pkg2.adb
create mode 100644 gcc/testsuite/gnat.dg/lto24_pkg2.ads
--
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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bcf3dbf9 0: update: binutils-gcc-linux: all
new c5c48847 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 (bcf3dbf9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 132 +-
02-prepare_abe/console.log | 425 +-
03-build_abe-binutils/console.log | 11346 ++++++-------
04-build_abe-stage1/console.log | 18136 ++++++++++-----------
05-build_linux/console.log | 800 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 15 +-
08-update_baseline/console.log | 15 +-
console.log | 30904 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
regressions.txt | 4 +
11 files changed, 30962 insertions(+), 30827 deletions(-)
create mode 100644 regressions.txt
--
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-next-defconfig
in repository toolchain/ci/llvm-project.
from 7f447b44f4e [docs] Add -Wmisleading-indentation to clang's release notes.
adds c1547fe5bc3 ReleaseNotes: OpenMP
adds 935ad4036ef ReleaseNotes: Attributor
adds f5983993071 ReleaseNotes: ARM and AArch64
adds e82d1342bdf ReleaseNotes: Mention improved DWARF5 support in lldb
adds be9f8fdfd9a Add -debug-info-kind=constructor to clang release notes
adds c6f940b745c Add llvm-cov to LLVM_TOOLCHAIN_TOOLS
adds 882720b7ce3 Don't generate libcalls for wide shift on Windows ARM (PR42711)
adds 3a11c86849c Add Control Flow Guard in Clang release notes.
adds bbfdf4b81d6 build_llvm_package.bat: Produce zip files in addition to th [...]
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 32 +++++++++++++++++++++++++++++--
llvm/cmake/modules/AddLLVM.cmake | 1 +
llvm/docs/ReleaseNotes.rst | 23 ++++++++++++++++++++--
llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +-
llvm/test/CodeGen/ARM/shift_minsize.ll | 8 +++++++-
llvm/utils/release/build_llvm_package.bat | 13 ++++++++++++-
6 files changed, 72 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards e12078f3 0: update: llvm-linux: boot
new dba227a8 0: update: llvm-linux: 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 (e12078f3)
\
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 | 229 +-
02-build_llvm/console.log | 12580 +++++++++++++++++-----------------
03-build_linux/console.log | 814 +--
04-boot_linux/console.log | 362 +-
05-check_regression/console.log | 15 +-
06-update_baseline/console.log | 15 +-
console.log | 14029 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
regressions.txt | 2 +
9 files changed, 14015 insertions(+), 14045 deletions(-)
create mode 100644 regressions.txt
--
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 glibc.
from a92ac9f494 ldbl-128ibm: make ieee754.h work with IEEE 128 long double
new 783e641fba csu: Use ELF constructor instead of _init in libc.so
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:
csu/init-first.c | 12 ++++++------
elf/soinit.c | 2 +-
include/libc-internal.h | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.