This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from 0e4cc77316 x86: express unduly set rounding control bits in disassembly
adds 44710bb280 gdb/testsuite: don't error when trying to unset last_spawn_tty_name
adds 27df69020a Fix for gdb.python/py-breakpoint.exp
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.python/py-breakpoint.exp | 3 +++
gdb/testsuite/lib/gdb.exp | 14 ++++++++++++--
2 files changed, 15 insertions(+), 2 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/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards c74ebd60 0: update: binutils-gcc: 1
new 5d7d9fb5 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 (c74ebd60)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 14 +-
04-build_abe-bootstrap_ubsan/console.log | 64097 ++++++++++++++--------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 4 +-
console.log | 64117 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
6 files changed, 64067 insertions(+), 64181 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_kernel/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 32b1dbe7 0: update: binutils-llvm-linux-qemu: boot
new 783ef38f 0: update: binutils-llvm-linux-qemu: boot
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 (32b1dbe7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 102 +-
02-prepare_abe/console.log | 450 +-
03-build_abe-binutils/console.log | 11845 +++++------
04-build_llvm/console.log | 13855 ++++++------
05-build_abe-qemu/console.log | 7119 +++----
06-build_linux/console.log | 600 +-
07-boot_linux/console.log | 4 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 20 +-
console.log | 33979 +++++++++++++++---------------
jenkins/manifest.sh | 26 +-
13 files changed, 33259 insertions(+), 34765 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 27df69020ad Fix for gdb.python/py-breakpoint.exp
new a52b41bf2f0 gdb/testsuite: split gdb.python/py-parameter.exp in procs
new ffb6ba773e0 gdb.base/setshow.exp: use save_vars to save/restore gdb_prompt
new 3b3c74341e3 gdb.base/setshow.exp: split in procs
new e116324103c gdb.base/setshow.exp: fix duplicate test name
new 5b8bf2e75ed gdb: un-share set_inferior_cwd declaration
new a69e37dc2b1 gdb: remove inferior::{argc,argv}
new e51695253e5 gdb: add setter/getter for inferior arguments
new 90cc31c9e59 gdb: add setter/getter for inferior cwd
new fd2dec2a45a gdb: make inferior::m_args an std::string
new 11bd012ed25 gdb: make inferior::m_cwd an std::string
new 4e93ea6e67f gdb: make inferior::m_terminal an std::string
new 3a553c80da8 gdb: rename cfunc to simple_func
new 5538b03c98e gdb: remove cmd_list_element::function::sfunc
new 3e1e8561c38 gdb/testsuite: test get/set value of unregistered Guile parameter
The 14 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/breakpoint.c | 6 +-
gdb/breakpoint.h | 2 +-
gdb/cli/cli-cmds.c | 2 +-
gdb/cli/cli-decode.c | 102 ++---
gdb/cli/cli-decode.h | 14 +-
gdb/cli/cli-dump.c | 2 +-
gdb/cli/cli-setshow.c | 5 +-
gdb/command.h | 55 +--
gdb/elf-none-tdep.c | 6 +-
gdb/fbsd-tdep.c | 6 +-
gdb/guile/scm-cmd.c | 3 +-
gdb/guile/scm-param.c | 2 +-
gdb/infcmd.c | 89 +---
gdb/inferior.c | 11 +-
gdb/inferior.h | 78 ++--
gdb/inflow.c | 46 +-
gdb/linux-tdep.c | 7 +-
gdb/mi/mi-cmd-env.c | 9 +-
gdb/nat/fork-inferior.c | 15 +-
gdb/procfs.c | 10 +-
gdb/python/py-cmd.c | 3 +-
gdb/remote.c | 9 +-
gdb/target.c | 4 +-
gdb/terminal.h | 2 +-
gdb/testsuite/gdb.base/setshow.exp | 734 ++++++++++++++++++------------
gdb/testsuite/gdb.guile/scm-parameter.exp | 8 +
gdb/testsuite/gdb.python/py-parameter.exp | 237 ++++++----
gdb/tracepoint.c | 18 +-
gdb/tui/tui-layout.c | 3 +-
gdb/windows-nat.c | 2 +-
gdbserver/inferiors.cc | 18 +-
gdbserver/inferiors.h | 4 +
gdbserver/server.cc | 6 +-
gdbsupport/common-inferior.h | 9 +-
34 files changed, 823 insertions(+), 704 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/glibc.
from 9a7ab0769b hurd: Fix glob lstat compatibility
adds 5b8d271571 Fix build and tests with --disable-tunables
new 7c124e3714 x86: Install <bits/platform/x86.h> [BZ #27958]
new d34ed66f96 manual: Document unsupported cases for interposition
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:
malloc/arena.c | 5 -
malloc/malloc-check.c | 2 +
malloc/malloc.c | 51 +--
manual/memory.texi | 7 +
manual/platform.texi | 18 +-
sysdeps/x86/Makefile | 10 +-
sysdeps/x86/bits/platform/x86.h | 2 +-
sysdeps/x86/cpu-features.c | 188 ++++-----
sysdeps/x86/dl-diagnostics-cpu.c | 4 +-
sysdeps/x86/include/cpu-features.h | 20 +-
sysdeps/x86/sys/platform/x86.h | 14 +-
sysdeps/x86/tst-cet-legacy-10.c | 8 +-
sysdeps/x86/tst-cpu-features-cpuinfo.c | 4 +-
sysdeps/x86/tst-cpu-features-supports.c | 184 ++++-----
sysdeps/x86/tst-get-cpu-features.c | 670 ++++++++++++++++----------------
sysdeps/x86/tst-ifunc-isa.h | 12 +-
sysdeps/x86/tst-string-rtm.h | 2 +-
sysdeps/x86_64/fpu/math-tests-arch.h | 6 +-
18 files changed, 611 insertions(+), 596 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/gcc.
from 19e05058799 testsuite: mips: pass -finline/-fnoinline through
adds 2c5d803d032 openmp: Diagnose invalid mixing of the attribute and pragma [...]
adds 7f7364108f7 openmp: Add support for __has_attribute(omp::directive) and [...]
adds 5b965dc49a6 libstdc++: Update documentation comments for namespace rel_ops
adds 484acfa4cfe aarch64: Use memcpy to copy vector tables in vqtbl[234] intrinsics
adds 5f65676eba1 aarch64: Use memcpy to copy vector tables in vqtbx[234] intrinsics
adds f2f04d8b9d1 aarch64: Use memcpy to copy vector tables in vtbl[34] intrinsics
adds 4848e283cca aarch64: Use memcpy to copy vector tables in vtbx4 intrinsics
adds e8de7edde6c aarch64: Use memcpy to copy vector tables in vst4[q] intrinsics
adds 95509ee2c13 aarch64: Use memcpy to copy vector tables in vst3[q] intrinsics
adds 03148b8e508 aarch64: Use memcpy to copy vector tables in vst2[q] intrinsics
adds 1711b045829 aarch64: Use memcpy to copy vector tables in vst1[q]_x4 intrinsics
adds 3ea62a2b2ed libstdc++: Reduce headers included by <future>
adds 085666673db x86: Don't return hard register when LRA is in progress
adds ccf6e2c21be aarch64: Use memcpy to copy vector tables in vst1[q]_x3 intrinsics
adds 50752b751ff aarch64: Use memcpy to copy vector tables in vst1[q]_x2 intrinsics
adds 435f90187eb Use range_query object in array bounds class.
new 8408d34570c expmed: Fix store_integral_bit_field [PR101562]
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/c-family/c-lex.c | 15 +-
gcc/c-family/c-pragma.h | 4 +
gcc/config/aarch64/arm_neon.h | 1029 +++++++-------------
gcc/config/i386/i386.c | 2 +-
gcc/cp/parser.c | 40 +-
gcc/cp/parser.h | 3 +
gcc/expmed.c | 5 +-
gcc/gimple-array-bounds.h | 4 +-
gcc/testsuite/c-c++-common/gomp/attrs-1.c | 146 +++
gcc/testsuite/c-c++-common/gomp/attrs-2.c | 146 +++
gcc/testsuite/c-c++-common/gomp/attrs-3.c | 74 ++
gcc/testsuite/g++.dg/gomp/attrs-4.C | 61 ++
gcc/testsuite/g++.dg/gomp/attrs-5.C | 46 +
gcc/testsuite/gcc.c-torture/compile/pr101562.c | 21 +
.../aarch64/vector_structure_intrinsics.c | 207 ++++
gcc/testsuite/gcc.target/i386/pr101504.c | 23 +
libstdc++-v3/include/bits/stl_relops.h | 15 +-
libstdc++-v3/include/std/future | 3 +-
18 files changed, 1173 insertions(+), 671 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-2.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-3.c
create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-4.C
create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-5.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr101562.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vector_structure_intrinsics.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101504.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.