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/qemu.
from 57b6f58c1d Merge remote-tracking branch 'remotes/hreitz/tags/pull-block [...]
adds eb94846280 qxl: fix pre-save logic
adds 89faed62af ui/gtk: Create a common release_dmabuf helper
adds 121abaf3e6 ui/egl: Add egl helpers to help with synchronization
adds 65b847d284 ui: Create sync objects and fences only for blobs
adds ab971f8abb ui/gtk-egl: Wait for the draw signal for dmabuf blobs
adds b3a5dfdea9 virtio-gpu: Add gl_flushed callback
adds 63cf61256a Merge remote-tracking branch 'remotes/kraxel/tags/vga-202109 [...]
No new revisions were added by this update.
Summary of changes:
hw/display/qxl.c | 2 +-
hw/display/virtio-gpu-udmabuf.c | 1 +
hw/display/virtio-gpu.c | 32 +++++++++++++++++++++++++--
include/ui/console.h | 3 +++
include/ui/egl-helpers.h | 3 +++
include/ui/gtk.h | 5 +++--
ui/egl-helpers.c | 26 ++++++++++++++++++++++
ui/gtk-egl.c | 48 ++++++++++++++++++++++++++++++++++-------
ui/gtk-gl-area.c | 26 ++++++++++++++++++++++
ui/gtk.c | 26 ++++++++++++++++++++--
10 files changed, 157 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-arm
in repository toolchain/ci/glibc.
from cb5088cfd3 benchtests: Fix validate_benchout.py exceptions
adds 876e51548c Fix build-many-glibcs.py --strip for installed library renaming
No new revisions were added by this update.
Summary of changes:
scripts/build-many-glibcs.py | 16 +++++++---------
1 file changed, 7 insertions(+), 9 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/linux.
from ff1ffd71d5f0 Merge tag 'hyperv-fixes-signed-20210915' of git://git.kern [...]
adds b1a89856fbf6 m68k: Double cast io functions to unsigned long
adds a7b68ed15d1f m68k: mvme: Remove overdue #warnings in RTC handling
adds 077a6ccf2588 Merge tag 'm68k-for-v5.15-tag2' of git://git.kernel.org/pu [...]
adds 90cc7bed1ed1 parisc: Use absolute_pointer() to define PAGE0
adds 5fe983d3f1a5 Merge tag 'for-5.15/parisc-4' of git://git.kernel.org/pub/ [...]
adds db71f8fb4495 3com 3c515: make it compile on 64-bit architectures
adds 35a3f4ef0ab5 alpha: Declare virt_to_phys and virt_to_bus parameter as p [...]
adds b60cee5bae73 cpufreq: vexpress: Drop unused variable
new 040b8907ccf1 drm/rockchip: cdn-dp-core: Make cdn_dp_core_resume __maybe_unused
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:
arch/alpha/include/asm/io.h | 6 +++---
arch/m68k/include/asm/raw_io.h | 20 ++++++++++----------
arch/m68k/mvme147/config.c | 4 +++-
arch/m68k/mvme16x/config.c | 4 +++-
arch/parisc/include/asm/page.h | 2 +-
drivers/cpufreq/vexpress-spc-cpufreq.c | 1 -
drivers/gpu/drm/rockchip/cdn-dp-core.c | 2 +-
drivers/net/ethernet/3com/3c515.c | 2 +-
8 files changed, 22 insertions(+), 19 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 ab08859e37e coroutines: Small cleanups to await_statement_walker [NFC].
adds 371848a7ed3 cgraph: Do not warn about caller count mismatches of remove [...]
adds acd7e7b33fd PowerPC: Fix rs6000-gen-builtins with build != host [PR102353]
adds d7071e49822 [i386] Change ix86_decompose_address return type to bool.
adds db1a65d9364 Fix PR 67102: Add libstdc++ dependancy to libffi
adds cfea7b86f24 Fortran - fix handling of optional allocatable DT arguments [...]
new 2e2e65a46d2 c++: constrained variable template issues [PR98486]
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:
Makefile.def | 1 +
Makefile.in | 1 +
gcc/cgraph.c | 4 +-
gcc/config/i386/i386-protos.h | 2 +-
gcc/config/i386/i386.c | 48 +++++++++++------------
gcc/config/rs6000/t-rs6000 | 17 ++++----
gcc/cp/constraint.cc | 8 ++--
gcc/cp/decl.c | 11 ++++++
gcc/cp/pt.c | 3 +-
gcc/fortran/trans-expr.c | 11 ++++++
gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1.C | 9 +++++
gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1a.C | 14 +++++++
gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1b.C | 15 +++++++
gcc/testsuite/gfortran.dg/intent_out_14.f90 | 24 ++++++++++++
14 files changed, 127 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1a.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-var-templ1b.C
create mode 100644 gcc/testsuite/gfortran.dg/intent_out_14.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_native_check_gdb/master-arm
in repository toolchain/ci/binutils-gdb.
from f677852bbd [gdb/testsuite] Use function_range in gdb.dwarf2/dw2-abs-hi-pc.exp
adds dc746ef741 Automatic date update in version.in
adds 0ffd31f044 gdb: manual: fix werrors typo
adds 169a287181 [gdb/testsuite] Fix interrupted sleep in multi-threaded test-cases
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/doc/gdb.texinfo | 2 +-
gdb/testsuite/gdb.base/watch_thread_num.c | 7 ++++++-
gdb/testsuite/gdb.btrace/enable-running.c | 4 +++-
gdb/testsuite/gdb.threads/continue-pending-status.c | 6 +++++-
5 files changed, 16 insertions(+), 5 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_native_check_gdb/master-arm
in repository toolchain/ci/base-artifacts.
discards 9f6e3bbe 0: update: binutils-gcc-linux-glibc-gdb: 1
new 82caac91 0: update: binutils-gcc-linux-glibc-gdb: 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 (9f6e3bbe)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 1728 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 66304 -> 66012 bytes
04-build_abe-gcc/console.log.xz | Bin 227068 -> 226720 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8888 -> 8816 bytes
07-build_abe-glibc/console.log.xz | Bin 226964 -> 229276 bytes
08-build_abe-gdb/console.log.xz | Bin 51856 -> 52344 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3824 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2728 -> 2860 bytes
11-check_regression/console.log.xz | Bin 6552 -> 5892 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 65 +-
11-check_regression/results.compare | 98 +-
11-check_regression/results.compare2 | 264 +-
11-check_regression/results.regressions | 98 +-
12-update_baseline/console.log | 1520 +++++-----
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 65 +-
12-update_baseline/results.compare | 98 +-
12-update_baseline/results.compare2 | 264 +-
12-update_baseline/results.regressions | 98 +-
jenkins/manifest.sh | 26 +-
sumfiles/gdb.log.xz | Bin 1659180 -> 1671560 bytes
sumfiles/gdb.sum | 4942 +++++++++++++++++--------------
25 files changed, 3745 insertions(+), 3797 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.