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-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1cde0143 4: update: binutils-llvm-linux-qemu: 40
new 12fb6d87 4: update: binutils-llvm-linux-qemu: 40
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 (1cde0143)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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.xz | Bin 1556 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30320 -> 30864 bytes
04-build_llvm/console.log.xz | Bin 60880 -> 62468 bytes
05-build_abe-qemu/console.log.xz | Bin 31876 -> 31796 bytes
06-build_linux/console.log.xz | Bin 4012 -> 3976 bytes
08-check_regression/console.log.xz | Bin 476 -> 468 bytes
09-update_baseline/console.log | 214 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++--
9 files changed, 118 insertions(+), 118 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-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards a1762e42 0: update: binutils-gcc: 2
new 5e57035b 0: update: binutils-gcc: 2
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 (a1762e42)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1544 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51644 -> 52024 bytes
.../console.log.xz | Bin 934872 -> 936500 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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 binutils-gdb.
from 18bd4744611 gdb: testsuite: Support displaced stepping on LoongArch
new 95086e1e54a Fix potentially uninitialised variables in the Windows tools
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:
binutils/ChangeLog | 11 +++++++++++
binutils/dlltool.c | 2 +-
binutils/dllwrap.c | 2 +-
binutils/mclex.c | 2 +-
binutils/resrc.c | 2 +-
binutils/srconv.c | 1 +
binutils/windmc.c | 6 +++---
7 files changed, 19 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.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from a03b46b78c8 ipa: Release body of clone_of when removing its last clone [...]
new 740d64815c6 middle-end/105140 - fix bogus recursion in fold_convertible_p
new 0be87cc23d0 tree-optimization/105250 - adjust fold_convertible_p PR105140 fix
new 64b3a86d33e tree-optimization/105148 - fix IVOPTs recording uses
new 132c3bb06a9 tree-optimization/105163 - abnormal SSA coalescing and reassoc
new f4f2bd4edea tree-optimization/105173 - fix insertion logic in reassoc
new b2557f9081e tree-optimization/105263 - reassoc and DFP
new 33914983cf3 tree-optimization/105312 - fix ISEL VCOND expansion
new 3e6ae76385c tree-optimization/105368 - avoid overflow in powi_cost
new 16a2fcfe247 tree-optimization/105431 - another overflow in powi handling
new d293946d5c3 rtl-optimization/105559 - avoid quadratic behavior in delet [...]
The 10 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/cfgrtl.c | 2 +-
gcc/fold-const.c | 4 +-
gcc/gimple-isel.cc | 8 ++++
gcc/testsuite/gcc.dg/pr105140.c | 17 ++++++++
gcc/testsuite/gcc.dg/pr105173.c | 12 ++++++
gcc/testsuite/gcc.dg/pr105250.c | 29 ++++++++++++++
gcc/testsuite/gcc.dg/pr105263.c | 15 +++++++
gcc/testsuite/gcc.dg/torture/pr105148.c | 20 ++++++++++
gcc/testsuite/gcc.dg/torture/pr105163.c | 17 ++++++++
gcc/testsuite/gcc.target/arm/pr105312.c | 23 +++++++++++
gcc/tree-ssa-loop-ivopts.c | 6 ++-
gcc/tree-ssa-math-opts.c | 14 +++----
gcc/tree-ssa-reassoc.c | 70 +++++++++++++++++++++------------
13 files changed, 199 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr105140.c
create mode 100644 gcc/testsuite/gcc.dg/pr105173.c
create mode 100644 gcc/testsuite/gcc.dg/pr105250.c
create mode 100644 gcc/testsuite/gcc.dg/pr105263.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr105148.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr105163.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr105312.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.