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 3b8794302b5 PR target/105930: Split *xordi3_doubleword after reload on x86.
adds 268b5c81e93 profile-count: fix /= and *= operators
adds 7fd34782b95 Fix stmt_kills_ref_p WRT external throws
adds fa4e97907fc libstdc++: use grep -E instead of egrep in scripts
new b36a1c964f9 middle-end/106070 - bogus cond-expr folding
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/match.pd | 11 +++++++----
gcc/profile-count.h | 20 ++++++++++++--------
gcc/testsuite/gcc.dg/torture/pr106070.c | 20 ++++++++++++++++++++
gcc/tree-ssa-alias.cc | 24 ++++++++++++++++++------
libstdc++-v3/scripts/extract_symvers.in | 4 ++--
libstdc++-v3/scripts/run_doxygen | 4 ++--
6 files changed, 61 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr106070.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/binutils-gdb.
from 54603ee2ae Automatic date update in version.in
adds 39b8a8090e Delete delete_thread_silent
adds a32c1a92d5 gdb: make use of RAII in run_inferior_call
new c715d0732a Improve core file path detection & put cores in output dir
new e83907ff5f Include count of unexpected core files in gdb.sum summary
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:
gdb/gdbthread.h | 4 --
gdb/infcall.c | 25 ++++-----
gdb/testsuite/Makefile.in | 9 ++-
gdb/testsuite/gdb.base/annota1.exp | 18 +++---
gdb/testsuite/gdb.base/annota3.exp | 18 +++---
gdb/testsuite/gdb.base/bigcore.exp | 38 +++----------
gdb/testsuite/gdb.base/exitsignal.exp | 11 +++-
gdb/testsuite/lib/dg-add-core-file-count.sh | 41 ++++++++++++++
gdb/testsuite/lib/gdb.exp | 86 ++++++++++++++++++++++++++++-
gdb/thread.c | 28 ++--------
10 files changed, 182 insertions(+), 96 deletions(-)
create mode 100755 gdb/testsuite/lib/dg-add-core-file-count.sh
--
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 a5ffd114 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new c1c5642c 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 (a5ffd114)
\
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 1536 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 30244 -> 32412 bytes
05-build_abe-stage1/console.log.xz | Bin 91252 -> 90692 bytes
07-build_abe-linux/console.log.xz | Bin 9164 -> 8864 bytes
08-build_abe-glibc/console.log.xz | Bin 232748 -> 232524 bytes
09-build_abe-stage2/console.log.xz | Bin 224192 -> 223476 bytes
10-build_abe-gdb/console.log.xz | Bin 37396 -> 39432 bytes
11-build_abe-qemu/console.log.xz | Bin 32324 -> 32800 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 insertions(+), 10 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-aarch64
in repository toolchain/ci/gdb.
from 54603ee2ae Automatic date update in version.in
adds 39b8a8090e Delete delete_thread_silent
adds a32c1a92d5 gdb: make use of RAII in run_inferior_call
No new revisions were added by this update.
Summary of changes:
gdb/gdbthread.h | 4 ----
gdb/infcall.c | 25 +++++++++++--------------
gdb/thread.c | 28 +++++-----------------------
3 files changed, 16 insertions(+), 41 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-aarch64
in repository toolchain/ci/gcc.
from 3b8794302b5 PR target/105930: Split *xordi3_doubleword after reload on x86.
adds 268b5c81e93 profile-count: fix /= and *= operators
adds 7fd34782b95 Fix stmt_kills_ref_p WRT external throws
new fa4e97907fc libstdc++: use grep -E instead of egrep in scripts
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/profile-count.h | 20 ++++++++++++--------
gcc/tree-ssa-alias.cc | 24 ++++++++++++++++++------
libstdc++-v3/scripts/extract_symvers.in | 4 ++--
libstdc++-v3/scripts/run_doxygen | 4 ++--
4 files changed, 34 insertions(+), 18 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-aarch64
in repository toolchain/ci/binutils-gdb.
from 54603ee2ae Automatic date update in version.in
adds 39b8a8090e Delete delete_thread_silent
adds a32c1a92d5 gdb: make use of RAII in run_inferior_call
No new revisions were added by this update.
Summary of changes:
gdb/gdbthread.h | 4 ----
gdb/infcall.c | 25 +++++++++++--------------
gdb/thread.c | 28 +++++-----------------------
3 files changed, 16 insertions(+), 41 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-aarch64
in repository toolchain/ci/base-artifacts.
discards 4c33887f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 432528e3 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 (4c33887f)
\
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 1544 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 30472 -> 30900 bytes
05-build_abe-stage1/console.log.xz | Bin 73556 -> 72648 bytes
07-build_abe-linux/console.log.xz | Bin 8832 -> 8892 bytes
08-build_abe-glibc/console.log.xz | Bin 238868 -> 238732 bytes
09-build_abe-stage2/console.log.xz | Bin 204280 -> 203352 bytes
10-build_abe-gdb/console.log.xz | Bin 37816 -> 37860 bytes
11-build_abe-qemu/console.log.xz | Bin 32816 -> 32768 bytes
12-check_regression/console.log.xz | Bin 432 -> 416 bytes
13-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 14 insertions(+), 14 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_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from 570e911f4e PowerPC64: fix assertion in ppc_build_one_stub with -Os code
adds c86acd3f18 Use PyBool_FromLong
adds d75bdf170e Don't declare cli_set_logging
adds 54603ee2ae Automatic date update in version.in
adds 39b8a8090e Delete delete_thread_silent
adds a32c1a92d5 gdb: make use of RAII in run_inferior_call
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/cli/cli-interp.h | 5 -----
gdb/gdbthread.h | 4 ----
gdb/infcall.c | 25 +++++++++++--------------
gdb/python/py-cmd.c | 3 +--
gdb/python/py-symbol.c | 3 +--
gdb/python/py-type.c | 6 ++----
gdb/thread.c | 28 +++++-----------------------
8 files changed, 21 insertions(+), 55 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_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 063f0015 0: update: binutils-gcc: 2
new 435ed031 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 (063f0015)
\
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 1572 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 39948 -> 39492 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 330144 -> 327476 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.