This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2
in repository toolchain/ci/base-artifacts.
discards 14ddb0f8b 0: update: binutils-gcc-newlib: 1
new e99e11fc6 0: update: binutils-gcc-newlib: 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 (14ddb0f8b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1552 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 43516 -> 43520 bytes
04-build_abe-stage1/console.log.xz | Bin 88280 -> 88100 bytes
06-build_abe-newlib/console.log.xz | Bin 32996 -> 32984 bytes
07-build_abe-stage2/console.log.xz | Bin 155976 -> 155800 bytes
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 36 +++++------------------------
09-benchmark/console.log.xz | Bin 2604 -> 2216 bytes
10-check_regression/console.log.xz | Bin 1628 -> 1624 bytes
10-check_regression/results-0.csv | 2 +-
10-check_regression/results-brief.csv | 2 +-
10-check_regression/results-full.csv | 2 +-
10-check_regression/results.csv | 2 +-
10-check_regression/results.log | 4 ++--
11-update_baseline/console.log | 42 +++++++++++++++++-----------------
11-update_baseline/results-0.csv | 2 +-
11-update_baseline/results-brief.csv | 2 +-
11-update_baseline/results-full.csv | 2 +-
11-update_baseline/results.csv | 2 +-
11-update_baseline/results.log | 4 ++--
jenkins/manifest.sh | 18 +++++++--------
results_id | 2 +-
23 files changed, 50 insertions(+), 74 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-9
in repository gcc.
from 3c2e8c10747 Daily bump.
new 379382c4386 middle-end/100509 - avoid folding constant to aggregate type
new e89b0960190 tree-optimization/100934 - properly mark irreducible region [...]
new 641bea75ab2 tree-optimization/101105 - fix runtime alias test optimization
new a091e66e510 tree-optimization/101394 - fix PRE full redundancy wrt abnormals
new 5d2771db571 tree-optimization/101173 - fix interchange dependence checking
The 5 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/gimple-fold.c | 3 ++-
gcc/gimple-loop-interchange.cc | 5 ++++-
gcc/testsuite/gcc.dg/pr100509.c | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr100934.c | 21 +++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr101105.c | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr101173.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr101394.c | 18 ++++++++++++++++++
.../gcc.dg/tree-ssa/loop-interchange-16.c | 22 ++++++++++++++++++++++
gcc/tree-ssa-dom.c | 3 ++-
gcc/tree-ssa-pre.c | 6 +++++-
gcc/tree-vect-data-refs.c | 14 +++++++++++---
11 files changed, 131 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr100509.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100934.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr101105.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr101173.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr101394.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-16.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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/binutils-gdb.
from 255a531196 Automatic date update in version.in
adds 777b054cf9 Automatic date update in version.in
adds 7110a5d8e8 [gdb/testsuite] Remove quit in gdb.arch/i386-mpx.exp
adds 746723ba6c [gdb/testsuite] Fix gdb.base/batch-exit-status.exp with nati [...]
adds 36170420e3 [gdb/testsuite] Fix test name in gdb.python/python.exp
adds 2786ef85fa [gdb/testsuite] Require use_gdb_stub == 0 where appropriate
new 38b03d23c7 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with nativ [...]
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:
bfd/version.h | 2 +-
gdb/testsuite/boards/gdbserver-base.exp | 2 +-
gdb/testsuite/gdb.arch/i386-mpx.exp | 2 --
.../gdb.dwarf2/frame-inlined-in-outer-frame.exp | 3 +++
gdb/testsuite/gdb.fortran/call-no-debug.exp | 4 ++-
gdb/testsuite/gdb.mi/mi-async.exp | 3 +++
gdb/testsuite/gdb.python/python.exp | 30 ++++++++++++++--------
gdb/testsuite/gdb.reverse/insn-reverse.exp | 3 +++
gdb/testsuite/gdb.tui/tui-missing-src.exp | 3 +++
gdb/testsuite/lib/gdb.exp | 3 +++
10 files changed, 40 insertions(+), 15 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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards 175ec130b 0: update: binutils-gcc-linux-glibc-gdb: 1
new 0a65658b2 0: update: binutils-gcc-linux-glibc-gdb: 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 (175ec130b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1548 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 65212 -> 65356 bytes
04-build_abe-gcc/console.log.xz | Bin 232360 -> 230588 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8940 -> 8720 bytes
07-build_abe-glibc/console.log.xz | Bin 228248 -> 228152 bytes
08-build_abe-gdb/console.log.xz | Bin 53348 -> 53360 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3800 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2068 -> 2288 bytes
11-check_regression/console.log.xz | Bin 2264 -> 2292 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 120 +++++------
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 24 +--
sumfiles/binutils.log.xz | Bin 52932 -> 52996 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 96184 -> 96076 bytes
sumfiles/gas.sum | 268 +++++++++++------------
sumfiles/ld.log.xz | Bin 128060 -> 128004 bytes
sumfiles/ld.sum | 328 ++++++++++++++---------------
23 files changed, 413 insertions(+), 413 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.