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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e588b0c9 0: update: binutils-gcc-linux-qemu: all
new f055ede8 0: update: binutils-gcc-linux-qemu: 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 (e588b0c9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 126 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 11492 ++++-----
04-build_abe-stage1/console.log | 18239 +++++++-------
05-build_abe-qemu/console.log | 3558 +++
05-build_linux/console.log | 468 -
06-build_abe-qemu/console.log | 3521 ---
06-build_linux/console.log | 495 +
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 38007 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 4 +-
16 files changed, 38257 insertions(+), 38125 deletions(-)
create mode 100644 05-build_abe-qemu/console.log
delete mode 100644 05-build_linux/console.log
delete mode 100644 06-build_abe-qemu/console.log
create mode 100644 06-build_linux/console.log
--
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 5edc7a0af6f testsuite: Add s390 to vect_*_cvt checks.
new 0f442f1378f Fix PR testsuite/100454
new e69ac020372 Add line debug info for virtual thunks
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/dbxout.c | 2 +
gcc/debug.c | 1 +
gcc/debug.h | 4 +
gcc/dwarf2out.c | 244 ++++++++++++++++++++++++++++++++--------
gcc/dwarf2out.h | 2 +
gcc/final.c | 8 ++
gcc/ggc-page.c | 6 +
gcc/stringpool.c | 6 +
gcc/testsuite/gnat.dg/opt93.adb | 2 +-
gcc/vmsdbgout.c | 1 +
10 files changed, 225 insertions(+), 51 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 a2c593009fe Fortran: Assumed and explicit size class arrays [PR46691/99819].
new 1e27ffde96b testsuite: Add vect_floatint_cvt to gcc.dg/vect/pr56541.c
new 5edc7a0af6f testsuite: Add s390 to vect_*_cvt checks.
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/testsuite/gcc.dg/vect/pr56541.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 29 ++++++++++++++++++++++-------
2 files changed, 23 insertions(+), 8 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 eb1aa9ad2af libstdc++: Implement LWG 3533 changes to foo_view::iterator [...]
new a2c593009fe Fortran: Assumed and explicit size class arrays [PR46691/99819].
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/fortran/class.c | 33 +++++++++++----
gcc/fortran/trans-array.c | 12 +++++-
gcc/fortran/trans-expr.c | 9 ++++
gcc/testsuite/gfortran.dg/class_dummy_6.f90 | 65 +++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/class_dummy_7.f90 | 60 ++++++++++++++++++++++++++
5 files changed, 169 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_7.f90
--
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 284a1309021 or1k: Support large plt_relocs when generating plt entries
new 482155e6090 gdbserver/server: make some functions void
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:
gdbserver/ChangeLog | 6 ++++++
gdbserver/server.cc | 34 ++++++++++------------------------
2 files changed, 16 insertions(+), 24 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 ee5361a16dd refactor SSA rewriting timevars
new 08f3287eefe libstdc++: Implement LWG 3391 changes to move/counted_itera [...]
new eb1aa9ad2af libstdc++: Implement LWG 3533 changes to foo_view::iterator [...]
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/bits/stl_iterator.h | 13 ++++---------
libstdc++-v3/include/std/ranges | 14 ++++++--------
.../lwg3389.cc => move_iterator/lwg3391.cc} | 12 +++++++-----
.../testsuite/24_iterators/move_iterator/move_only.cc | 8 +++++++-
4 files changed, 24 insertions(+), 23 deletions(-)
copy libstdc++-v3/testsuite/24_iterators/{counted_iterator/lwg3389.cc => move_iter [...]
--
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 ccba1513d34 modulo-sched: skip loops with strange register defs [PR100225]
new d22de093a91 IBM Z: Fix error checking for builtin vec_permi
new e99763ee6da libstdc++: Do not use deduced return type for std::visit [P [...]
new cea2b1a52b3 libstdc++: Fix undefined behaviour in testsuite
new 00ddf72a6f5 libstdc++: Fix null dereference in pb_ds containers
new 48a3af6f615 libstdc++: Fix undefined behaviour in std::string
new 9ff7e01b7f7 libstdc++: Fix null dereferences in std::promise
new 4f354e7447c libstdc++: Add tests for std::invoke feature test macro
new ca7d2f2ec91 libstdc++: Implement LWG 1203 for rvalue iostreams
The 8 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/s390/s390-builtins.def | 44 ++++-------
gcc/config/s390/s390.c | 7 +-
.../gcc.target/s390/zvector/imm-range-error-1.c | 2 +-
gcc/testsuite/gcc.target/s390/zvector/vec-permi.c | 54 ++++++++++++++
libstdc++-v3/include/bits/basic_string.h | 7 +-
.../pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp | 26 ++++---
libstdc++-v3/include/std/future | 64 +++++++++++-----
libstdc++-v3/include/std/istream | 74 ++++--------------
libstdc++-v3/include/std/ostream | 87 ++++++++--------------
libstdc++-v3/include/std/variant | 50 ++++++-------
libstdc++-v3/testsuite/20_util/from_chars/3.cc | 2 +-
.../testsuite/20_util/function_objects/invoke/3.cc | 7 +-
.../20_util/function_objects/invoke/version.cc | 9 +++
libstdc++-v3/testsuite/20_util/variant/100384.cc | 9 +++
.../testsuite/24_iterators/reverse_iterator/2.cc | 8 +-
.../copy_backward/move_iterators/69478.cc | 2 +-
.../testsuite/25_algorithms/move_backward/69478.cc | 2 +-
.../testsuite/25_algorithms/move_backward/93872.cc | 2 +-
.../extractors_character/char/lwg2499_neg.cc | 12 +--
.../extractors_character/wchar_t/lwg2499_neg.cc | 4 +-
.../27_io/basic_istream/extractors_other/char/4.cc | 77 +++++++------------
.../basic_istream/extractors_other/wchar_t/4.cc | 77 +++++++------------
.../27_io/basic_ostream/inserters_other/char/6.cc | 78 +++++++------------
.../basic_ostream/inserters_other/wchar_t/6.cc | 78 +++++++------------
.../testsuite/27_io/filesystem/path/io/dr2989.cc | 1 +
libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc | 11 ---
libstdc++-v3/testsuite/27_io/rvalue_streams.cc | 74 ++++++++++++++++--
.../30_threads/promise/members/at_thread_exit2.cc | 1 -
28 files changed, 432 insertions(+), 437 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-permi.c
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/invoke/version.cc
create mode 100644 libstdc++-v3/testsuite/20_util/variant/100384.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 0e79e63026e libstdc++: Fix definition of std::remove_cvref_t
new ee5361a16dd refactor SSA rewriting timevars
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/timevar.def | 3 +--
gcc/tree-into-ssa.c | 11 +----------
2 files changed, 2 insertions(+), 12 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 cfd65e8d529 phiopt: Use gphi *phi instead of gimple *phi some more
new 74115546861 Revert "libstdc++: Use unsigned char argument to std::isdigit"
new 0e79e63026e libstdc++: Fix definition of std::remove_cvref_t
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/charconv | 2 +-
libstdc++-v3/include/std/type_traits | 17 +++++++++++++----
libstdc++-v3/testsuite/20_util/remove_cvref/value.cc | 7 +++++++
3 files changed, 21 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.