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.
This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from 2b2404cf tcwg_bmk-build.sh: Update run_profile setting
adds abd07fb8 Revert "tcwg_bmk-build.sh: Switch TK1 and TX1 benchmarking to [...]
adds 72e50450 tcwg-benchmark.sh: Move resolution of @build_num@ and @hw_tag [...]
No new revisions were added by this update.
Summary of changes:
tcwg-benchmark.sh | 10 ----------
tcwg_bmk-build.sh | 13 ++++---------
2 files changed, 4 insertions(+), 19 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 de0fcacd568 IBM Z: Fix vector intrinsics vec_double and vec_floate
new ebf5768c965 Daily bump.
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/ChangeLog | 10 ++++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 11 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-11
in repository gcc.
from 04a6793eec7 rs6000: MMA builtin usage ICEs when used in a #pragma omp p [...]
new 36b8b52a06c Daily bump.
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/ChangeLog | 159 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 11 ++++
gcc/c/ChangeLog | 14 +++++
gcc/cp/ChangeLog | 13 ++++
gcc/fortran/ChangeLog | 8 +++
gcc/testsuite/ChangeLog | 129 +++++++++++++++++++++++++++++++++++++++
libffi/ChangeLog | 11 ++++
8 files changed, 346 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 66d838e2498 IBM Z: Fix vector intrinsics vec_double and vec_floate
new c5da0eb1984 Daily bump.
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/ChangeLog | 10 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
4 files changed, 21 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 b376b1ef389 libstdc++: Simplify constexpr checks in std::char_traits [P [...]
new 688359a27d8 Daily bump.
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 | 5 +
contrib/ChangeLog | 5 +
gcc/ChangeLog | 173 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 346 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/cp/ChangeLog | 11 ++
gcc/testsuite/ChangeLog | 32 +++++
libgomp/ChangeLog | 89 +++++++++++++
libitm/ChangeLog | 5 +
libstdc++-v3/ChangeLog | 39 ++++++
10 files changed, 706 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-check_binutils
in repository toolchain/ci/binutils-gdb.
from de955b29e6 Automatic date update in version.in
adds a81254fae7 Automatic date update in version.in
new bf57d8eb47 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-check_binutils
in repository toolchain/ci/base-artifacts.
discards 135a868e 3: update: binutils-de955b29e61295464a52ba2ba129435ce5578238: 1
new e7f18920 3: update: binutils-bf57d8eb47046ec4d221238cf54f43712da689a7: 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 (135a868e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 174 +-
02-prepare_abe/console.log | 220 +-
03-build_abe-binutils/console.log | 13149 +++++++++++------------
04-build_abe-check_binutils/console.log | 2558 ++---
05-check_regression/console.log | 178 +-
05-check_regression/results.regressions | 4 +-
06-update_baseline/console.log | 978 +-
06-update_baseline/results.regressions | 4 +-
console.log | 17259 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
sumfiles/binutils.log.xz | Bin 37444 -> 37448 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 71252 -> 71260 bytes
sumfiles/gas.sum | 4 +-
sumfiles/ld.log.xz | Bin 107464 -> 107436 bytes
sumfiles/ld.sum | 4 +-
sumfiles/libctf.log.xz | Bin 1520 -> 1520 bytes
sumfiles/libctf.sum | 2 +-
18 files changed, 17280 insertions(+), 17266 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 a49dd19e81d sim: ppc: avoid "PAGE_SIZE" name
new 4470708442c 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-10-branch
in repository binutils-gdb.
from 62423df4ff7 Automatic date update in version.in
new df0fd533c71 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 binutils-2_36-branch
in repository binutils-gdb.
from a81254fae73 Automatic date update in version.in
new bf57d8eb470 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross
in repository toolchain/ci/glibc.
from aa9a7f6296 nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again
adds 6b229222fc Makeconfig: Fix time64-compat.mk target
adds c2059edce2 elf: Use _dl_catch_error from base namespace in dl-libc.c [B [...]
No new revisions were added by this update.
Summary of changes:
Makeconfig | 8 ++++----
elf/Makefile | 5 ++++-
elf/dl-libc.c | 4 ++--
...ostics-cpu.c => tst-dlmopen-gethostbyname-mod.c} | 11 ++++++++---
.../tst-dlmopen-gethostbyname.c | 21 ++++++---------------
5 files changed, 24 insertions(+), 25 deletions(-)
copy elf/{dl-diagnostics-cpu.c => tst-dlmopen-gethostbyname-mod.c} (71%)
copy time/tst-timespec_get.c => elf/tst-dlmopen-gethostbyname.c (72%)
--
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_cross/gnu-master-arm-build_cross
in repository toolchain/ci/base-artifacts.
discards 033f07c4 0: update: binutils-gcc-glibc-qemu: 6
new 6ff5b85b 0: update: binutils-gcc-glibc-qemu: 6
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 (033f07c4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-bui [...]
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 | 172 +-
02-prepare_abe/console.log | 168 +-
04-build_abe-binutils/console.log | 11634 ++--
05-build_abe-stage1/console.log | 19019 +++---
06-build_abe-linux/console.log | 2018 +-
07-build_abe-glibc/console.log | 36059 ++++++-----
08-build_abe-stage2/console.log | 40166 ++++++------
09-build_abe-qemu/console.log | 7042 ++-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 116324 +++++++++++++++++------------------
jenkins/manifest.sh | 24 +-
12 files changed, 116295 insertions(+), 116335 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.