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 4e3e89f7 0: update: binutils-gcc: 2
new 50b16928 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 (4e3e89f7)
\
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 1508 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 37548 -> 38192 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 322624 -> 323324 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 15 insertions(+), 15 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 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object
adds e867795e8b gdb: use python to colorize disassembler output
adds 7b8c55afd0 gdb/python: move styling support to gdb.styling
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 6 +++
gdb/cli/cli-style.c | 44 +++++++++++++++++++++
gdb/cli/cli-style.h | 3 ++
gdb/data-directory/Makefile.in | 1 +
gdb/disasm.c | 58 ++++++++++++++++++++++++++-
gdb/disasm.h | 25 ++++++++++++
gdb/doc/gdb.texinfo | 15 +++++++
gdb/extension-priv.h | 6 +++
gdb/extension.c | 20 ++++++++++
gdb/extension.h | 8 ++++
gdb/python/lib/gdb/__init__.py | 20 ----------
gdb/python/lib/gdb/styling.py | 50 +++++++++++++++++++++++
gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++++--
gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++++-
gdb/ui-file.h | 8 ++++
15 files changed, 405 insertions(+), 26 deletions(-)
create mode 100644 gdb/python/lib/gdb/styling.py
--
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 0d31c8ec3fd Daily bump.
adds 3f10e0d50b5 middle-end/104497 - gimplification of vector indexing
adds f7e26913187 c/104505 - ICE with internal function call in diagnostic ex [...]
adds f320197c8b4 tree-optimization/104511 - avoid FP to DFP conversion for V [...]
new 81341565023 libstdc++: Fix std::to_chars for IEEE128 long double
new 220d85fdf0b libstdc++: Fix typo in pragma
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/c-family/c-pretty-print.cc | 6 +++++-
gcc/gimplify.cc | 17 ++++++++++++++---
gcc/testsuite/c-c++-common/pr104505.c | 12 ++++++++++++
gcc/testsuite/c-c++-common/torture/pr104497.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++++++++
gcc/tree-ssa-forwprop.cc | 9 +++++++++
libstdc++-v3/src/c++17/floating_to_chars.cc | 8 ++------
.../20_util/unsynchronized_pool_resource/allocate.cc | 2 +-
8 files changed, 71 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr104505.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr104497.c
create mode 100644 gcc/testsuite/gcc.dg/pr104511.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-aarch64
in repository toolchain/ci/binutils-gdb.
from 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object
adds e867795e8b gdb: use python to colorize disassembler output
adds 7b8c55afd0 gdb/python: move styling support to gdb.styling
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 6 +++
gdb/cli/cli-style.c | 44 +++++++++++++++++++++
gdb/cli/cli-style.h | 3 ++
gdb/data-directory/Makefile.in | 1 +
gdb/disasm.c | 58 ++++++++++++++++++++++++++-
gdb/disasm.h | 25 ++++++++++++
gdb/doc/gdb.texinfo | 15 +++++++
gdb/extension-priv.h | 6 +++
gdb/extension.c | 20 ++++++++++
gdb/extension.h | 8 ++++
gdb/python/lib/gdb/__init__.py | 20 ----------
gdb/python/lib/gdb/styling.py | 50 +++++++++++++++++++++++
gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++++--
gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++++-
gdb/ui-file.h | 8 ++++
15 files changed, 405 insertions(+), 26 deletions(-)
create mode 100644 gdb/python/lib/gdb/styling.py
--
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 d2b55e66 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new ad488a9e 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 (d2b55e66)
\
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 1556 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 30472 -> 30688 bytes
05-build_abe-stage1/console.log.xz | Bin 71164 -> 71204 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 8888 -> 8548 bytes
08-build_abe-glibc/console.log.xz | Bin 237112 -> 236192 bytes
09-build_abe-stage2/console.log.xz | Bin 197760 -> 198336 bytes
10-build_abe-gdb/console.log.xz | Bin 37292 -> 37600 bytes
11-build_abe-qemu/console.log.xz | Bin 30944 -> 30688 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 18 +++++++++---------
13 files changed, 17 insertions(+), 17 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-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 4660a60b 0: update: binutils-gcc: 2
new 42434152 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 (4660a60b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 50492 -> 51976 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 468800 -> 468760 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.
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/master-aarch64
in repository toolchain/ci/gcc.
from 0d31c8ec3fd Daily bump.
adds 3f10e0d50b5 middle-end/104497 - gimplification of vector indexing
adds f7e26913187 c/104505 - ICE with internal function call in diagnostic ex [...]
adds f320197c8b4 tree-optimization/104511 - avoid FP to DFP conversion for V [...]
No new revisions were added by this update.
Summary of changes:
gcc/c-family/c-pretty-print.cc | 6 +++++-
gcc/gimplify.cc | 17 ++++++++++++++---
gcc/testsuite/c-c++-common/pr104505.c | 12 ++++++++++++
gcc/testsuite/c-c++-common/torture/pr104497.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++++++++
gcc/tree-ssa-forwprop.cc | 9 +++++++++
6 files changed, 68 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr104505.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr104497.c
create mode 100644 gcc/testsuite/gcc.dg/pr104511.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_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object
adds e867795e8b gdb: use python to colorize disassembler output
adds 7b8c55afd0 gdb/python: move styling support to gdb.styling
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 6 +++
gdb/cli/cli-style.c | 44 +++++++++++++++++++++
gdb/cli/cli-style.h | 3 ++
gdb/data-directory/Makefile.in | 1 +
gdb/disasm.c | 58 ++++++++++++++++++++++++++-
gdb/disasm.h | 25 ++++++++++++
gdb/doc/gdb.texinfo | 15 +++++++
gdb/extension-priv.h | 6 +++
gdb/extension.c | 20 ++++++++++
gdb/extension.h | 8 ++++
gdb/python/lib/gdb/__init__.py | 20 ----------
gdb/python/lib/gdb/styling.py | 50 +++++++++++++++++++++++
gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++++--
gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++++-
gdb/ui-file.h | 8 ++++
15 files changed, 405 insertions(+), 26 deletions(-)
create mode 100644 gdb/python/lib/gdb/styling.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.