This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from dd1396b5f0 Automatic date update in version.in
adds d9b45ba2ee Automatic date update in version.in
adds 6bd77506c0 Automatic date update in version.in
adds 88cb287c03 Automatic date update in version.in
adds 4c30ee3286 Automatic date update in version.in
adds de955b29e6 Automatic date update in version.in
adds a81254fae7 Automatic date update in version.in
adds bf57d8eb47 Automatic date update in version.in
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 71fe1cb5 2: update: linux-50a1180e6cf12462bbbf3f2ebc5b93094ed9abee: 21661
new b6dbf4fe 2: update: binutils-gcc-linux-qemu: 21667
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 (71fe1cb5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 424 +-
03-build_abe-binutils/console.log | 11519 ++++-----
04-build_abe-stage1/console.log | 18416 +++++++-------
05-build_abe-qemu/console.log | 6883 +++---
06-build_linux/console.log | 751 +-
08-check_regression/console.log | 24 +-
08-check_regression/results.regressions | 6 +-
09-update_baseline/console.log | 116 +-
09-update_baseline/results.regressions | 6 +-
console.log | 38317 +++++++++++++++---------------
jenkins/manifest.sh | 24 +-
results | 2 +-
13 files changed, 39122 insertions(+), 37550 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-10
in repository gcc.
from c5da0eb1984 Daily bump.
new 206d49a2373 rs6000: MMA test case ICEs using -O3 [PR99842]
new 261c036e397 rs6000: Add new __builtin_vsx_build_pair and __builtin_mma_ [...]
new 9e107823703 rs6000: MMA builtin usage ICEs when used in a #pragma omp p [...]
The 3 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/config/rs6000/predicates.md | 3 +-
gcc/config/rs6000/rs6000-builtin.def | 2 +
gcc/config/rs6000/rs6000-call.c | 29 +++-
gcc/config/rs6000/rs6000.c | 6 +-
gcc/doc/extend.texi | 4 +-
gcc/testsuite/g++.target/powerpc/pr99842.C | 188 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/mma-builtin-4.c | 16 +-
gcc/testsuite/gcc.target/powerpc/mma-builtin-5.c | 24 ++-
gcc/testsuite/gcc.target/powerpc/pr100777.c | 24 +++
9 files changed, 277 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.target/powerpc/pr99842.C
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr100777.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 releases/gcc-11
in repository gcc.
from 36b8b52a06c Daily bump.
new bc7a522548c libstdc++: Refine range adaptors' "simple extra args" mecha [...]
new f0d8d001d94 libstdc++: Non-triv-copyable extra args aren't simple [PR100940]
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:
libstdc++-v3/include/std/ranges | 45 +++++++++-----
.../testsuite/std/ranges/adaptors/100577.cc | 69 +++++++++++++++-------
2 files changed, 80 insertions(+), 34 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 4b4f5666b4c libstdc++: Implement P2325 changes to default-constructibil [...]
new 2786064d91f libstdc++: Move ranges algos used by <ranges> into ranges_util.h
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/ranges_algo.h | 215 +------------------------------
libstdc++-v3/include/bits/ranges_util.h | 219 ++++++++++++++++++++++++++++++++
libstdc++-v3/include/std/ranges | 72 ++---------
3 files changed, 233 insertions(+), 273 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 7d08043da93 Add IEEE 128-bit min/max support on PowerPC.
new 4b4f5666b4c libstdc++: Implement P2325 changes to default-constructibil [...]
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/iterator_concepts.h | 3 +-
libstdc++-v3/include/bits/ranges_base.h | 3 +-
libstdc++-v3/include/bits/ranges_util.h | 2 +-
libstdc++-v3/include/bits/stl_iterator.h | 16 +--
libstdc++-v3/include/bits/stream_iterator.h | 5 -
libstdc++-v3/include/std/ranges | 160 ++++++++++++++-------
libstdc++-v3/include/std/span | 3 +-
libstdc++-v3/include/std/version | 2 +-
.../24_iterators/back_insert_iterator/constexpr.cc | 3 +-
.../front_insert_iterator/constexpr.cc | 3 +-
.../24_iterators/insert_iterator/constexpr.cc | 3 +-
.../ostream_iterator/requirements/constexpr.cc | 24 ----
libstdc++-v3/testsuite/std/ranges/97600.cc | 3 +-
.../detail/{semiregular_box.cc => copyable_box.cc} | 51 ++++++-
libstdc++-v3/testsuite/std/ranges/p2325.cc | 155 ++++++++++++++++++++
libstdc++-v3/testsuite/std/ranges/single_view.cc | 15 ++
libstdc++-v3/testsuite/std/ranges/view.cc | 2 +-
17 files changed, 335 insertions(+), 118 deletions(-)
delete mode 100644 libstdc++-v3/testsuite/24_iterators/ostream_iterator/requiremen [...]
rename libstdc++-v3/testsuite/std/ranges/adaptors/detail/{semiregular_box.cc => co [...]
create mode 100644 libstdc++-v3/testsuite/std/ranges/p2325.cc
--
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 688359a27d8 Daily bump.
new 7d08043da93 Add IEEE 128-bit min/max support on PowerPC.
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/config/rs6000/rs6000.c | 3 ++-
gcc/config/rs6000/rs6000.md | 11 +++++++++++
gcc/testsuite/gcc.target/powerpc/float128-minmax-2.c | 15 +++++++++++++++
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/float128-minmax-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.