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-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 9b9d9fd0728 Daily bump.
adds 1a17c0e113a Daily bump.
adds 070a0b6392d c++: Fix ICE popping local scope [pr84733]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/name-lookup.c | 3 ++-
gcc/testsuite/g++.dg/lookup/pr84733.C | 21 +++++++++++++++++++++
4 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr84733.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 linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b5052864 0: update: binutils-gcc-linux: all
new 95c448bd 0: update: binutils-gcc-linux: all
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 (b5052864)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 14 +-
02-prepare_abe/console.log | 132 +-
03-build_abe-binutils/console.log | 10648 +++++------
04-build_abe-stage1/console.log | 18214 +++++++++---------
05-build_linux/console.log | 562 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29668 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 29626 insertions(+), 29634 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 933dc0e570 time: Add a __itimerval64 struct
new 642d5abaf1 Add benchtests for roundeven and roundevenf.
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 ++++--
benchtests/{trunc-inputs => roundeven-inputs} | 0
benchtests/{truncf-inputs => roundevenf-inputs} | 0
3 files changed, 4 insertions(+), 2 deletions(-)
copy benchtests/{trunc-inputs => roundeven-inputs} (100%)
copy benchtests/{truncf-inputs => roundevenf-inputs} (100%)
--
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 0302a2de7f1 libstdc++: Move definition earlier in file
new ae6076b5bc1 libstdc++: Implement C++20 changes to insert iterators
new 81a8d137c22 libstdc++: Add remaining C++20 changes to iterator adaptors
new b8a28a06eaf libstdc++: Define __cpp_lib_ranges macro for C++20
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:
libstdc++-v3/ChangeLog | 41 +++++
libstdc++-v3/include/bits/iterator_concepts.h | 50 ++++++
libstdc++-v3/include/bits/range_access.h | 27 +--
libstdc++-v3/include/bits/range_cmp.h | 3 +
libstdc++-v3/include/bits/stl_iterator.h | 200 +++++++++++++++++----
.../include/bits/stl_iterator_base_types.h | 4 +-
libstdc++-v3/include/std/concepts | 2 +-
libstdc++-v3/include/std/version | 7 +-
.../constexpr.cc} | 35 +++-
.../constexpr.cc} | 35 +++-
.../headers/iterator/synopsis_c++17.cc | 18 ++
.../lwg3389.cc => insert_iterator/constexpr.cc} | 38 +++-
.../pr93884.cc => move_iterator/input_iterator.cc} | 20 +--
.../24_iterators/move_iterator/move_only.cc | 61 +++++++
.../24_iterators/move_iterator/rel_ops_c++20.cc | 129 +++++++++++++
.../24_iterators/reverse_iterator/rel_ops_c++20.cc | 156 ++++++++++++++++
.../std/ranges/headers/ranges/synopsis.cc | 6 +
17 files changed, 735 insertions(+), 97 deletions(-)
copy libstdc++-v3/testsuite/24_iterators/{counted_iterator/lwg3389.cc => back_inse [...]
copy libstdc++-v3/testsuite/24_iterators/{counted_iterator/lwg3389.cc => front_ins [...]
copy libstdc++-v3/testsuite/24_iterators/{counted_iterator/lwg3389.cc => insert_it [...]
copy libstdc++-v3/testsuite/24_iterators/{back_insert_iterator/pr93884.cc => move_ [...]
create mode 100644 libstdc++-v3/testsuite/24_iterators/move_iterator/move_only.cc
create mode 100644 libstdc++-v3/testsuite/24_iterators/move_iterator/rel_ops_c++20.cc
create mode 100644 libstdc++-v3/testsuite/24_iterators/reverse_iterator/rel_ops_c++20.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 491009b609d Update gcc de.po.
new 0302a2de7f1 libstdc++: Move definition earlier in file
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/ChangeLog | 5 +++++
libstdc++-v3/include/std/type_traits | 10 +++++-----
2 files changed, 10 insertions(+), 5 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_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 9b9d9fd0728 Daily bump.
adds 1a17c0e113a Daily bump.
new 070a0b6392d c++: Fix ICE popping local scope [pr84733]
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/name-lookup.c | 3 ++-
gcc/testsuite/g++.dg/lookup/pr84733.C | 21 +++++++++++++++++++++
4 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr84733.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 linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9ef49846 0: update: binutils-gcc-linux: boot
new 33e5d45a 0: update: binutils-gcc-linux: boot
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 (9ef49846)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 76 +-
02-prepare_abe/console.log | 282 +-
03-build_abe-binutils/console.log | 11327 ++++++-------
04-build_abe-stage1/console.log | 13653 ++++++++--------
05-build_linux/console.log | 680 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 3 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 3 +-
console.log | 26114 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 26091 insertions(+), 26087 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_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2d03a43b 10: update: llvm-linux: 17560
new 6f011ce3 10: update: llvm-linux: 17560
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 (2d03a43b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 79 +-
02-build_llvm/console.log | 12787 ++++++++++----------
03-build_linux/console.log | 6302 +++++-----
05-check_regression/console.log | 12 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 32 +-
06-update_baseline/results.regressions | 20 +-
console.log | 19212 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
9 files changed, 19248 insertions(+), 19224 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.