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-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from af0ac53c45 Automatic date update in version.in
adds f6480e7000 RISC-V/Linux/native: Factor out target description determination
adds c8ecdda6b6 Fix header guard name in #endif comment
adds c6a42d11ac Fix base class function call
No new revisions were added by this update.
Summary of changes:
gdb/ChangeLog | 18 ++++++
gdb/configure.nat | 3 +-
gdb/nat/riscv-linux-tdesc.c | 83 +++++++++++++++++++++++++
gdb/{aarch32-tdep.h => nat/riscv-linux-tdesc.h} | 14 ++---
gdb/ppc-nbsd-tdep.h | 2 +-
gdb/riscv-linux-nat.c | 51 +--------------
gdb/sparc-nat.h | 4 +-
7 files changed, 116 insertions(+), 59 deletions(-)
create mode 100644 gdb/nat/riscv-linux-tdesc.c
copy gdb/{aarch32-tdep.h => nat/riscv-linux-tdesc.h} (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/gnu-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 33e27d0c 0: update: binutils-gcc-linux: all
new 50fa5c86 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 (33e27d0c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 11337 ++++++------
04-build_abe-stage1/console.log | 20257 +++++++++++-----------
05-build_linux/console.log | 832 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 33097 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 33109 insertions(+), 33110 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 f6bef09771c c++: Fix decltype of empty pack expansion of parm.
new e7868dc6a79 PR tree-optimization/92765 - wrong code for strcmp of a uni [...]
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/ChangeLog | 12 +
gcc/gimple-fold.c | 45 +++-
gcc/testsuite/ChangeLog | 19 ++
gcc/testsuite/g++.dg/tree-ssa/strlenopt-1.C | 42 ++++
gcc/testsuite/g++.dg/tree-ssa/strlenopt-2.C | 56 +++++
gcc/testsuite/gcc.dg/Warray-bounds-58.c | 81 +++++++
gcc/testsuite/gcc.dg/Wrestrict-20.c | 4 +-
gcc/testsuite/gcc.dg/Wstring-compare.c | 3 +-
gcc/testsuite/gcc.dg/strcmpopt_10.c | 130 +++++++++++
gcc/testsuite/gcc.dg/strcmpopt_11.c | 16 ++
gcc/testsuite/gcc.dg/strcmpopt_2.c | 67 +++---
gcc/testsuite/gcc.dg/strcmpopt_4.c | 25 ++-
gcc/testsuite/gcc.dg/strlenopt-69.c | 3 +
gcc/testsuite/gcc.dg/strlenopt-92.c | 58 +++++
gcc/testsuite/gcc.dg/strlenopt-93.c | 71 ++++++
gcc/testsuite/gcc.dg/strlenopt.h | 1 +
.../gcc.dg/tree-ssa/builtin-sprintf-warn-23.c | 16 +-
gcc/testsuite/gcc.dg/tree-ssa/pr92056.c | 11 +-
gcc/tree-ssa-strlen.c | 242 ++++++++-------------
19 files changed, 701 insertions(+), 201 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/strlenopt-1.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/strlenopt-2.C
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-58.c
create mode 100644 gcc/testsuite/gcc.dg/strcmpopt_10.c
create mode 100644 gcc/testsuite/gcc.dg/strcmpopt_11.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-92.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-93.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-master-arm-next-defconfig
in repository toolchain/ci/binutils-gdb.
from af0ac53c45 Automatic date update in version.in
adds f6480e7000 RISC-V/Linux/native: Factor out target description determination
adds c8ecdda6b6 Fix header guard name in #endif comment
adds c6a42d11ac Fix base class function call
No new revisions were added by this update.
Summary of changes:
gdb/ChangeLog | 18 ++++++
gdb/configure.nat | 3 +-
gdb/nat/riscv-linux-tdesc.c | 83 +++++++++++++++++++++++++
gdb/{aarch32-tdep.h => nat/riscv-linux-tdesc.h} | 14 ++---
gdb/ppc-nbsd-tdep.h | 2 +-
gdb/riscv-linux-nat.c | 51 +--------------
gdb/sparc-nat.h | 4 +-
7 files changed, 116 insertions(+), 59 deletions(-)
create mode 100644 gdb/nat/riscv-linux-tdesc.c
copy gdb/{aarch32-tdep.h => nat/riscv-linux-tdesc.h} (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/gnu-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 60a12512 0: update: binutils-gcc-linux: boot
new d447c5b7 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 (60a12512)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 166 +-
02-prepare_abe/console.log | 394 +-
03-build_abe-binutils/console.log | 9081 +++++-----
04-build_abe-stage1/console.log | 19329 +++++++++++----------
05-build_linux/console.log | 3102 ++--
06-boot_linux/console.log | 420 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 32828 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 32678 insertions(+), 32662 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.