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 43f7c3581f gdb/testsuite: respect GDBSERVER variable in remote-stdio-gd [...]
adds edce4d8c6a Automatic date update in version.in
new 1563e7179a Don't edit bogus sh_link on reading relocatable objects (Ora [...]
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:
bfd/elf.c | 34 ----------------------------------
bfd/version.h | 2 +-
2 files changed, 1 insertion(+), 35 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 471e333b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new df6031df 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 (471e333b)
\
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 1576 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2784 bytes
04-build_abe-binutils/console.log.xz | Bin 31212 -> 31152 bytes
05-build_abe-stage1/console.log.xz | Bin 71400 -> 70836 bytes
07-build_abe-linux/console.log.xz | Bin 9444 -> 8836 bytes
08-build_abe-glibc/console.log.xz | Bin 236692 -> 236872 bytes
09-build_abe-stage2/console.log.xz | Bin 195396 -> 194996 bytes
10-build_abe-gdb/console.log.xz | Bin 39120 -> 38828 bytes
11-build_abe-qemu/console.log.xz | Bin 29632 -> 30156 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.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/qemu.
from 7635eff971 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...]
adds b9537d5904 tcg/arm: Reduce vector alignment requirement for NEON
adds 92ac58e34c Merge tag 'pull-tcg-20211207' of https://gitlab.com/rth7680/ [...]
adds 2958e5150d gicv3: fix ICH_MISR's LRENP computation
adds a216e7cf11 Merge tag 'pull-target-arm-20211207' of https://git.linaro.o [...]
adds a3607def89 Update version for v6.2.0-rc4 release
No new revisions were added by this update.
Summary of changes:
VERSION | 2 +-
hw/intc/arm_gicv3_cpuif.c | 3 ++-
tcg/arm/tcg-target.c.inc | 13 +++++++++----
tcg/tcg.c | 8 +++++++-
4 files changed, 19 insertions(+), 7 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_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 15563293a92 Daily bump.
adds e3fab19a79e c++: Fix for decltype and bit-fields [PR95009]
adds bd918acae2d Daily bump.
adds 8ff9ed7f4f7 Fortran: perform array subscript checks only for valid INTE [...]
adds 423e0a98e3d Fortran: add check for type of upper bound in case range
adds 99854374f95 Daily bump.
adds 81ffb19017d Fortran: avoid NULL pointer dereference on missing or bad d [...]
adds 8e8fd7de53f Daily bump.
adds 64ccdadd177 d: Align methods to MINIMUM_METHOD_BOUNDARY.
adds aca7d4e8790 libstdc++: Make atomic<T*>::wait() const [PR102994]
adds 3459ef2e9f9 Fortran: dimensions of an array have to be non-negative
new 894295ada02 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 10 ++++
gcc/cp/typeck.c | 14 ++++-
gcc/d/ChangeLog | 7 +++
gcc/d/decl.cc | 3 +
gcc/fortran/ChangeLog | 36 ++++++++++++
gcc/fortran/array.c | 6 +-
gcc/fortran/frontend-passes.c | 4 ++
gcc/fortran/match.c | 9 +++
gcc/fortran/symbol.c | 3 +
gcc/testsuite/ChangeLog | 41 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C | 65 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C | 18 ++++++
gcc/testsuite/gfortran.dg/pr103607.f90 | 12 ++++
gcc/testsuite/gfortran.dg/pr103609.f90 | 15 +++++
gcc/testsuite/gfortran.dg/select_9.f90 | 10 ++++
gcc/testsuite/gfortran.dg/shape_11.f90 | 16 ++++++
libstdc++-v3/ChangeLog | 13 +++++
libstdc++-v3/include/bits/atomic_base.h | 2 +-
libstdc++-v3/include/std/atomic | 8 +--
.../29_atomics/atomic/wait_notify/102994.cc | 19 +++++++
21 files changed, 302 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C
create mode 100644 gcc/testsuite/gfortran.dg/pr103607.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr103609.f90
create mode 100644 gcc/testsuite/gfortran.dg/select_9.f90
create mode 100644 gcc/testsuite/gfortran.dg/shape_11.f90
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/wait_notify/102994.cc
--
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_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 44d742f92d Automatic date update in version.in
adds aea7d932c8 Automatic date update in version.in
adds 3c082ab836 Automatic date update in version.in
adds cd7ce9337f Automatic date update in version.in
new 91cf5b0141 Automatic date update in version.in
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:
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_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 318059f5 0: update: binutils-gcc-linux-qemu: all
new ed98c658 0: update: binutils-gcc-linux-qemu: all
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 (318059f5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 1564 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 41532 -> 41692 bytes
04-build_abe-stage1/console.log.xz | Bin 85524 -> 85824 bytes
05-build_abe-qemu/console.log.xz | Bin 29660 -> 29452 bytes
06-build_linux/console.log.xz | Bin 3496 -> 3444 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 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 0df964ba287 c++: Add test for C++23 auto(x)
adds 1e2eee7b29e symtab: fix comment typo
adds a2f4b4b76cd jit: set DECL_CONTEXT of RESULT_DECL [PR103562]
adds b504917e43b libgcc, Darwin: Update darwin10 unwinder shim dependencies.
No new revisions were added by this update.
Summary of changes:
gcc/jit/jit-playback.c | 1 +
gcc/symtab.c | 2 +-
gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 ++
gcc/testsuite/jit.dg/test-pr103562.c | 62 ++++++++++++++++++++++++++++
libgcc/config/t-darwin | 2 +-
5 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/jit.dg/test-pr103562.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 43f7c3581f gdb/testsuite: respect GDBSERVER variable in remote-stdio-gd [...]
adds edce4d8c6a 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 1c0c2833 0: update: binutils-gcc: 1
new 992be280 0: update: binutils-gcc: 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 (1c0c2833)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1524 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 39520 -> 38528 bytes
04-build_abe-gcc/console.log.xz | Bin 202920 -> 203736 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3844 -> 3824 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2492 -> 2480 bytes
07-check_regression/console.log.xz | Bin 3492 -> 2992 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 7 +-
07-check_regression/results.compare | 32 +-
07-check_regression/results.compare2 | 77 +-
07-check_regression/results.regressions | 32 +-
08-update_baseline/console.log | 293 +-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 7 +-
08-update_baseline/results.compare | 32 +-
08-update_baseline/results.compare2 | 77 +-
08-update_baseline/results.regressions | 32 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3467980 -> 3477468 bytes
sumfiles/g++.sum | 130 +-
sumfiles/gcc.log.xz | Bin 2950444 -> 2954996 bytes
sumfiles/gcc.sum | 4902 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 885176 -> 881036 bytes
sumfiles/gfortran.sum | 96 +-
sumfiles/libatomic.log.xz | Bin 2176 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 175784 -> 175504 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2524 -> 2528 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 428156 -> 440508 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2809 insertions(+), 2960 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.