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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 102da6547 0: update: binutils-gcc-linux-qemu: boot
new 89b0d2205 0: update: binutils-gcc-linux-qemu: 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 (102da6547)
\
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 1592 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30668 -> 30408 bytes
04-build_abe-stage1/console.log.xz | Bin 71456 -> 71456 bytes
05-build_abe-qemu/console.log.xz | Bin 31700 -> 31972 bytes
06-build_linux/console.log.xz | Bin 4308 -> 4304 bytes
07-boot_linux/console.log.xz | Bin 6060 -> 6060 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 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 098f02aa154 libiberty: fix wrong replacent in comments
new 1807e07825a libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284]
new ca97c87758d libstdc++: Add <spanstream> declarations to <iosfwd> [PR105284]
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/iosfwd | 41 ++++
libstdc++-v3/include/std/spanstream | 8 +-
libstdc++-v3/include/std/syncstream | 6 +-
.../testsuite/27_io/headers/iosfwd/synopsis.cc | 132 +++++++++++
.../testsuite/27_io/headers/iosfwd/types.cc | 264 +++++++++++++++++++++
5 files changed, 443 insertions(+), 8 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/headers/iosfwd/synopsis.cc
create mode 100644 libstdc++-v3/testsuite/27_io/headers/iosfwd/types.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 9cb69e7884f libiberty: fix bad replacement.
new 5dac43b43c3 libiberty: fix type in allocation
new 098f02aa154 libiberty: fix wrong replacent in comments
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:
libiberty/hashtab.c | 8 ++++----
libiberty/regex.c | 8 ++++----
2 files changed, 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 83bec4829b gprofng: include percentages in default metrics list
adds b773a1808d Fix compiling binutils/resbin.c with Clang version 14
adds 62b33fde9c Move non-dependent gdb::observers::observable::visit_state o [...]
adds 6dc7160b2d gdb/testsuite: fix testsuite regressions for unix/-m32 board
adds cb2cd8cba8 Fix "b f(std::string)", always use DMGL_VERBOSE
adds 1c6fbf42e5 Always pass an explicit language down to c_type_print
adds c7d029ea9c Fix "b f(std::string)" when current language is C
new 20c4eb4226 Fix --disable-threading build
new 2c3c88db12 gdb: LoongArch: Use GDB style to check readbuf and writebuf
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:
binutils/resbin.c | 8 +-
gdb/ada-typeprint.c | 2 +-
gdb/c-exp.y | 1 +
gdb/c-lang.c | 8 +-
gdb/c-lang.h | 17 ++--
gdb/c-typeprint.c | 25 +----
gdb/cp-name-parser.y | 12 +--
gdb/cp-support.c | 55 ++++++----
gdb/cp-support.h | 16 +++
gdb/d-lang.c | 2 +-
gdb/dwarf2/cooked-index.h | 2 +-
gdb/gnu-v3-abi.c | 3 +-
gdb/go-typeprint.c | 2 +-
gdb/loongarch-tdep.c | 4 +-
gdb/objc-lang.c | 2 +-
gdb/opencl-lang.c | 2 +-
gdb/rust-lang.c | 5 +-
.../{no-dmgl-verbose.cc => break-f-std-string.cc} | 0
gdb/testsuite/gdb.cp/break-f-std-string.exp | 112 +++++++++++++++++++++
gdb/testsuite/gdb.cp/no-dmgl-verbose.exp | 35 -------
gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 39 +++++--
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 13 ++-
gdb/testsuite/gdb.fortran/size.f90 | 55 ++++++++--
gdbsupport/observable.h | 39 ++++---
gdbsupport/parallel-for.h | 4 +-
gdbsupport/thread-pool.cc | 6 +-
gdbsupport/thread-pool.h | 76 +++++++++++++-
27 files changed, 390 insertions(+), 155 deletions(-)
rename gdb/testsuite/gdb.cp/{no-dmgl-verbose.cc => break-f-std-string.cc} (100%)
create mode 100644 gdb/testsuite/gdb.cp/break-f-std-string.exp
delete mode 100644 gdb/testsuite/gdb.cp/no-dmgl-verbose.exp
--
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-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards edbaac7ca 2: update: binutils-gcc: 1
new ef540199b 2: 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 (edbaac7ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1660 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 52048 -> 51844 bytes
05-build_abe-bootstrap/console.log.xz | Bin 149636 -> 149320 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 46 +++++++++++++++++-----------------
jenkins/manifest.sh | 12 ++++-----
7 files changed, 29 insertions(+), 29 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 137da38377e Remove non-ANSI C macros in ansidecl.h.
new 9cb69e7884f libiberty: fix bad replacement.
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:
libiberty/random.c | 2 --
1 file changed, 2 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_ubsan
in repository toolchain/ci/binutils-gdb.
from 5e59286034 Automatic date update in version.in
adds 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
adds 8d1187516e Adjust ld ctf test for 32-bit targets
adds c473aa1b9d M68K: avoid quadratic slowdlow in label alignment check
adds 1bd729e36b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/config/tc-m68k.c | 43 +++++++---------------------------
gas/config/tc-m68k.h | 17 ++++++++++++++
ld/testsuite/ld-ctf/nonrepresentable.d | 2 +-
4 files changed, 28 insertions(+), 36 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_ubsan
in repository toolchain/ci/base-artifacts.
discards 7b98a79e4 0: update: binutils-gcc: 2
new 029c37e76 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 (7b98a79e4)
\
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 1536 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 49148 -> 48452 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 477508 -> 477564 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 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-arm-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 94e07b6911 Automatic date update in version.in
adds 5e59286034 Automatic date update in version.in
adds 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
adds 8d1187516e Adjust ld ctf test for 32-bit targets
adds c473aa1b9d M68K: avoid quadratic slowdlow in label alignment check
adds 1bd729e36b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/config/tc-m68k.c | 43 +++++++---------------------------
gas/config/tc-m68k.h | 17 ++++++++++++++
ld/testsuite/ld-ctf/nonrepresentable.d | 2 +-
4 files changed, 28 insertions(+), 36 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f1f9fe4a1 0: update: binutils-gcc-linux-qemu: all
new 4de890b62 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 (f1f9fe4a1)
\
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.xz | Bin 1564 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 30080 -> 29916 bytes
04-build_abe-stage1/console.log.xz | Bin 86012 -> 85688 bytes
05-build_abe-qemu/console.log.xz | Bin 30980 -> 31300 bytes
06-build_linux/console.log.xz | Bin 3544 -> 3536 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/gdb.
from 83bec4829b gprofng: include percentages in default metrics list
adds b773a1808d Fix compiling binutils/resbin.c with Clang version 14
adds 62b33fde9c Move non-dependent gdb::observers::observable::visit_state o [...]
adds 6dc7160b2d gdb/testsuite: fix testsuite regressions for unix/-m32 board
No new revisions were added by this update.
Summary of changes:
binutils/resbin.c | 8 ++---
gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 39 ++++++++++++++++----
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 13 ++++---
gdb/testsuite/gdb.fortran/size.f90 | 55 +++++++++++++++++++++++------
gdbsupport/observable.h | 39 ++++++++++++--------
5 files changed, 113 insertions(+), 41 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_check_gcc/master-arm
in repository toolchain/ci/binutils-gdb.
from 83bec4829b gprofng: include percentages in default metrics list
adds b773a1808d Fix compiling binutils/resbin.c with Clang version 14
adds 62b33fde9c Move non-dependent gdb::observers::observable::visit_state o [...]
adds 6dc7160b2d gdb/testsuite: fix testsuite regressions for unix/-m32 board
No new revisions were added by this update.
Summary of changes:
binutils/resbin.c | 8 ++---
gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 39 ++++++++++++++++----
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 13 ++++---
gdb/testsuite/gdb.fortran/size.f90 | 55 +++++++++++++++++++++++------
gdbsupport/observable.h | 39 ++++++++++++--------
5 files changed, 113 insertions(+), 41 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_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 12c06917f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 6a9fbd849 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (12c06917f)
\
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 1684 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30232 -> 31648 bytes
04-build_abe-stage1/console.log.xz | Bin 90308 -> 89752 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9048 -> 9264 bytes
07-build_abe-glibc/console.log.xz | Bin 232576 -> 233012 bytes
08-build_abe-stage2/console.log.xz | Bin 222960 -> 222680 bytes
09-build_abe-gdb/console.log.xz | Bin 37192 -> 38780 bytes
10-build_abe-qemu/console.log.xz | Bin 31468 -> 31476 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3900 -> 3852 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2872 -> 2644 bytes
13-check_regression/console.log.xz | Bin 3628 -> 3508 bytes
13-check_regression/extra-bisect-params | 1 +
13-check_regression/fails.sum | 20 +
13-check_regression/results.compare | 59 +-
13-check_regression/results.compare2 | 282 ++--
13-check_regression/results.regressions | 40 +
14-update_baseline/console.log | 576 +++----
14-update_baseline/extra-bisect-params | 1 +
14-update_baseline/fails.sum | 20 +
14-update_baseline/results.compare | 59 +-
14-update_baseline/results.compare2 | 282 ++--
14-update_baseline/results.regressions | 40 +
jenkins/manifest.sh | 18 +-
sumfiles/g++.log.xz | Bin 2640748 -> 2656872 bytes
sumfiles/g++.sum | 138 +-
sumfiles/gcc.log.xz | Bin 2206380 -> 2172408 bytes
sumfiles/gcc.sum | 2688 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 877804 -> 898704 bytes
sumfiles/gfortran.sum | 76 +-
sumfiles/libatomic.log.xz | Bin 2260 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 196820 -> 196804 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2672 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 420940 -> 415704 bytes
sumfiles/libstdc++.sum | 16 +-
39 files changed, 2115 insertions(+), 2227 deletions(-)
create mode 100644 13-check_regression/extra-bisect-params
create mode 100644 13-check_regression/fails.sum
create mode 100644 13-check_regression/results.regressions
create mode 100644 14-update_baseline/extra-bisect-params
create mode 100644 14-update_baseline/fails.sum
create mode 100644 14-update_baseline/results.regressions
--
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
in repository toolchain/ci/base-artifacts.
discards 11e2dee42 0: update: binutils-gcc: 2
new 03137cb4a 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 (11e2dee42)
\
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 1688 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2708 bytes
04-build_abe-binutils/console.log.xz | Bin 38552 -> 38372 bytes
05-build_abe-bootstrap/console.log.xz | Bin 263940 -> 262712 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 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 20c4eb42269 Fix --disable-threading build
new 2c3c88db125 gdb: LoongArch: Use GDB style to check readbuf and writebuf
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:
gdb/loongarch-tdep.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 c7d029ea9cc Fix "b f(std::string)" when current language is C
new 20c4eb42269 Fix --disable-threading build
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:
gdb/dwarf2/cooked-index.h | 2 +-
gdbsupport/parallel-for.h | 4 +--
gdbsupport/thread-pool.cc | 6 ++--
gdbsupport/thread-pool.h | 76 +++++++++++++++++++++++++++++++++++++++++++----
4 files changed, 76 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.