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/master-arm
in repository toolchain/ci/glibc.
from 69623c0db0 posix: remove some iso-8859-encoded characters
new 23777232c2 AArch64: Update A64FX memset not to degrade at 16KB
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:
sysdeps/aarch64/multiarch/memset_a64fx.S | 9 ++++++++-
1 file changed, 8 insertions(+), 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 8d34ffb4e8e Improve compatibility of -fdump-ada-spec with warnings
adds 4ce90454c2c libgomp.*/error-1.{c,f90}: Fix dg-output newline pattern
adds bccf4b88e18 Improve support for IMAGPART_EXPR and REALPART_EXPR in ranger.
adds 5db93cd0838 Skip statements with no BB in ranger.
adds d2e278e26a5 Remove unnecessary include from tree-ssa-loop-ch.c
adds abcd2373635 Implement relation_oracle::debug.
adds 13428914646 Improve path_range_query dumps.
adds 410e8742638 Use non-null knowledge in path_range_query.
adds 4db10cbf21d Add function name when dumping ranger contents.
adds 7200a4424c4 RAII class to change dump_file.
adds 9fa5ba4c56e Add debug helper for jump thread paths.
adds b237eb9dfda Do not release state location until after path registry.
adds 2fcfc03459a Avoid using unavailable objects in jt_state.
new 943c65c4494 Fortran: Fix Bind(C) char-len check, add ptr-contiguous check
new 5ec4990bc77 c++: Avoid bogus -Wunused with recent change
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/cp/pt.c | 26 +++-
gcc/fortran/decl.c | 39 ++---
gcc/gimple-range-fold.cc | 114 ++++++++++-----
gcc/gimple-range-path.cc | 56 ++++++-
gcc/gimple-range-path.h | 2 +
gcc/gimple-range-trace.cc | 27 +++-
gcc/gimple-range-trace.h | 14 ++
gcc/range-op.cc | 1 +
gcc/testsuite/gfortran.dg/bind_c_char_6.f90 | 22 ++-
gcc/testsuite/gfortran.dg/bind_c_char_7.f90 | 15 +-
gcc/testsuite/gfortran.dg/bind_c_char_8.f90 | 12 +-
gcc/testsuite/gfortran.dg/bind_c_char_9.f90 | 161 ++++++++++++---------
gcc/testsuite/gfortran.dg/bind_c_contiguous.f90 | 33 +++++
gcc/testsuite/gfortran.dg/iso_c_binding_char_1.f90 | 1 +
gcc/testsuite/gfortran.dg/pr32599.f03 | 2 +-
gcc/tree-ssa-loop-ch.c | 1 -
gcc/tree-ssa-threadedge.c | 20 ++-
gcc/tree-ssa-threadupdate.c | 6 +
gcc/value-relation.cc | 6 +
gcc/value-relation.h | 1 +
libgomp/testsuite/libgomp.c-c++-common/error-1.c | 6 +-
libgomp/testsuite/libgomp.fortran/error-1.f90 | 24 +--
22 files changed, 399 insertions(+), 190 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/bind_c_contiguous.f90
--
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/binutils-gdb.
from 669d511534 ld testsuite tidy
adds 41e37c9d0a [gdb/testsuite] Add untested case in selftest_setup
adds 41bbbb89c4 gdb, i386: Enable AVX512-bfloat16 for i386 targets.
adds 8661f70c49 Add half support for AVX512 register view.
adds 0b99a66053 gdb: Enable finish command and inferior calls for _Float16 o [...]
new 7a6cb96b71 [gdb/testsuite] Add untested case in gdb.gdb/complaints.exp
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/amd64-tdep.c | 12 ++---
gdb/features/i386/32bit-sse.c | 10 ++++
gdb/features/i386/32bit-sse.xml | 4 ++
gdb/features/i386/64bit-avx512.c | 5 ++
gdb/features/i386/64bit-avx512.xml | 2 +
gdb/features/i386/64bit-sse.c | 5 ++
gdb/features/i386/64bit-sse.xml | 2 +
gdb/i386-tdep.c | 15 +++++-
gdb/testsuite/gdb.arch/x86-avx512bf16.exp | 12 ++---
.../cast-call.c => gdb.arch/x86-avx512fp16-abi.c} | 27 +++++-----
gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp | 63 ++++++++++++++++++++++
.../{x86-avx512bf16.c => x86-avx512fp16.c} | 28 +++++-----
.../{x86-avx512bf16.exp => x86-avx512fp16.exp} | 50 ++++++++---------
gdb/testsuite/gdb.gdb/complaints.exp | 20 +++++++
gdb/testsuite/lib/gdb.exp | 51 ++++++++++++++++++
gdb/testsuite/lib/selftest-support.exp | 16 +++---
16 files changed, 247 insertions(+), 75 deletions(-)
copy gdb/testsuite/{gdb.base/cast-call.c => gdb.arch/x86-avx512fp16-abi.c} (65%)
create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp
copy gdb/testsuite/gdb.arch/{x86-avx512bf16.c => x86-avx512fp16.c} (88%)
copy gdb/testsuite/gdb.arch/{x86-avx512bf16.exp => x86-avx512fp16.exp} (51%)
--
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 fc61615f7 0: update: binutils-gcc: 2
new 21dcc87e6 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 (fc61615f7)
\
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 1692 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 51624 -> 52488 bytes
05-build_abe-bootstrap/console.log.xz | Bin 263036 -> 260964 bytes
06-check_regression/console.log.xz | Bin 400 -> 400 bytes
07-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 9 insertions(+), 9 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 7a6cb96b710 [gdb/testsuite] Add untested case in gdb.gdb/complaints.exp
new a640adf7cfb Test case reproducing PR28030 bug
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:
...s-psym.c => locexpr-data-member-location-lib.c} | 56 ++--
.../locexpr-data-member-location-main.c} | 7 +-
.../gdb.dwarf2/locexpr-data-member-location.exp | 349 +++++++++++++++++++++
.../locexpr-data-member-location.h} | 17 +-
4 files changed, 394 insertions(+), 35 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{dw2-ranges-psym.c => locexpr-data-member-location-l [...]
copy gdb/testsuite/{gdb.base/ldbl_e308.c => gdb.dwarf2/locexpr-data-member-locatio [...]
create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.exp
copy gdb/testsuite/{gdb.base/dso2dso-dso1.h => gdb.dwarf2/locexpr-data-member-loca [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.