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/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 0611afc4a5 Automatic date update in version.in
adds 7932ed1d8a Automatic date update in version.in
adds 131890b09d Automatic date update in version.in
adds e62a5735c6 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_binutils/release-aarch64
in repository toolchain/ci/base-artifacts.
discards e24b470f2 0: update: binutils-gcc-linux-glibc-gdb: 1
new 1fe92fb58 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 (e24b470f2)
\
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 1544 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 51832 -> 51796 bytes
04-build_abe-gcc/console.log.xz | Bin 194300 -> 194152 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8748 -> 8780 bytes
07-build_abe-glibc/console.log.xz | Bin 296128 -> 294116 bytes
08-build_abe-gdb/console.log.xz | Bin 41484 -> 41584 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3832 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2108 -> 2112 bytes
11-check_regression/console.log.xz | Bin 2308 -> 2280 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 74 +++----
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 20 +-
sumfiles/binutils.log.xz | Bin 54404 -> 54544 bytes
sumfiles/binutils.sum | 56 ++---
sumfiles/gas.log.xz | Bin 72056 -> 72076 bytes
sumfiles/gas.sum | 268 ++++++++++++------------
sumfiles/ld.log.xz | Bin 108796 -> 108904 bytes
sumfiles/ld.sum | 326 ++++++++++++++---------------
23 files changed, 386 insertions(+), 386 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 6aa0859afaf libstdc++: Fix overconstrained std::string constructor [PR103919]
adds 85a3442c85a Fortran: Fix ICE caused by missing error for untyped symbol [...]
adds 877c9e332f9 i386: Fix expand_vec_perm_pshufb for narrow modes [PR103905]
adds 6aa44066b34 i386: Fix type of one_cmplv2qi2 alternatives 1,2 [PR103915]
adds 194f712f8b7 Avoid -Wformat-diag.
adds e3ef832a9e8 libstdc++: Optimize operations on small size hashtable [PR 68303]
new c166632bd22 i386: Introduce V2QImode minmax, abs and uavgv2hi3_ceil [PR103861]
new d243f4009d8 Fix target/103910: missing GTY on x86_mfence causing PCH us [...]
new 4ec62dbafe0 rs6000: Skip overload instances with uninitialized fntype ( [...]
The 3 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.c | 23 +--
gcc/config/i386/i386.h | 2 +-
gcc/config/i386/mmx.md | 57 +++++--
gcc/config/rs6000/rs6000-c.c | 6 +
gcc/fortran/decl.c | 2 +
gcc/fortran/error.c | 9 +
gcc/fortran/gfortran.h | 1 +
gcc/fortran/symbol.c | 2 +-
gcc/gimple-ssa-warn-access.cc | 2 +-
gcc/testsuite/g++.dg/vect/slp-pr98855.cc | 5 +-
gcc/testsuite/gcc.target/i386/pr103861-3.c | 66 ++++++++
gcc/testsuite/gcc.target/i386/pr103905.c | 25 +++
gcc/testsuite/gcc.target/i386/pr103915.c | 11 ++
gcc/testsuite/gfortran.dg/pr103258.f90 | 14 ++
libstdc++-v3/include/bits/hashtable.h | 187 ++++++++++++++++++---
libstdc++-v3/include/bits/hashtable_policy.h | 53 +++++-
libstdc++-v3/src/c++11/hashtable_c++0x.cc | 1 +
.../insert_erase/unordered_small_size.cc | 125 ++++++++++++++
.../testsuite/util/testsuite_performance.h | 2 +-
19 files changed, 526 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr103861-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103905.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103915.c
create mode 100644 gcc/testsuite/gfortran.dg/pr103258.f90
create mode 100644 libstdc++-v3/testsuite/performance/23_containers/insert_erase/u [...]
--
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 b9b54c0bc 0: update: binutils-gcc: 1
new ac403b34b 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 (b9b54c0bc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (ac [...]
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 1516 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 51944 -> 51776 bytes
04-build_abe-gcc/console.log.xz | Bin 226132 -> 225584 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3860 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2648 -> 2532 bytes
07-check_regression/console.log.xz | Bin 2820 -> 2844 bytes
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 85 +-
08-update_baseline/console.log | 364 ++-
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 85 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2716696 -> 2754792 bytes
sumfiles/g++.sum | 118 +-
sumfiles/gcc.log.xz | Bin 2300796 -> 2289504 bytes
sumfiles/gcc.sum | 4286 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 888456 -> 889036 bytes
sumfiles/gfortran.sum | 45 +-
sumfiles/libatomic.log.xz | Bin 2180 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 173900 -> 174028 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2532 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 456476 -> 460452 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2549 insertions(+), 2548 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/linux.
from c9e6606c7fe9 Linux 5.16-rc8
adds e5a7431f5a2d gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler
adds 32e246b02f53 MAINTAINERS: update gpio-brcmstb maintainers
adds 49ef78e59b07 Merge tag 'gpio-fixes-for-v5.16' of git://git.kernel.org/p [...]
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 3 ++-
drivers/gpio/gpio-aspeed-sgpio.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.