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 ad62fd4546 gdb: make timestamped_file implement write_async_safe
adds 6f5d514f91 gdb: replace inferior::waiting_for_vfork_done with inferior: [...]
adds 148cf134e9 gdb/infrun: add inferior parameters to stop_all_threads and [...]
adds 05d65a7a6c gdb/infrun: add logging statement to do_target_resume
adds d8bbae6ea0 gdb: fix handling of vfork by multi-threaded program (follow [...]
adds e88cf517e9 gdbserver: report correct status in thread stop race condition
adds 3890f02a5b gdb/remote: remove_new_fork_children don't access target_wai [...]
adds 27f9f64975 gdb: resume ongoing step after handling fork or vfork
new d5ce6f2dca Fix qRcmd error code parsing
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/doc/gdb.texinfo | 3 +-
gdb/inferior.h | 8 +-
gdb/infrun.c | 207 ++++++++++++++++++---
gdb/infrun.h | 7 +-
gdb/remote.c | 7 +-
gdb/testsuite/gdb.threads/next-fork-other-thread.c | 92 +++++++++
.../gdb.threads/next-fork-other-thread.exp | 116 ++++++++++++
gdb/testsuite/gdb.threads/vfork-multi-thread.c | 88 +++++++++
gdb/testsuite/gdb.threads/vfork-multi-thread.exp | 96 ++++++++++
gdbserver/linux-low.cc | 60 +++---
10 files changed, 621 insertions(+), 63 deletions(-)
create mode 100644 gdb/testsuite/gdb.threads/next-fork-other-thread.c
create mode 100644 gdb/testsuite/gdb.threads/next-fork-other-thread.exp
create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-thread.c
create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-thread.exp
--
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 f65eae02 2: update: binutils-gcc: 0
new 3b30962e 2: update: binutils-gcc: 0
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 (f65eae02)
\
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 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 24732 -> 24916 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 52 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +++----
6 files changed, 31 insertions(+), 31 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_build/master-arm
in repository toolchain/ci/gcc.
from 5e09bb1b2e7 Daily bump.
adds 418967ca275 try multi-reg dest in default_zero_call_used_regs
adds e3174d6183e Split vector load from parm_del to elemental loads to avoid [...]
new 321d1dcf610 testsuite: Add -fno-tree-loop-distribute-patterns.
new 042f8534667 testsuite/s390: Change nle -> h in ifcvt tests.
new 2874772c4b5 testsuite/s390: Adapt test expections.
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.cc | 61 ++++++++++++++++
gcc/config/i386/i386.opt | 4 ++
gcc/reginfo.cc | 9 ++-
gcc/regs.h | 5 ++
gcc/targhooks.cc | 83 +++++++++++++++++++---
gcc/testsuite/gcc.dg/Wuse-after-free-2.c | 4 +-
gcc/testsuite/gcc.target/i386/pr101908-1.c | 12 ++++
gcc/testsuite/gcc.target/i386/pr101908-2.c | 12 ++++
gcc/testsuite/gcc.target/i386/pr101908-3.c | 14 ++++
.../gcc.target/s390/ifcvt-two-insns-bool.c | 4 +-
.../gcc.target/s390/ifcvt-two-insns-int.c | 4 +-
.../gcc.target/s390/ifcvt-two-insns-long.c | 4 +-
.../gcc.target/s390/zvector/vec-double-compile.c | 8 ++-
.../gcc.target/s390/zvector/vec-float-compile.c | 8 ++-
.../gcc.target/s390/zvector/vec-signed-compile.c | 8 ++-
.../gcc.target/s390/zvector/vec-unsigned-compile.c | 8 ++-
16 files changed, 222 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr101908-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101908-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101908-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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 26f5153a 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 2b45db8a 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (26f5153a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 30280 -> 31368 bytes
05-build_abe-stage1/console.log.xz | Bin 89584 -> 90324 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 8636 -> 8788 bytes
08-build_abe-glibc/console.log.xz | Bin 231212 -> 230508 bytes
09-build_abe-stage2/console.log.xz | Bin 220712 -> 220800 bytes
10-build_abe-gdb/console.log.xz | Bin 37328 -> 38152 bytes
11-build_abe-qemu/console.log.xz | Bin 30960 -> 30808 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 87 ++++++-----------------------------
jenkins/manifest.sh | 18 ++++----
13 files changed, 22 insertions(+), 83 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 gcc.
from 2874772c4b5 testsuite/s390: Adapt test expections.
new e68f5c90bae c/105151 - move early walloca pass
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/passes.def | 2 +-
gcc/testsuite/gcc.dg/{gimplefe-8.c => gimplefe-error-14.c} | 9 ++-------
2 files changed, 3 insertions(+), 8 deletions(-)
copy gcc/testsuite/gcc.dg/{gimplefe-8.c => gimplefe-error-14.c} (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/release-aarch64-bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 5bb1199bbe Automatic date update in version.in
adds 907a9b092a Automatic date update in version.in
adds 72a6a32099 Automatic date update in version.in
adds 2de7516720 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_gcc_bootstrap/release-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 48665382 0: update: binutils-gcc: 2
new 24b6ceda 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 (48665382)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 1588 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 38784 -> 38408 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 251652 -> 250592 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.