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_O1
in repository toolchain/ci/gcc.
from 30afda5a2f0 Daily bump.
adds 6dee1cefd81 Daily bump.
adds d76ee72858d Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards e3f118da 0: update: gcc-30afda5a2f01a0b3b63725dc5ca566a000ecf790: 1
new 7d0dbef9 0: update: gcc-d76ee72858dd373ea2bb4594623eb7590c925e68: 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 (e3f118da)
\
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 | 184 +-
02-prepare_abe/console.log | 381 +-
04-build_abe-bootstrap_O1/console.log | 87810 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 6 +-
console.log | 88383 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 88377 insertions(+), 88399 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 devel/c++-modules
in repository gcc.
from 3021b1cbb3c Merge master 6c8e16aea85
adds ac9face8d26 c++: Revert alias template change [pr95263]
new 26fd9ef0731 Merge master ac9face8d26
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:
ChangeLog.modules | 7 +++++++
gcc/cp/pt.c | 1 +
gcc/testsuite/g++.dg/template/pr95263.C | 25 +++++++++++++++++++++++++
3 files changed, 33 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/pr95263.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.
unknown user pushed a change to branch master
in repository gcc.
from 3a391adf7a3 libstdc++: Extend memcmp optimization in std::lexicographic [...]
new a2c2cee92e5 PR middle-end/95353 - spurious -Wstringop-overflow writing [...]
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/builtins.c | 720 +++++++++++++---------
gcc/builtins.h | 33 +-
gcc/gimple-ssa-warn-restrict.c | 48 +-
gcc/testsuite/c-c++-common/Wstringop-truncation.c | 2 +-
gcc/testsuite/gcc.dg/Warray-bounds-46.c | 6 +-
gcc/testsuite/gcc.dg/Wrestrict-9.c | 2 +-
gcc/testsuite/gcc.dg/Wstringop-overflow-12.c | 16 +-
gcc/testsuite/gcc.dg/Wstringop-overflow-28.c | 2 +-
gcc/testsuite/gcc.dg/Wstringop-overflow-34.c | 252 ++++++++
gcc/testsuite/gcc.dg/Wstringop-overflow-35.c | 76 +++
gcc/testsuite/gcc.dg/Wstringop-overflow-36.c | 24 +
gcc/testsuite/gcc.dg/Wstringop-overflow-37.c | 229 +++++++
gcc/testsuite/gcc.dg/Wstringop-overflow-38.c | 94 +++
gcc/testsuite/gcc.dg/builtin-stringop-chk-4.c | 2 +-
gcc/testsuite/gcc.dg/builtin-stringop-chk-5.c | 22 +-
gcc/testsuite/gcc.dg/builtin-stringop-chk-8.c | 2 +-
gcc/testsuite/gcc.dg/strlenopt-74.c | 2 +-
gcc/tree-object-size.c | 15 +-
gcc/tree-object-size.h | 1 +
gcc/tree-ssa-strlen.c | 1 -
20 files changed, 1188 insertions(+), 361 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-34.c
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-35.c
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-36.c
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-37.c
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-38.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.
unknown user pushed a change to branch master
in repository gcc.
from 371cc683371 avoid stmt-info allocation for debug stmts
new 3a391adf7a3 libstdc++: Extend memcmp optimization in std::lexicographic [...]
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/bits/deque.tcc | 103 +++++++
libstdc++-v3/include/bits/stl_algobase.h | 101 ++++++-
libstdc++-v3/include/debug/safe_iterator.tcc | 74 +++++
.../25_algorithms/lexicographical_compare/1.cc | 45 ++-
.../lexicographical_compare/deque_iterators/1.cc | 301 +++++++++++++++++++++
5 files changed, 606 insertions(+), 18 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/de [...]
--
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 devel/ranger
in repository gcc.
from e09c42b8a4c Revamp frvrp*changes flags.
new 71920b87f77 Adjust evrp trapping code to display removal of PHIs.
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/misc.cc | 10 +++++++++-
1 file changed, 9 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 36e95a9e539 tree-optimization/95576 - fix compare-debug issue with SLP [...]
new 371cc683371 avoid stmt-info allocation for debug stmts
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/tree-vect-loop.c | 13 ++++++++++++-
gcc/tree-vect-patterns.c | 9 ++++++---
gcc/tree-vect-slp.c | 4 ++++
gcc/tree-vect-stmts.c | 2 ++
4 files changed, 24 insertions(+), 4 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 b5cebc9ab7f aarch64: Fix an ICE in register_tuple_type [PR95523]
new 36e95a9e539 tree-optimization/95576 - fix compare-debug issue with SLP [...]
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/testsuite/g++.dg/vect/pr95576.cc | 23 +++++++++++++++++++++++
gcc/tree-vect-slp.c | 9 ++++++++-
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr95576.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.