This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards bc3b8bbc 0: update: gcc-2155170525f93093b90a1a065e7ed71a925566e9: 1
new c39046de 0: update: gcc-f86f80dbccece356fa5ca7e1fd4dc581cc6a1cc4: 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 (bc3b8bbc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 111 +-
02-prepare_abe/console.log | 262 +-
04-build_abe-bootstrap_ubsan/console.log | 84808 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 85243 ++++++++++++++---------------
jenkins/manifest.sh | 8 +-
7 files changed, 85058 insertions(+), 85380 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 5226c9f5b0f Daily bump.
new f86f80dbcce libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
new 13dc9bf3a88 Daily bump.
The 2 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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 10 ++++++++++
libstdc++-v3/src/c++17/fs_ops.cc | 6 ++++++
libstdc++-v3/src/filesystem/ops.cc | 6 ++++++
4 files changed, 23 insertions(+), 1 deletion(-)
--
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 6a13a4e3f29 libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
new 6a3f3e08723 arm: Clear canary value after stack_protect_test [PR96191]
new 4e39f563c0c libstdc++: Do not set eofbit eagerly in operator>>(istream& [...]
new 140cf935cd1 libstdc++: Implement P0966 std::string::reserve should not shrink
new 11b8ffa4930 mmix: fix gcc.dg/loop-9.c by more accurate move insns
new 74d91e8bb79 Daily bump.
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/ChangeLog | 107 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm.md | 6 +-
gcc/config/arm/thumb1.md | 8 +-
gcc/config/mmix/mmix.md | 48 +++++--
gcc/testsuite/ChangeLog | 144 +++++++++++++++++++++
gcc/testsuite/gcc.target/arm/stack-protector-1.c | 63 +++++++++
.../{aarch64 => arm}/stack-protector-2.c | 0
libstdc++-v3/ChangeLog | 64 +++++++++
libstdc++-v3/config/abi/pre/gnu.ver | 17 ++-
libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 3 +-
libstdc++-v3/include/bits/basic_string.h | 52 ++++----
libstdc++-v3/include/bits/basic_string.tcc | 121 ++++++++++++-----
libstdc++-v3/include/bits/istream.tcc | 4 +-
libstdc++-v3/src/c++98/istream-string.cc | 2 +-
libstdc++-v3/src/c++98/istream.cc | 3 +-
.../21_strings/basic_string/capacity/1.cc | 14 +-
.../21_strings/basic_string/capacity/char/1.cc | 14 +-
.../21_strings/basic_string/capacity/char/18654.cc | 8 +-
.../21_strings/basic_string/capacity/char/2.cc | 6 +-
.../21_strings/basic_string/capacity/wchar_t/1.cc | 14 +-
.../basic_string/capacity/wchar_t/18654.cc | 8 +-
.../21_strings/basic_string/capacity/wchar_t/2.cc | 6 +-
.../basic_string/inserters_extractors/char/13.cc} | 39 +++---
.../inserters_extractors/wchar_t/13.cc} | 39 +++---
.../basic_istream/extractors_character/char/5.cc} | 37 +++---
.../extractors_character/wchar_t/5.cc} | 38 +++---
27 files changed, 687 insertions(+), 180 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/stack-protector-1.c
copy gcc/testsuite/gcc.target/{aarch64 => arm}/stack-protector-2.c (100%)
copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_value_co [...]
copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_value_co [...]
copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_default_ [...]
copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_value_co [...]
--
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-8
in repository gcc.
from 9801353c9d8 Daily bump.
new 8b692f8b4c0 libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
new 566304a863e Daily bump.
The 2 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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 10 ++++++++++
libstdc++-v3/src/filesystem/ops.cc | 6 ++++++
libstdc++-v3/src/filesystem/std-ops.cc | 6 ++++++
4 files changed, 23 insertions(+), 1 deletion(-)
--
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-10
in repository gcc.
from ca6c1bda802 tree-optimization/96483 - fix ICE in PRE with POLY_INT_CST
new 8b7e7fcb5ff libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
new 6d9c8b1f3f1 Daily bump.
The 2 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 | 9 +++++++++
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 10 ++++++++++
libstdc++-v3/src/c++17/fs_ops.cc | 6 ++++++
libstdc++-v3/src/filesystem/ops.cc | 6 ++++++
5 files changed, 32 insertions(+), 1 deletion(-)
--
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 binutils-2_35-branch
in repository binutils-gdb.
from c91bff415fe Automatic date update in version.in
new f088ae8969b Automatic date update in version.in
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 159ed7d93ff gdb: move regcache::regcaches to regcache.c
new 939bf1224d3 Automatic date update in version.in
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gdb-9-branch
in repository binutils-gdb.
from e6ebbd8f975 Automatic date update in version.in
new dcacec90aa2 Automatic date update in version.in
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 4ebd73d43f hurd: Add missing hidden def
new b71bc845dd tst-cancel4: Make blocking on write more portable
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:
nptl/tst-cancel4.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.