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/master-aarch64
in repository toolchain/ci/gcc.
from 9ac0730c25b Fix typo in type verification.
adds 61e53698a08 i386: Enable intrinsics that convert float and bf16 data to [...]
adds ef26c151c14 x86: PR target/103773: Fix wrong-code with -Oz from pop to memory.
adds 8f34344ec69 smuldi3_highpart.c: Replace long with long long for -mx32
adds 7d01da81b80 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 55 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/avx512bf16intrin.h | 36 +++++++++++++
gcc/config/i386/avx512bf16vlintrin.h | 63 ++++++++++++++++++++++
gcc/config/i386/i386.md | 62 ++++++++++++++-------
gcc/testsuite/ChangeLog | 27 ++++++++++
.../gcc.target/i386/avx512bf16-cvtsbh2ss-1.c | 15 ++++++
.../gcc.target/i386/avx512bf16-vcvtpbh2ps-1.c | 20 +++++++
.../gcc.target/i386/avx512bf16vl-cvtness2sbh-1.c | 14 +++++
.../gcc.target/i386/avx512bf16vl-vcvtpbh2ps-1.c | 29 ++++++++++
gcc/testsuite/gcc.target/i386/pr103773-2.c | 19 +++++++
gcc/testsuite/gcc.target/i386/pr103773.c | 12 +++++
gcc/testsuite/gcc.target/i386/smuldi3_highpart.c | 2 +-
13 files changed, 336 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bf16-cvtsbh2ss-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bf16-vcvtpbh2ps-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bf16vl-cvtness2sbh-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bf16vl-vcvtpbh2ps-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103773-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103773.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_binutils/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 32ac09003 0: update: binutils-gcc-linux-glibc-gdb: 1
new b4a432b1b 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 (32ac09003)
\
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 1548 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 38028 -> 39232 bytes
04-build_abe-gcc/console.log.xz | Bin 202996 -> 204524 bytes
06-build_abe-linux/console.log.xz | Bin 8652 -> 8884 bytes
07-build_abe-glibc/console.log.xz | Bin 235920 -> 237712 bytes
08-build_abe-gdb/console.log.xz | Bin 38300 -> 39232 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3852 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2052 -> 2564 bytes
11-check_regression/console.log.xz | Bin 2272 -> 2268 bytes
11-check_regression/results.compare2 | 4 +--
12-update_baseline/console.log | 48 ++++++++++++++---------------
12-update_baseline/results.compare2 | 4 +--
jenkins/manifest.sh | 24 +++++++--------
sumfiles/binutils.log.xz | Bin 54800 -> 54956 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 80376 -> 80348 bytes
sumfiles/gas.sum | 4 +--
sumfiles/ld.log.xz | Bin 118204 -> 118184 bytes
sumfiles/ld.sum | 4 +--
20 files changed, 45 insertions(+), 45 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_bootstrap/master-aarch64-check_bootstrap
in repository toolchain/ci/binutils-gdb.
from 7898f55ba0 Automatic date update in version.in
adds 391c90eea5 gdb: make use of SCOPE_EXIT to manage thread executing state
adds b1718fcdd1 gdb: on x86-64 non-trivial C++ objects are returned in memory
adds b622494ee3 gdb/remote: handle attach when stop packet lacks thread-id
adds b6846ba57b gdb/testsuite: resolve some duplicate testnames in gdb.mi
adds d20236e748 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/amd64-tdep.c | 16 +-
gdb/record-btrace.c | 24 +--
gdb/record-full.c | 8 +-
gdb/remote.c | 31 ++--
gdb/testsuite/gdb.cp/non-trivial-retval.cc | 19 +-
gdb/testsuite/gdb.cp/non-trivial-retval.exp | 26 +++
gdb/testsuite/gdb.mi/mi-syn-frame.exp | 12 +-
gdb/testsuite/gdb.mi/mi-var-child.exp | 10 +-
gdb/testsuite/gdb.mi/mi-var-rtti.cc | 48 ++---
gdb/testsuite/gdb.mi/mi-watch.exp | 2 +-
gdb/testsuite/gdb.mi/mi2-amd64-entry-value.exp | 236 +++++++++++++------------
gdb/testsuite/gdb.mi/mi2-var-child.exp | 10 +-
gdb/testsuite/gdb.server/ext-attach.exp | 98 ++++++----
14 files changed, 314 insertions(+), 228 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_bootstrap/master-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 4b1abb999 0: update: binutils-gcc: 1
new 411cb145b 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 (4b1abb999)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/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 1540 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 37628 -> 37808 bytes
04-build_abe-bootstrap/console.log.xz | Bin 261624 -> 260992 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3864 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2700 -> 2320 bytes
07-check_regression/console.log.xz | Bin 3168 -> 3000 bytes
07-check_regression/fails.sum | 3 +-
07-check_regression/results.compare | 26 +-
07-check_regression/results.compare2 | 47 +-
07-check_regression/results.regressions | 26 +-
08-update_baseline/console.log | 275 +-
08-update_baseline/fails.sum | 3 +-
08-update_baseline/results.compare | 26 +-
08-update_baseline/results.compare2 | 47 +-
08-update_baseline/results.regressions | 26 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3524628 -> 3502080 bytes
sumfiles/g++.sum | 114 +-
sumfiles/gcc.log.xz | Bin 3079504 -> 3101892 bytes
sumfiles/gcc.sum | 4898 +++++++++++++--------------
sumfiles/gfortran.log.xz | Bin 926440 -> 941488 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2348 -> 2348 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 181496 -> 181312 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2728 -> 2728 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 447900 -> 447624 bytes
sumfiles/libstdc++.sum | 10 +-
31 files changed, 2745 insertions(+), 2834 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.