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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 9bd78313f 3: reset: gcc-4dc7ce6fb3917958d1a6036d8acf2953b9c1b868: 19696
new 9480bc6a9 4: reset: gcc-5f9ccf17de7f7581412c6bffd4a37beca9a79836: 19690
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 1592 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 45188 -> 44800 bytes
04-build_abe-stage1/console.log.xz | Bin 71924 -> 71780 bytes
05-build_abe-qemu/console.log.xz | Bin 31940 -> 31984 bytes
06-build_linux/console.log.xz | Bin 46992 -> 48284 bytes
08-check_regression/console.log.xz | Bin 1264 -> 1260 bytes
08-check_regression/mail-body.txt | 35 +++++++++++++++++---------
08-check_regression/results.regressions | 20 +++++++--------
08-check_regression/trigger-bisect | 2 +-
09-update_baseline/console.log | 14 +++++------
jenkins/manifest.sh | 8 +++---
mail/jira-body.txt | 8 +++---
mail/mail-body.txt | 43 ++++++++++++++++++++------------
mail/mail-subject.txt | 2 +-
results | 22 ++++++++--------
16 files changed, 88 insertions(+), 66 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 b707ac10d5a Add support for 32-bit hppa targets in muldi3 expander
new 8b333df9484 Darwin, X86, config: Adjust 'as' command lines [PR100340].
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.in | 7 +++++++
gcc/config/i386/darwin.h | 10 +++++++++-
gcc/configure | 35 +++++++++++++++++++++++++++++++++++
gcc/configure.ac | 9 +++++++++
4 files changed, 60 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_kernel/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 235369a40 0: update: binutils-gcc-linux-qemu: all
new e284269ff 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 (235369a40)
\
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 1556 -> 1868 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 45372 -> 45324 bytes
04-build_abe-stage1/console.log.xz | Bin 71896 -> 71444 bytes
05-build_abe-qemu/console.log.xz | Bin 30168 -> 29872 bytes
06-build_linux/console.log.xz | Bin 36896 -> 37120 bytes
07-boot_linux/console.log.xz | Bin 576 -> 576 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
11 files changed, 16 insertions(+), 16 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 5764921249a Add support for 32-bit hppa targets in muldi3 expander
new 081f08b80db libstdc++: Fix std::match_results::end() for failed matches [...]
new e4f3b1e502a libstdc++: Clear up directories created by tests
new 6732e0e93d7 libstdc++: Install GDB pretty printers for debug library
new 780aba4a149 libstdc++: Add pretty printer for std::error_code and std:: [...]
new b90b39a3315 libstdc++: std::system_category should know meaning of zero [...]
new 2229841816d libstdc++: Remove non-deducible parameter for std::advance [...]
new b1d8d3a209f libstdc++: Rename tests with incorrect extension
The 7 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/fs_path.h | 2 +-
libstdc++-v3/include/bits/regex.h | 4 +-
libstdc++-v3/python/Makefile.am | 12 +++++-
libstdc++-v3/python/Makefile.in | 8 +++-
libstdc++-v3/python/libstdcxx/v6/printers.py | 43 +++++++++++++++++++++-
libstdc++-v3/src/c++11/system_error.cc | 3 ++
.../19_diagnostics/error_category/102425.cc | 18 +++++++++
.../26_numerics/valarray/{dr630-3.C => dr630-3.cc} | 0
.../basic_iostream/cons/{16251.C => 16251.cc} | 0
.../27_io/filesystem/operations/remove_all.cc | 2 +
.../testsuite/28_regex/match_results/102667.C | 39 ++++++++++++++++++++
.../filesystem/operations/remove_all.cc | 2 +
.../testsuite/libstdc++-prettyprinters/cxx11.cc | 19 ++++++++++
13 files changed, 146 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/102425.cc
rename libstdc++-v3/testsuite/26_numerics/valarray/{dr630-3.C => dr630-3.cc} (100%)
rename libstdc++-v3/testsuite/27_io/basic_iostream/cons/{16251.C => 16251.cc} (100%)
create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/102667.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_gdb/master-arm
in repository toolchain/ci/glibc.
from 8faa1e0449 libio: Update tst-wfile-sync to not depend on stdin
adds 1bd8b8d58f x86: Optimize memcmp-evex-movbe.S for frontend behavior and size
adds e59ced2384 x86: Optimize memset-vec-unaligned-erms.S
No new revisions were added by this update.
Summary of changes:
sysdeps/x86_64/memset.S | 10 +-
sysdeps/x86_64/multiarch/memcmp-evex-movbe.S | 434 ++++++++++++---------
.../x86_64/multiarch/memset-avx2-unaligned-erms.S | 10 +-
.../multiarch/memset-avx512-unaligned-erms.S | 11 +-
.../x86_64/multiarch/memset-evex-unaligned-erms.S | 11 +-
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 285 ++++++++++----
6 files changed, 474 insertions(+), 287 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_gdb/master-arm
in repository toolchain/ci/binutils-gdb.
from 255a531196 Automatic date update in version.in
adds 777b054cf9 Automatic date update in version.in
adds 7110a5d8e8 [gdb/testsuite] Remove quit in gdb.arch/i386-mpx.exp
adds 746723ba6c [gdb/testsuite] Fix gdb.base/batch-exit-status.exp with nati [...]
adds 36170420e3 [gdb/testsuite] Fix test name in gdb.python/python.exp
adds 2786ef85fa [gdb/testsuite] Require use_gdb_stub == 0 where appropriate
adds 38b03d23c7 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with nativ [...]
adds 76b43c9b5c gdb: improve error reporting from the disassembler
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/disasm.c | 14 ++++++----
gdb/disasm.h | 7 ++++-
gdb/testsuite/boards/gdbserver-base.exp | 2 +-
gdb/testsuite/gdb.arch/i386-mpx.exp | 2 --
.../gdb.dwarf2/frame-inlined-in-outer-frame.exp | 3 +++
gdb/testsuite/gdb.fortran/call-no-debug.exp | 4 ++-
gdb/testsuite/gdb.mi/mi-async.exp | 3 +++
gdb/testsuite/gdb.python/python.exp | 30 ++++++++++++++--------
gdb/testsuite/gdb.reverse/insn-reverse.exp | 3 +++
gdb/testsuite/gdb.tui/tui-missing-src.exp | 3 +++
gdb/testsuite/lib/gdb.exp | 3 +++
12 files changed, 55 insertions(+), 21 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_gdb/master-arm
in repository toolchain/ci/base-artifacts.
discards 063c68a49 0: update: binutils-gcc-linux-glibc-gdb: 1
new c224fe16f 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 (063c68a49)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 1580 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 66848 -> 68128 bytes
04-build_abe-gcc/console.log.xz | Bin 232608 -> 232556 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9084 -> 8772 bytes
07-build_abe-glibc/console.log.xz | Bin 228944 -> 228472 bytes
08-build_abe-gdb/console.log.xz | Bin 53628 -> 54528 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3804 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2136 -> 3100 bytes
11-check_regression/console.log.xz | Bin 4296 -> 3872 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 36 +-
11-check_regression/results.compare | 78 +-
11-check_regression/results.compare2 | 217 +-
11-check_regression/results.regressions | 78 +-
12-update_baseline/console.log | 803 +++---
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 36 +-
12-update_baseline/results.compare | 78 +-
12-update_baseline/results.compare2 | 217 +-
12-update_baseline/results.regressions | 78 +-
jenkins/manifest.sh | 24 +-
sumfiles/gdb.log.xz | Bin 1541408 -> 1550456 bytes
sumfiles/gdb.sum | 4478 ++++++++++++++++---------------
25 files changed, 2892 insertions(+), 3235 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 1284c2264cc PPC fix for stfiwx instruction (and additional stores with [...]
new 9cd609f8641 [gdb/exp] Improve <error reading variable> message
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:
.../{array-bounds-high.exp => array-no-bounds.exp} | 22 ++++++++++-------
.../{intvar-array.f90 => array-no-bounds.f90} | 28 ++++++++++++----------
gdb/valprint.c | 2 +-
3 files changed, 29 insertions(+), 23 deletions(-)
copy gdb/testsuite/gdb.fortran/{array-bounds-high.exp => array-no-bounds.exp} (66%)
copy gdb/testsuite/gdb.fortran/{intvar-array.f90 => array-no-bounds.f90} (73%)
--
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 97c32001664 x86_64: Some SUBREG related optimization tweaks to i386 backend.
new 85b24e32dc2 libstdc++: Fix dangling string_view in filesystem::path [PR102592]
new b83b810ac44 libstdc++: Refactor filesystem::path encoding conversions
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/fs_path.h | 135 +++++++++++++--------
.../27_io/filesystem/path/construct/102592.C | 28 +++++
2 files changed, 111 insertions(+), 52 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/102592.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_cross_build/master-aarch64
in repository toolchain/ci/linux.
from f4d0cc426f77 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds 0d67e332e6df module: fix clang CFI with MODULE_UNLOAD=n
adds 348949d9a444 Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/ [...]
No new revisions were added by this update.
Summary of changes:
kernel/module.c | 2 ++
1 file changed, 2 insertions(+)
--
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/release-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from 6fc54b1d1e Automatic date update in version.in
adds 0d4e7d656e Automatic date update in version.in
adds 66d5c70038 Automatic date update in version.in
adds 3414eb95d1 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 76b43c9b5c gdb: improve error reporting from the disassembler
adds 1284c2264c PPC fix for stfiwx instruction (and additional stores with p [...]
No new revisions were added by this update.
Summary of changes:
gdb/rs6000-tdep.c | 8 ++++----
1 file changed, 4 insertions(+), 4 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/release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 637baedf7 0: update: binutils-gcc: 2
new c2d4b9133 0: update: binutils-gcc: 2
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 (637baedf7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 1552 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 61788 -> 63348 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 450040 -> 451640 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards ace0c08bb 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 92d639635 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (ace0c08bb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1552 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 45824 -> 45136 bytes
05-build_abe-stage1/console.log.xz | Bin 71988 -> 71548 bytes
07-build_abe-linux/console.log.xz | Bin 8756 -> 8916 bytes
08-build_abe-glibc/console.log.xz | Bin 235312 -> 236492 bytes
09-build_abe-stage2/console.log.xz | Bin 201148 -> 200868 bytes
10-build_abe-gdb/console.log.xz | Bin 45544 -> 44772 bytes
11-build_abe-qemu/console.log.xz | Bin 29656 -> 29824 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 26 +++++++++++++-------------
12 files changed, 18 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.