This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 8b7584c9 0: update: gcc-b5baf569f77e1f172061642d4d8593e1ea737add: 1
new 6acbf083 0: update: gcc-be093b8dcc9cf5c9f99479ec68f1abe95aa38a83: 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 (8b7584c9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 37188 -> 37040 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 270244 -> 266620 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3868 -> 3864 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2708 -> 2492 bytes
07-check_regression/console.log.xz | Bin 3276 -> 4204 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 34 +
07-check_regression/results.compare | 60 +-
07-check_regression/results.compare2 | 223 +-
07-check_regression/results.regressions | 68 +
08-update_baseline/console.log | 628 +--
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 34 +
08-update_baseline/results.compare | 60 +-
08-update_baseline/results.compare2 | 223 +-
08-update_baseline/results.regressions | 68 +
jenkins/manifest.sh | 10 +-
sumfiles/g++.log.xz | Bin 3558652 -> 3544780 bytes
sumfiles/g++.sum | 175 +-
sumfiles/gcc.log.xz | Bin 3091396 -> 3142372 bytes
sumfiles/gcc.sum | 4883 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 1075008 -> 1076408 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2348 -> 2348 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204844 -> 203928 bytes
sumfiles/libgomp.sum | 40 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 440328 -> 446548 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 3530 insertions(+), 3038 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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 b1b9c4115ed Reimplement array concatenation for Ada and D
new 260ecdcec42 objcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbols
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 | 8 ++++++++
binutils/NEWS | 2 ++
binutils/objcopy.c | 4 ++--
binutils/testsuite/binutils-all/objcopy.exp | 4 ++++
binutils/testsuite/binutils-all/weaken-gnu-unique.d | 8 ++++++++
5 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/weaken-gnu-unique.d
--
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 beb12c62eae tree-optimization/104941: Actually assign the conversion result
new 5a4e208022e libstdc++: Ensure that std::from_chars is declared when supported
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:
libstdc++-v3/include/std/charconv | 8 +-
libstdc++-v3/include/std/version | 3 +-
libstdc++-v3/src/c++17/floating_from_chars.cc | 120 +++++++++-----------------
3 files changed, 45 insertions(+), 86 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 879f2aae39e Powerpc fix for gdb.base/ending-run.exp
new 16b6c361546 Remove eval_op_string
new fc18a21b65a Ada support for wide strings
new a73c128df6e Remove eval_op_concat
new b1b9c4115ed Reimplement array concatenation for Ada and D
The 4 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:
gdb/ada-exp.h | 15 +++
gdb/ada-exp.y | 2 +-
gdb/ada-lang.c | 121 +++++++++++++++++++++--
gdb/doc/gdb.texinfo | 5 +-
gdb/eval.c | 27 ++----
gdb/expop.h | 17 +---
gdb/testsuite/gdb.ada/widewide.exp | 16 +++
gdb/testsuite/gdb.ada/widewide/foo.adb | 2 +
gdb/testsuite/gdb.dlang/expression.exp | 4 +
gdb/valarith.c | 171 ++++++++-------------------------
10 files changed, 207 insertions(+), 173 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 glibc.
from 7a5c440102 hppa: Use END instead of PSEUDO_END in swapcontext.S
new 564f7ae7b4 benchtests: Use "=" instead of ":=" [BZ #28970]
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:
benchtests/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 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 be093b8dcc9 OpenMP, Fortran: Bugfix for omp_set_num_teams.
new beb12c62eae tree-optimization/104941: Actually assign the conversion result
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.dg/builtin-dynamic-object-size-0.c | 34 ++++++++++++++++++++++
gcc/tree-object-size.cc | 4 +--
2 files changed, 36 insertions(+), 2 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
in repository toolchain/ci/base-artifacts.
discards 3efc6b09 0: update: binutils-gcc: 2
new 404cbbef 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 (3efc6b09)
\
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 1536 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 50564 -> 50556 bytes
05-build_abe-bootstrap/console.log.xz | Bin 466052 -> 459764 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.