This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 09c94770 0: update: binutils-gcc: 1
new bd017ad5 0: update: binutils-gcc: 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 (09c94770)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (bd017ad5)
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.xz | Bin 1516 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 50272 -> 51012 bytes
04-build_abe-gcc/console.log.xz | Bin 229584 -> 229628 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3828 -> 3816 bytes
06-build_abe-check_gcc/console.log.xz | Bin 3004 -> 3236 bytes
07-check_regression/console.log.xz | Bin 2348 -> 2596 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 29 +-
08-update_baseline/console.log | 220 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 29 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2774436 -> 2803420 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2323460 -> 2336692 bytes
sumfiles/gcc.sum | 4495 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 896676 -> 903124 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2164 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 198536 -> 198616 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 457184 -> 464360 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2539 insertions(+), 2478 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-11
in repository gcc.
from 800a09fc0bc Daily bump.
new e6503952a2f libstdc++: Improve config output for --enable-cstdio [PR104301]
new 541edc34632 libstdc++: Remove incorrect copyright notice from header
new 94525b91df8 libstdc++: Fix filenames in Doxygen @file comments
new fe76adc667b libstdc++: Add missing constexpr to uses-allocator construc [...]
new ab0efe756e2 libstdc++: Add suggestion to std::uncaught_exception() warning
new c277f6c1029 libstdc++: Document final option names for enabling C++20
new 53a1b53d782 libstdc++: Remove -gdwarf-4 from flags for debug library
new f6bf63ff368 libstdc++: Use __cpp_lib_concepts in std::reverse_iterator [...]
new 0811a4dc39d libstdc++: Rename non-reserved macros in config header [PR103650]
new c358b9e4937 libstdc++: Fix doxygen comment for filesystem::perms operators
new b8f55f9d21f libstdc++: Remove un-implementable noexcept from Filesystem [...]
new 123f87f604e libstdc++: Simplify std::allocator_traits<allocator<void>>: [...]
new 31a7c09dba1 libstdc++: Reset filesystem::recursive_directory_iterator on error
new 583267dc1e4 libstdc++: Do not use dirent::d_type unconditionally
new cd0312e8af9 libstdc++: Adjust Filesystem TS test for Windows
new 6f8133689f4 libstdc++: Fix mismatched noexcept-specifiers in Filesystem TS
new 20f2303b0ce libstdc++: Add missing constraints to std::bit_cast [PR105027]
new ffd135934a4 libstdc++: Make std::error_code printer more robust
The 18 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/acinclude.m4 | 4 +-
libstdc++-v3/configure | 11 +-
libstdc++-v3/configure.ac | 2 +-
libstdc++-v3/doc/html/manual/status.html | 4 +-
libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 4 +-
libstdc++-v3/include/Makefile.am | 2 +
libstdc++-v3/include/Makefile.in | 2 +
libstdc++-v3/include/bits/alloc_traits.h | 8 +-
libstdc++-v3/include/bits/allocator.h | 4 +-
libstdc++-v3/include/bits/fs_fwd.h | 2 +-
libstdc++-v3/include/bits/fs_ops.h | 2 +-
libstdc++-v3/include/bits/stl_iterator.h | 4 +-
libstdc++-v3/include/bits/uses_allocator_args.h | 18 +--
libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 +-
libstdc++-v3/include/experimental/bits/fs_ops.h | 10 +-
libstdc++-v3/include/experimental/bits/fs_path.h | 4 +-
libstdc++-v3/include/std/bit | 4 +
libstdc++-v3/libsupc++/exception | 2 +-
libstdc++-v3/python/libstdcxx/v6/printers.py | 110 +++++++++++++---
libstdc++-v3/src/c++17/fs_dir.cc | 12 +-
libstdc++-v3/src/filesystem/dir.cc | 12 +-
libstdc++-v3/src/filesystem/ops.cc | 6 +-
.../testsuite/17_intro/headers/c++1998/103650.cc | 13 ++
.../testsuite/20_util/uses_allocator/make_obj.cc | 30 ++++-
.../uses_allocator/uninitialized_construct.cc | 17 +++
.../testsuite/26_numerics/bit/bit.cast/105027.cc | 18 +++
.../27_io/filesystem/iterators/error_reporting.cc | 139 ++++++++++++++++++++
.../filesystem/iterators/error_reporting.cc | 140 +++++++++++++++++++++
.../filesystem/operations/create_directories.cc | 15 +++
.../testsuite/libstdc++-prettyprinters/cxx11.cc | 10 +-
30 files changed, 536 insertions(+), 75 deletions(-)
create mode 100644 libstdc++-v3/testsuite/17_intro/headers/c++1998/103650.cc
create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/uninitialized_con [...]
create mode 100644 libstdc++-v3/testsuite/26_numerics/bit/bit.cast/105027.cc
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/iterators/error_reporting.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/error_ [...]
--
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_cross_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 88fa6d3d66 gdb/Makefile.in: move ALLDEPFILES earlier in Makefile.in
adds 9f793f7bed gdb/testsuite: resolve a duplicate test name in a gdb.mi test
adds 5187219460 gdb/testsuite: resolve some duplicate test names in gdb.base
adds 22480d7c39 gdb: small simplification in dwarf2_locexpr_baton_eval
adds 1fb43cf759 gdb/dwarf: pass an array of values to the dwarf evaluator
adds df7a7bdd97 gdb: add support for Fortran's ASSUMED RANK arrays
adds cf78890fd4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/dwarf2/loc.c | 27 ++---
gdb/dwarf2/loc.h | 8 +-
gdb/dwarf2/read.c | 19 ++-
gdb/gdbtypes.c | 127 ++++++++++++++++++---
gdb/gdbtypes.h | 7 ++
gdb/gnu-v3-abi.c | 2 +-
gdb/testsuite/gdb.base/attach-pie-misread.exp | 10 +-
.../gdb.fortran/{rank.exp => assumedrank.exp} | 18 ++-
.../{intvar-array.f90 => assumedrank.f90} | 39 ++++---
gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 2 +-
11 files changed, 202 insertions(+), 59 deletions(-)
copy gdb/testsuite/gdb.fortran/{rank.exp => assumedrank.exp} (80%)
copy gdb/testsuite/gdb.fortran/{intvar-array.f90 => assumedrank.f90} (61%)
--
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_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 489e5f31 0: update: gcc-0364465e3708249ece810ca5d65164552595538c: 1
new 201c1d12 0: update: gdb-cf78890fd449bedb7190d36ed1288187fb3e8bb2: 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 (489e5f31)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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.xz | Bin 1536 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 29808 -> 29804 bytes
04-build_abe-stage1/console.log.xz | Bin 72820 -> 74412 bytes
06-build_abe-linux/console.log.xz | Bin 11292 -> 11064 bytes
07-build_abe-glibc/console.log.xz | Bin 234944 -> 235252 bytes
08-build_abe-stage2/console.log.xz | Bin 203884 -> 205972 bytes
09-build_abe-gdb/console.log.xz | Bin 35160 -> 37268 bytes
10-build_abe-qemu/console.log.xz | Bin 32532 -> 32552 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3940 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3060 -> 3088 bytes
13-check_regression/console.log.xz | Bin 5432 -> 13048 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 56 +-
13-check_regression/results.compare | 43 +-
13-check_regression/results.compare2 | 2512 +++++++++++++-
13-check_regression/results.regressions | 48 +-
14-update_baseline/console.log | 3612 +++++++++++++++++----
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 56 +-
14-update_baseline/results.compare | 43 +-
14-update_baseline/results.compare2 | 2512 +++++++++++++-
14-update_baseline/results.regressions | 48 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3362832 -> 3346684 bytes
sumfiles/g++.sum | 2423 ++++++--------
sumfiles/gcc.log.xz | Bin 2910192 -> 2936280 bytes
sumfiles/gcc.sum | 5412 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1013304 -> 1021820 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2288 -> 2288 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 196320 -> 196456 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2656 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 408012 -> 412116 bytes
sumfiles/libstdc++.sum | 2 +-
38 files changed, 11675 insertions(+), 5112 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 376cf6d19cd aarch64: Fix aarch64-tune.md (re)generation [PR105144]
new 88cffa1a07d [libgomp/testsuite] Fix libgomp.fortran/examples-4/declare_ [...]
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:
.../examples-4/declare_target-1.f90 | 31 +++++++++++++---------
.../examples-4/declare_target-2.f90 | 31 +++++++++++++---------
2 files changed, 38 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5040e5c8 2: update: qemu-3d31fe4d662f13c70eb7e87f29513623ccd76322: 20592
new fb3f7d90 2: update: linux-3123109284176b1532874591f7c81f3837bbdc17: 20673
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 (5040e5c8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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.xz | Bin 1612 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30092 -> 30032 bytes
04-build_abe-stage1/console.log.xz | Bin 73628 -> 74776 bytes
05-build_abe-qemu/console.log.xz | Bin 30984 -> 31980 bytes
06-build_linux/console.log.xz | Bin 19824 -> 18080 bytes
08-check_regression/console.log.xz | Bin 480 -> 484 bytes
09-update_baseline/console.log | 54 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +++----
results | 2 +-
10 files changed, 33 insertions(+), 33 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_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 786b59a1 2: update: binutils-gcc: 0
new c2e40344 2: update: binutils-gcc: 0
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 (786b59a1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1556 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2772 bytes
04-build_abe-binutils/console.log.xz | Bin 25188 -> 20988 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 6 +++---
jenkins/manifest.sh | 10 +++++-----
6 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.