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-arm-bootstrap_debug
in repository toolchain/ci/gcc.
from 1d3f5f5e52a [Ada] Set target_cpu to x32 for x86_64-linux-gnux32
adds f953701576b Daily bump.
adds 0351d851f79 Fortran: handle expansion of zero-sized array constructors
adds 448e9a53939 Daily bump.
adds 99566992720 Daily bump.
No new revisions were added by this update.
Summary of changes:
contrib/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 22 ++++++++++++++++++++++
gcc/fortran/ChangeLog | 9 +++++++++
gcc/fortran/array.c | 3 +++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gfortran.dg/pr102520.f90 | 6 ++----
gcc/testsuite/gfortran.dg/pr103692.f90 | 23 +++++++++++++++++++++++
8 files changed, 75 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr103692.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/release-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from 3f4442ae83 Automatic date update in version.in
adds 589b6fc198 Automatic date update in version.in
adds 544818c087 Automatic date update in version.in
adds 5f62caec81 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-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards cb5f6fd1b 0: update: binutils-gcc: 2
new 5c1f9f9b5 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 (cb5f6fd1b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 63256 -> 63068 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 450156 -> 448300 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/qemu.
from 5e9d14f2be Merge remote-tracking branch 'remotes/alistair/tags/pull-ris [...]
new 1e4d8b31be python: pin setuptools below v60.0.0
new 57a6b4478c python: use avocado's "new" runner
new dc6877bd2e python/aqmp: fix docstring typo
new 3bc72e3aed python/aqmp: add __del__ method to legacy interface
new 3b5bf136f5 python/aqmp: handle asyncio.TimeoutError on execute()
new 0e6bfd8b96 python/aqmp: copy type definitions from qmp
new 728dcac5e3 python/aqmp: add SocketAddrT to package root
new 6e7751dc38 python/aqmp: rename AQMPError to QMPError
new 7017f3853a python/qemu-ga-client: don't use deprecated CLI syntax in us [...]
new 26db07516f python/qmp: switch qemu-ga-client to AQMP
new 8d6cdc5118 python/qmp: switch qom tools to AQMP
new f3efd12930 python/qmp: switch qmp-shell to AQMP
new 0347c4c4cf python: move qmp utilities to python/qemu/utils
new fd9c3a6219 python: move qmp-shell under the AQMP package
new 9922125615 scripts/cpu-x86-uarch-abi: fix CLI parsing
new 0665410dcf scripts/cpu-x86-uarch-abi: switch to AQMP
new 0590860242 scripts/render-block-graph: switch to AQMP
new aeb0ae95b7 Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/pyth [...]
The 18 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:
python/Makefile | 2 ++
python/README.rst | 2 +-
python/avocado.cfg | 2 +-
python/qemu/aqmp/__init__.py | 16 ++++++++---
python/qemu/aqmp/error.py | 12 ++++----
python/qemu/aqmp/events.py | 4 +--
python/qemu/aqmp/legacy.py | 41 +++++++++++++++++++++++++++-
python/qemu/aqmp/protocol.py | 24 +++++++++-------
python/qemu/aqmp/qmp_client.py | 16 +++++++----
python/qemu/{qmp => aqmp}/qmp_shell.py | 31 +++++++++++----------
python/qemu/{qmp => utils}/qemu_ga_client.py | 24 ++++++++--------
python/qemu/{qmp => utils}/qom.py | 5 ++--
python/qemu/{qmp => utils}/qom_common.py | 3 +-
python/qemu/{qmp => utils}/qom_fuse.py | 11 ++++----
python/setup.cfg | 19 +++++++------
scripts/cpu-x86-uarch-abi.py | 7 ++---
scripts/qmp/qemu-ga-client | 2 +-
scripts/qmp/qmp-shell | 2 +-
scripts/qmp/qom-fuse | 2 +-
scripts/qmp/qom-get | 2 +-
scripts/qmp/qom-list | 2 +-
scripts/qmp/qom-set | 2 +-
scripts/qmp/qom-tree | 2 +-
scripts/render_block_graph.py | 8 ++----
24 files changed, 151 insertions(+), 90 deletions(-)
rename python/qemu/{qmp => aqmp}/qmp_shell.py (96%)
rename python/qemu/{qmp => utils}/qemu_ga_client.py (94%)
rename python/qemu/{qmp => utils}/qom.py (98%)
rename python/qemu/{qmp => utils}/qom_common.py (98%)
rename python/qemu/{qmp => utils}/qom_fuse.py (97%)
--
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 f908e960c5 Change version number to 2.38.50 and regenerate files
adds 5f7a57f131 Update release makeing script with new release numbers
adds cc5e40736d Adjust default page sizes for haiku arm.
adds 58de646be2 Allow inferring tmp_prefix from the dll name from a def file.
No new revisions were added by this update.
Summary of changes:
binutils/ChangeLog | 5 +++++
binutils/README-how-to-make-a-release | 35 +++++++++++++++++++----------------
binutils/dlltool.c | 34 +++++++++++++++++-----------------
ld/ChangeLog | 6 ++++++
ld/configure.tgt | 2 +-
ld/emulparams/armelf_haiku.sh | 4 ++--
6 files changed, 50 insertions(+), 36 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/glibc.
from 8c86ba4463 htl: Fix cleaning the reply port
adds 6c2f050dbe Add valgrind smoke test
No new revisions were added by this update.
Summary of changes:
elf/Makefile | 7 ++++
elf/tst-valgrind-smoke.sh | 46 ++++++++++++++++++++++
elf/{tst-glibc-hwcaps-cache.c => valgrind-test.c} | 48 ++++++++++++-----------
3 files changed, 79 insertions(+), 22 deletions(-)
create mode 100644 elf/tst-valgrind-smoke.sh
copy elf/{tst-glibc-hwcaps-cache.c => valgrind-test.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from 0f4f9c0085e toplevel: Remove accedentally checked in file
adds 6c1a93102b4 Fortran: fix simplification of TRANSFER for zero-sized char [...]
adds 45b999f642a analyzer: fix ICE on vector casts [PR104159]
adds a1fb81bda97 testsuite: guard usage of _Float16 in analyzer test [PR104150]
adds 9ea451e2793 ootstrap: Fix bootstrap with --disable-plugin [PR104176]
No new revisions were added by this update.
Summary of changes:
gcc/analyzer/region-model-manager.cc | 11 +++++++
gcc/fortran/simplify.cc | 13 ++++++++-
gcc/opts-global.cc | 6 ++--
gcc/testsuite/gcc.dg/analyzer/pr104089.c | 2 ++
gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c | 18 ++++++++++++
gcc/testsuite/gfortran.dg/transfer_simplify_11.f90 | 2 +-
gcc/testsuite/gfortran.dg/transfer_simplify_13.f90 | 34 ++++++++++++++++++++++
7 files changed, 82 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c
create mode 100644 gcc/testsuite/gfortran.dg/transfer_simplify_13.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from f908e960c5 Change version number to 2.38.50 and regenerate files
adds 5f7a57f131 Update release makeing script with new release numbers
adds cc5e40736d Adjust default page sizes for haiku arm.
adds 58de646be2 Allow inferring tmp_prefix from the dll name from a def file.
No new revisions were added by this update.
Summary of changes:
binutils/ChangeLog | 5 +++++
binutils/README-how-to-make-a-release | 35 +++++++++++++++++++----------------
binutils/dlltool.c | 34 +++++++++++++++++-----------------
ld/ChangeLog | 6 ++++++
ld/configure.tgt | 2 +-
ld/emulparams/armelf_haiku.sh | 4 ++--
6 files changed, 50 insertions(+), 36 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 6874fa7b2 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new ade0f0e16 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 (6874fa7b2)
\
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 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 30488 -> 30500 bytes
05-build_abe-stage1/console.log.xz | Bin 71096 -> 71180 bytes
07-build_abe-linux/console.log.xz | Bin 9264 -> 9476 bytes
08-build_abe-glibc/console.log.xz | Bin 237584 -> 237404 bytes
09-build_abe-stage2/console.log.xz | Bin 198684 -> 198144 bytes
10-build_abe-gdb/console.log.xz | Bin 37224 -> 37220 bytes
11-build_abe-qemu/console.log.xz | Bin 30572 -> 31160 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 26 +++++++++++++-------------
12 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.