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_gcc/release-arm
in repository toolchain/ci/binutils-gdb.
from 5ece522061 Automatic date update in version.in
adds 4d89756179 Automatic date update in version.in
adds 1d9583b7b0 Automatic date update in version.in
adds d941e70057 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_native_check_gcc/release-arm
in repository toolchain/ci/base-artifacts.
discards 45e630d60 0: update: binutils-gcc-linux-glibc-gdb: 1
new e06f7d778 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 (45e630d60)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/rel [...]
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 1540 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 62896 -> 64368 bytes
04-build_abe-gcc/console.log.xz | Bin 221272 -> 220320 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8832 -> 8860 bytes
07-build_abe-glibc/console.log.xz | Bin 287644 -> 288092 bytes
08-build_abe-gdb/console.log.xz | Bin 49616 -> 49348 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3796 -> 3844 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2380 -> 2388 bytes
11-check_regression/console.log.xz | Bin 3912 -> 3968 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 18 +-
11-check_regression/results.compare | 48 +-
11-check_regression/results.compare2 | 75 +-
11-check_regression/results.regressions | 48 +-
12-update_baseline/console.log | 571 +++---
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 18 +-
12-update_baseline/results.compare | 48 +-
12-update_baseline/results.compare2 | 75 +-
12-update_baseline/results.regressions | 48 +-
jenkins/manifest.sh | 20 +-
sumfiles/g++.log.xz | Bin 2700420 -> 2686688 bytes
sumfiles/g++.sum | 118 +-
sumfiles/gcc.log.xz | Bin 2328296 -> 2320512 bytes
sumfiles/gcc.sum | 3314 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 852364 -> 846056 bytes
sumfiles/gfortran.sum | 49 +-
sumfiles/libatomic.log.xz | Bin 2236 -> 2232 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 144768 -> 145008 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 454460 -> 445764 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 2260 insertions(+), 2230 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/master-arm
in repository toolchain/ci/gcc.
from 353f8fcc2e6 Daily bump.
adds 8103623923a rs6000: Disable MMA if no VSX support [PR103627]
adds e66ba0f55c0 rs6000: Move the hunk affecting VSX/ALTIVEC ahead [PR103627]
new 70430001b74 middle-end/104402 - split out _Complex compares from COND_EXPRs
new db95441cf53 Check always_inline flag in s390_can_inline_p [PR104327]
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/config/rs6000/rs6000.cc | 31 ++++++++-----
gcc/config/s390/s390.cc | 64 +++++++++++++++++++-------
gcc/gimple-expr.cc | 20 +++++---
gcc/testsuite/gcc.c-torture/compile/pr104327.c | 15 ++++++
gcc/testsuite/gcc.dg/torture/pr104402.c | 8 ++++
gcc/testsuite/gcc.target/powerpc/pr103627-1.c | 16 +++++++
gcc/testsuite/gcc.target/powerpc/pr103627-2.c | 16 +++++++
gcc/testsuite/gcc.target/powerpc/pr103627-3.c | 20 ++++++++
gcc/tree-cfg.cc | 9 ++--
9 files changed, 159 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr104327.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr104402.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-3.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_gcc_check/master-arm
in repository toolchain/ci/binutils-gdb.
from 6a9d08661b Revert "elf: Remove the 1-page gap before the RELRO segment"
adds f36c891801 gdb/cli: convert cli_suppress_notification from int to bool
adds 2b826f7592 gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
adds 61fb73769a gdb: add the 'set/show suppress-cli-notifications' command
new 59091b1280 gdb/disasm: combine the no printing disassembler setup code
new d08cbc5d32 gdb: unbuffer all input streams when not using readline
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:
gdb/NEWS | 8 ++
gdb/arc-tdep.c | 10 +-
gdb/cli/cli-cmds.c | 39 +++++++
gdb/cli/cli-decode.c | 10 +-
gdb/cli/cli-decode.h | 2 +-
gdb/cli/cli-interp.c | 9 +-
gdb/command.h | 11 +-
gdb/disasm.c | 17 ++-
gdb/disasm.h | 6 +
gdb/doc/gdb.texinfo | 69 +++++++++++
gdb/event-top.c | 19 +--
gdb/s12z-tdep.c | 10 +-
...m-bp-shl-main.c => cli-suppress-notification.c} | 5 +-
...{template.exp => cli-suppress-notification.exp} | 22 ++--
gdb/testsuite/gdb.mi/mi-multi-commands.exp | 128 +++++++++++++++++++++
gdb/tui/tui-interp.c | 4 +
16 files changed, 318 insertions(+), 51 deletions(-)
copy gdb/testsuite/gdb.base/{msym-bp-shl-main.c => cli-suppress-notification.c} (94%)
copy gdb/testsuite/gdb.base/{template.exp => cli-suppress-notification.exp} (50%)
create mode 100644 gdb/testsuite/gdb.mi/mi-multi-commands.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_check/master-arm
in repository toolchain/ci/base-artifacts.
discards c109b3e67 0: update: binutils-gcc: 1
new ab6a6aa7b 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 (c109b3e67)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (ab [...]
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 1528 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 52168 -> 56068 bytes
04-build_abe-gcc/console.log.xz | Bin 228900 -> 229196 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3836 -> 3808 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2408 -> 2820 bytes
07-check_regression/console.log.xz | Bin 2364 -> 2596 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 34 +-
08-update_baseline/console.log | 191 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 34 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2731540 -> 2718652 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 2318048 -> 2320792 bytes
sumfiles/gcc.sum | 4898 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 893240 -> 891584 bytes
sumfiles/gfortran.sum | 92 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188068 -> 188052 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2536 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 451708 -> 448496 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2765 insertions(+), 2684 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-aarch64
in repository toolchain/ci/gdb.
from 6a9d08661b Revert "elf: Remove the 1-page gap before the RELRO segment"
adds f36c891801 gdb/cli: convert cli_suppress_notification from int to bool
adds 2b826f7592 gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
adds 61fb73769a gdb: add the 'set/show suppress-cli-notifications' command
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 8 +++
gdb/cli/cli-cmds.c | 39 ++++++++++++
gdb/cli/cli-decode.c | 10 ++--
gdb/cli/cli-decode.h | 2 +-
gdb/cli/cli-interp.c | 9 +--
gdb/command.h | 11 ++--
gdb/doc/gdb.texinfo | 69 ++++++++++++++++++++++
...m-bp-shl-main.c => cli-suppress-notification.c} | 5 +-
...{template.exp => cli-suppress-notification.exp} | 22 ++++---
gdb/tui/tui-interp.c | 4 ++
10 files changed, 156 insertions(+), 23 deletions(-)
copy gdb/testsuite/gdb.base/{msym-bp-shl-main.c => cli-suppress-notification.c} (94%)
copy gdb/testsuite/gdb.base/{template.exp => cli-suppress-notification.exp} (50%)
--
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/glibc.
from d7fca835e0 x86-64: Add vector tan/tanf to libmvec microbenchmark
adds b62ace2740 x86: Improve vec generation in memset-vec-unaligned-erms.S
adds 69e6992d79 Benchtests: Add length zero benchmark for memset in bench-memset.c
No new revisions were added by this update.
Summary of changes:
benchtests/bench-memset.c | 2 +-
sysdeps/x86_64/memset.S | 21 ++-
.../x86_64/multiarch/memset-avx2-unaligned-erms.S | 18 ++-
.../multiarch/memset-avx512-unaligned-erms.S | 18 ++-
.../x86_64/multiarch/memset-evex-unaligned-erms.S | 18 ++-
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 164 +++++++++++++--------
6 files changed, 153 insertions(+), 88 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-aarch64
in repository toolchain/ci/gcc.
from 353f8fcc2e6 Daily bump.
adds 8103623923a rs6000: Disable MMA if no VSX support [PR103627]
adds e66ba0f55c0 rs6000: Move the hunk affecting VSX/ALTIVEC ahead [PR103627]
No new revisions were added by this update.
Summary of changes:
gcc/config/rs6000/rs6000.cc | 31 ++++++++++++++++-----------
gcc/testsuite/gcc.target/powerpc/pr103627-1.c | 16 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr103627-2.c | 16 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr103627-3.c | 20 +++++++++++++++++
4 files changed, 71 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103627-3.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_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 6a9d08661b Revert "elf: Remove the 1-page gap before the RELRO segment"
adds f36c891801 gdb/cli: convert cli_suppress_notification from int to bool
adds 2b826f7592 gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
adds 61fb73769a gdb: add the 'set/show suppress-cli-notifications' command
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 8 +++
gdb/cli/cli-cmds.c | 39 ++++++++++++
gdb/cli/cli-decode.c | 10 ++--
gdb/cli/cli-decode.h | 2 +-
gdb/cli/cli-interp.c | 9 +--
gdb/command.h | 11 ++--
gdb/doc/gdb.texinfo | 69 ++++++++++++++++++++++
...m-bp-shl-main.c => cli-suppress-notification.c} | 5 +-
...{template.exp => cli-suppress-notification.exp} | 22 ++++---
gdb/tui/tui-interp.c | 4 ++
10 files changed, 156 insertions(+), 23 deletions(-)
copy gdb/testsuite/gdb.base/{msym-bp-shl-main.c => cli-suppress-notification.c} (94%)
copy gdb/testsuite/gdb.base/{template.exp => cli-suppress-notification.exp} (50%)
--
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 83c189ce6 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 513f421c5 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 (83c189ce6)
\
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 1552 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 30240 -> 30840 bytes
04-build_abe-stage1/console.log.xz | Bin 71112 -> 71328 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 8856 -> 8752 bytes
07-build_abe-glibc/console.log.xz | Bin 236560 -> 235980 bytes
08-build_abe-stage2/console.log.xz | Bin 198508 -> 198936 bytes
09-build_abe-gdb/console.log.xz | Bin 37192 -> 37592 bytes
10-build_abe-qemu/console.log.xz | Bin 30988 -> 31256 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3896 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2472 -> 2896 bytes
13-check_regression/console.log.xz | Bin 6952 -> 3096 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 35 +-
13-check_regression/results.compare | 150 +-
13-check_regression/results.compare2 | 787 +-----
13-check_regression/results.regressions | 101 +-
14-update_baseline/console.log | 1192 ++-------
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 35 +-
14-update_baseline/results.compare | 150 +-
14-update_baseline/results.compare2 | 787 +-----
14-update_baseline/results.regressions | 101 +-
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 3308472 -> 3309824 bytes
sumfiles/g++.sum | 155 +-
sumfiles/gcc.log.xz | Bin 2923020 -> 2919412 bytes
sumfiles/gcc.sum | 4407 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1009708 -> 1007436 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2288 -> 2288 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 185108 -> 185016 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 405156 -> 396916 bytes
sumfiles/libstdc++.sum | 18 +-
39 files changed, 2653 insertions(+), 5357 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.