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/release-aarch64
in repository toolchain/ci/gcc.
from c749de49376 Daily bump.
adds 99679c0ff73 Daily bump.
adds 3a9dcef5c19 libstdc++: Update value of __cpp_lib_ios_noreplace macro
adds 0b4d2f5e7b4 libstdc++: Rename data members of std::unexpected and std:: [...]
adds 61076545cb3 libstdc++: Make std::string_view(Range&&) constructor explicit
adds 25b11619a83 Do not enable -mblock-ops-vector-pair.
adds 4178af1a5f6 Daily bump.
adds b8d9acc373c Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 ++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.cc | 11 --------
libstdc++-v3/ChangeLog | 33 ++++++++++++++++++++++
libstdc++-v3/include/bits/ios_base.h | 2 +-
libstdc++-v3/include/std/expected | 32 ++++++++++-----------
libstdc++-v3/include/std/string_view | 2 +-
libstdc++-v3/include/std/version | 2 +-
.../basic_string_view/cons/char/range_c++20.cc | 28 +++++++++++++++---
.../basic_string_view/cons/wchar_t/range_c++20.cc | 30 ++++++++++++++++----
.../27_io/basic_ofstream/open/char/noreplace.cc | 4 +--
.../27_io/basic_ofstream/open/wchar_t/noreplace.cc | 4 +--
12 files changed, 111 insertions(+), 44 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_check/release-aarch64
in repository toolchain/ci/base-artifacts.
discards 1aceaf859 0: update: binutils-gcc: 1
new 9da5a5e47 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 (1aceaf859)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/release-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 1604 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 37680 -> 37824 bytes
04-build_abe-gcc/console.log.xz | Bin 200544 -> 200848 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3844 -> 3872 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2324 -> 2328 bytes
07-check_regression/console.log.xz | Bin 4296 -> 3716 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 28 +-
07-check_regression/results.compare | 52 +-
07-check_regression/results.compare2 | 188 +-
07-check_regression/results.regressions | 52 +-
08-update_baseline/console.log | 426 ++-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 28 +-
08-update_baseline/results.compare | 52 +-
08-update_baseline/results.compare2 | 188 +-
08-update_baseline/results.regressions | 52 +-
jenkins/manifest.sh | 16 +-
results | 1 -
sumfiles/g++.log.xz | Bin 3520240 -> 3534888 bytes
sumfiles/g++.sum | 42 +-
sumfiles/gcc.log.xz | Bin 3000576 -> 2996020 bytes
sumfiles/gcc.sum | 4566 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1032848 -> 1031284 bytes
sumfiles/gfortran.sum | 17 +-
sumfiles/libatomic.log.xz | Bin 2192 -> 2192 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 201700 -> 201848 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2540 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 434220 -> 431664 bytes
sumfiles/libstdc++.sum | 8 +-
34 files changed, 2734 insertions(+), 2992 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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/gcc.
from 36e96748ede Daily bump.
adds 019a41a7cea Daily bump.
adds a46bca36b7b Allow any immediate constant in *cmp<dwi>_doubleword splitt [...]
adds 19077677351 c++: Add support for __real__/__imag__ modifications in con [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.md | 16 ++++-
gcc/cp/constexpr.cc | 94 +++++++++++++++++++++----
gcc/testsuite/g++.dg/cpp1y/constexpr-complex1.C | 24 +++++++
gcc/testsuite/gcc.target/i386/cmpti1.c | 8 +++
gcc/testsuite/gcc.target/i386/cmpti2.c | 12 ++++
gcc/testsuite/gcc.target/i386/cmpti3.c | 13 ++++
7 files changed, 151 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-complex1.C
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti3.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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards 86ccb0542 0: update: binutils-gcc-linux-glibc-gdb: 1
new 7fc997e85 0: update: binutils-gcc-linux-glibc-gdb: 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 (86ccb0542)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 51132 -> 51764 bytes
04-build_abe-gcc/console.log.xz | Bin 233540 -> 233752 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9968 -> 8924 bytes
07-build_abe-glibc/console.log.xz | Bin 231916 -> 231820 bytes
08-build_abe-gdb/console.log.xz | Bin 49788 -> 50084 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3804 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2144 -> 2544 bytes
11-check_regression/console.log.xz | Bin 2292 -> 2304 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 342 ++++++++++++++---------------
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 30 +--
sumfiles/binutils.log.xz | Bin 55336 -> 55276 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 97880 -> 97900 bytes
sumfiles/gas.sum | 268 +++++++++++-----------
sumfiles/ld.log.xz | Bin 131132 -> 131044 bytes
sumfiles/ld.sum | 338 ++++++++++++++--------------
23 files changed, 532 insertions(+), 532 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.