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_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 44f04f8e 0: update: binutils-gcc-linux-glibc-gdb: 6
new 2ae4e5d6 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (44f04f8e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 1600 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51100 -> 51020 bytes
05-build_abe-gcc/console.log.xz | Bin 234892 -> 233004 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8852 -> 8572 bytes
08-build_abe-glibc/console.log.xz | Bin 233852 -> 232160 bytes
09-build_abe-gdb/console.log.xz | Bin 50144 -> 49908 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
11 files changed, 21 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 2cb10f02b0 LoongArch: Add testcases for new relocate types.
adds 4f46c0bc36 opcodes: add new sub-mnemonic disassembler style
adds 36d94bd42b libopcodes/ppc: add support for disassembler styling
adds 90ed159321 gdb: handle dis_style_sub_mnemonic disassembler style
adds eea2d83593 Remove dead code from windows_nat_target::detach
adds 42e11f363c gdb/arm: Use if-else if instead of switch
adds a6e4a48c02 gdb/arm: Sync sp with other *sp registers
new f7f904e4fd binutils-gdb/git: highlight whitespace errors in source files
new 4ca26ad7de struct packed: Use gcc_struct on Windows
new e249e6b801 struct packed: Unit tests and more operators
new b669667d07 struct packed: Add fallback byte array implementation
The 4 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:
.gitattributes | 15 +++++
binutils/objdump.c | 2 +
gdb/Makefile.in | 1 +
gdb/arm-tdep.c | 103 ++++++++++++++++++++++++++----
gdb/disasm.c | 1 +
gdb/unittests/packed-selftests.c | 132 ++++++++++++++++++++++++++++++++++++++
gdb/windows-nat.c | 14 ++--
gdbsupport/packed.h | 134 ++++++++++++++++++++++++++++++---------
include/dis-asm.h | 7 ++
opcodes/disassemble.c | 1 +
opcodes/ppc-dis.c | 115 ++++++++++++++++++++++++---------
11 files changed, 440 insertions(+), 85 deletions(-)
create mode 100644 gdb/unittests/packed-selftests.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/glibc.
from ca4d3ea513 manual: Add documentation for arc4random functions
new 0c5605989f Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT [...]
new 794c27446f struct stat is not posix conformant on microblaze with __USE [...]
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:
sysdeps/unix/sysv/linux/Makefile | 10 ++++------
sysdeps/unix/sysv/linux/microblaze/bits/struct_stat.h | 2 +-
sysdeps/unix/sysv/linux/tst-readdir64-compat.c | 4 ++++
3 files changed, 9 insertions(+), 7 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/binutils-gdb.
from 2cb10f02b0 LoongArch: Add testcases for new relocate types.
adds 4f46c0bc36 opcodes: add new sub-mnemonic disassembler style
adds 36d94bd42b libopcodes/ppc: add support for disassembler styling
adds 90ed159321 gdb: handle dis_style_sub_mnemonic disassembler style
adds eea2d83593 Remove dead code from windows_nat_target::detach
adds 42e11f363c gdb/arm: Use if-else if instead of switch
adds a6e4a48c02 gdb/arm: Sync sp with other *sp registers
adds f7f904e4fd binutils-gdb/git: highlight whitespace errors in source files
adds 4ca26ad7de struct packed: Use gcc_struct on Windows
adds e249e6b801 struct packed: Unit tests and more operators
adds b669667d07 struct packed: Add fallback byte array implementation
No new revisions were added by this update.
Summary of changes:
.gitattributes | 15 +++++
binutils/objdump.c | 2 +
gdb/Makefile.in | 1 +
gdb/arm-tdep.c | 103 ++++++++++++++++++++++++++----
gdb/disasm.c | 1 +
gdb/unittests/packed-selftests.c | 132 ++++++++++++++++++++++++++++++++++++++
gdb/windows-nat.c | 14 ++--
gdbsupport/packed.h | 134 ++++++++++++++++++++++++++++++---------
include/dis-asm.h | 7 ++
opcodes/disassemble.c | 1 +
opcodes/ppc-dis.c | 115 ++++++++++++++++++++++++---------
11 files changed, 440 insertions(+), 85 deletions(-)
create mode 100644 gdb/unittests/packed-selftests.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/base-artifacts.
discards 705f1f49 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 412423ab 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 (705f1f49)
\
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 1656 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30680 -> 31164 bytes
04-build_abe-stage1/console.log.xz | Bin 72816 -> 73148 bytes
06-build_abe-linux/console.log.xz | Bin 8932 -> 8684 bytes
07-build_abe-glibc/console.log.xz | Bin 239536 -> 241264 bytes
08-build_abe-stage2/console.log.xz | Bin 202684 -> 202920 bytes
09-build_abe-gdb/console.log.xz | Bin 38048 -> 37828 bytes
10-build_abe-qemu/console.log.xz | Bin 31372 -> 31560 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3876 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2536 -> 2668 bytes
13-check_regression/console.log.xz | Bin 16176 -> 10488 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 157 +-
13-check_regression/results.compare | 264 +-
13-check_regression/results.compare2 | 2004 +++-------
13-check_regression/results.regressions | 146 +-
14-update_baseline/console.log | 5432 +++++++++++----------------
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 157 +-
14-update_baseline/results.compare | 264 +-
14-update_baseline/results.compare2 | 2004 +++-------
14-update_baseline/results.regressions | 146 +-
jenkins/manifest.sh | 24 +-
sumfiles/g++.log.xz | Bin 3382912 -> 3373424 bytes
sumfiles/g++.sum | 87 +-
sumfiles/gcc.log.xz | Bin 2955808 -> 2986984 bytes
sumfiles/gcc.sum | 6122 ++++++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 1025556 -> 1023548 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2300 -> 2296 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 199704 -> 199832 bytes
sumfiles/libgomp.sum | 7 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2660 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 416144 -> 412376 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 7009 insertions(+), 9823 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 eb966d393df aarch64: Implement ACLE Data Intrinsics
adds 613e3b86955 middle-end/106414 - fix mistake in ~(x ^ y) -> x == y pattern
adds 556b816b820 RTEMS: Do not define _GNU_SOURCE by default
adds 4c6567b4090 c++: -Woverloaded-virtual false positive [PR87729]
adds ca1e4b26c19 [PR middle-end/106432] Gracefully handle unsupported type i [...]
new 16aafa3194d PR target/91681: zero_extendditi2 pattern for more optimiza [...]
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/i386/i386-expand.cc | 40 ++++++++
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/i386.md | 140 +++++++++++++++++++++-----
gcc/config/rs6000/rtems.h | 3 +
gcc/cp/class.cc | 11 +-
gcc/gimple-range.cc | 4 +-
gcc/match.pd | 3 +-
gcc/testsuite/g++.dg/warn/Woverloaded-virt4.C | 7 ++
gcc/testsuite/g++.target/i386/pr91681.C | 20 ++++
gcc/testsuite/gcc.dg/torture/pr106414-1.c | 12 +++
gcc/testsuite/gcc.dg/torture/pr106414-2.c | 12 +++
gcc/testsuite/gcc.target/i386/pr91681-1.c | 20 ++++
gcc/testsuite/gcc.target/i386/pr91681-2.c | 20 ++++
gcc/testsuite/gcc.target/i386/pr91681-3.c | 16 +++
14 files changed, 279 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Woverloaded-virt4.C
create mode 100644 gcc/testsuite/g++.target/i386/pr91681.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr106414-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr106414-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr91681-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr91681-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr91681-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 2cb10f02b0 LoongArch: Add testcases for new relocate types.
adds 4f46c0bc36 opcodes: add new sub-mnemonic disassembler style
adds 36d94bd42b libopcodes/ppc: add support for disassembler styling
adds 90ed159321 gdb: handle dis_style_sub_mnemonic disassembler style
adds eea2d83593 Remove dead code from windows_nat_target::detach
adds 42e11f363c gdb/arm: Use if-else if instead of switch
adds a6e4a48c02 gdb/arm: Sync sp with other *sp registers
adds f7f904e4fd binutils-gdb/git: highlight whitespace errors in source files
adds 4ca26ad7de struct packed: Use gcc_struct on Windows
adds e249e6b801 struct packed: Unit tests and more operators
adds b669667d07 struct packed: Add fallback byte array implementation
new e4146092c3 ld: Compile 2 CTF tests with -O2
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:
.gitattributes | 15 +++
binutils/objdump.c | 2 +
gdb/Makefile.in | 1 +
gdb/arm-tdep.c | 103 +++++++++++++++---
gdb/disasm.c | 1 +
gdb/unittests/packed-selftests.c | 132 +++++++++++++++++++++++
gdb/windows-nat.c | 14 +--
gdbsupport/packed.h | 134 ++++++++++++++++++------
include/dis-asm.h | 7 ++
ld/testsuite/ld-ctf/data-func-conflicted-vars.d | 1 +
ld/testsuite/ld-ctf/data-func-conflicted.d | 1 +
opcodes/disassemble.c | 1 +
opcodes/ppc-dis.c | 115 ++++++++++++++------
13 files changed, 442 insertions(+), 85 deletions(-)
create mode 100644 gdb/unittests/packed-selftests.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/base-artifacts.
discards ec67e298 0: update: binutils-gcc: 1
new d777699b 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 (ec67e298)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (d777699b)
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 1584 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 50736 -> 50592 bytes
04-build_abe-gcc/console.log.xz | Bin 232376 -> 233172 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3816 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2804 -> 3412 bytes
07-check_regression/console.log.xz | Bin 2948 -> 3028 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 25 +-
07-check_regression/results.compare2 | 87 +-
07-check_regression/results.regressions | 27 -
08-update_baseline/console.log | 467 ++--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 25 +-
08-update_baseline/results.compare2 | 87 +-
08-update_baseline/results.regressions | 27 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2811388 -> 2818772 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 2371364 -> 2351520 bytes
sumfiles/gcc.sum | 4626 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 898488 -> 894920 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2168 -> 2156 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 202236 -> 202136 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2548 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 451128 -> 455432 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2823 insertions(+), 2772 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-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.
unknown user pushed a change to branch master
in repository gcc.
from 16aafa3194d PR target/91681: zero_extendditi2 pattern for more optimiza [...]
new 9365b2bf2f3 analyzer: fix coding style in sm-fd.cc
new 838da6cf8d2 analyzer: convert tests with dos2unix
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/analyzer/sm-fd.cc | 2114 +++++++++++++++++-----------------
gcc/testsuite/c-c++-common/attr-fd.c | 36 +-
gcc/testsuite/gcc.dg/analyzer/fd-2.c | 96 +-
gcc/testsuite/gcc.dg/analyzer/fd-3.c | 168 +--
gcc/testsuite/gcc.dg/analyzer/fd-4.c | 142 +--
gcc/testsuite/gcc.dg/analyzer/fd-5.c | 104 +-
6 files changed, 1330 insertions(+), 1330 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.