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 bcadb4f31f6 Daily bump.
adds 75d95f5f015 c++: local_specializations and recursive constrained fn [PR103714]
adds 4f9ad140c6c Fortran: reject BOZ type argument to SIZEOF().
adds 05640d5ca8a Fortran: PACK intrinsic should not try to read from zero-si [...]
adds 57b51b8bae4 Fortran: fix check for pointer dummy arguments with INTENT(IN)
adds 5a511f2ac9e Daily bump.
adds 131de23d60b Update cpplib es.po
adds 0b7ee7cec96 Daily bump.
adds 96a09dec242 libphobos: Fix definition of stat_t for MIPS64 (PR103604)
adds ecc83ab1df4 libphobos: Add power*-*-freebsd* as supported target
adds f9406821cf8 Daily bump.
new 3b0ba97fafe 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/constraint.cc | 4 ++
gcc/fortran/ChangeLog | 20 +++++++++
gcc/fortran/check.c | 35 ++++-----------
gcc/fortran/expr.c | 9 ++--
gcc/testsuite/ChangeLog | 33 ++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C | 17 ++++++++
gcc/testsuite/gfortran.dg/illegal_boz_arg_2.f90 | 6 +++
gcc/testsuite/gfortran.dg/intrinsic_pack_6.f90 | 57 +++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/move_alloc_8.f90 | 4 +-
gcc/testsuite/gfortran.dg/pointer_intent_9.f90 | 33 ++++++++++++++
libcpp/po/ChangeLog | 4 ++
libcpp/po/es.po | 45 +++++++------------
libgfortran/ChangeLog | 10 +++++
libgfortran/intrinsics/pack_generic.c | 9 ++++
libphobos/ChangeLog | 15 +++++++
libphobos/configure.tgt | 3 ++
libphobos/libdruntime/core/sys/freebsd/config.d | 3 +-
libphobos/libdruntime/core/sys/posix/sys/stat.d | 46 +++++++++++---------
20 files changed, 283 insertions(+), 82 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C
create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/intrinsic_pack_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_intent_9.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_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 446864d6d6 Automatic date update in version.in
adds 72a45cec0f Automatic date update in version.in
adds 6e67642edc Automatic date update in version.in
adds 862d4c203e Automatic date update in version.in
new 9137c2cb7c 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 eba63d804 0: update: binutils-gcc-linux-qemu: all
new 162b7b85a 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 (eba63d804)
\
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 1840 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 41600 -> 41588 bytes
04-build_abe-stage1/console.log.xz | Bin 85120 -> 85524 bytes
05-build_abe-qemu/console.log.xz | Bin 29756 -> 30312 bytes
06-build_linux/console.log.xz | Bin 3196 -> 3172 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 416 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 insertions(+), 12 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 9c1ce17bc4a arm: Declare MVE types internally via pragma
adds 5474092c9af Fortran: CASE selector expressions must be scalar
adds ff0ad4b5e16 Fortran: BOZ literal constants are not interoperable
No new revisions were added by this update.
Summary of changes:
gcc/fortran/check.c | 6 ++++++
gcc/fortran/match.c | 13 +++++++++++++
gcc/testsuite/gfortran.dg/illegal_boz_arg_3.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/select_10.f90 | 25 +++++++++++++++++++++++++
4 files changed, 51 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/select_10.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_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 042574aa6e gdb/doc: add some index entries relating to mi-async setting
adds 7898f55ba0 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 037d86aee 0: update: binutils-gcc: 1
new dc379aedc 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 (037d86aee)
\
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 1544 -> 1488 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 39600 -> 38108 bytes
04-build_abe-gcc/console.log.xz | Bin 203140 -> 203844 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3884 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2752 -> 2548 bytes
07-check_regression/console.log.xz | Bin 3212 -> 3060 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 9 +-
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 52 +-
07-check_regression/results.regressions | 16 +-
08-update_baseline/console.log | 494 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 9 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 52 +-
08-update_baseline/results.regressions | 16 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3453752 -> 3447420 bytes
sumfiles/g++.sum | 6 +-
sumfiles/gcc.log.xz | Bin 2952156 -> 2966252 bytes
sumfiles/gcc.sum | 4144 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 888536 -> 887096 bytes
sumfiles/gfortran.sum | 67 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2184 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 176052 -> 175892 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2540 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 428128 -> 430432 bytes
sumfiles/libstdc++.sum | 2 +-
33 files changed, 2431 insertions(+), 2490 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/llvm-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9ac2274f9 2: update: binutils-llvm-linux-qemu: 19898
new a8b6c7d9c 2: update: binutils-llvm-linux-qemu: 19899
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 (9ac2274f9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 30316 -> 31136 bytes
04-build_llvm/console.log.xz | Bin 60052 -> 60828 bytes
05-build_abe-qemu/console.log.xz | Bin 30312 -> 30876 bytes
06-build_linux/console.log.xz | Bin 5444 -> 5284 bytes
08-check_regression/console.log.xz | Bin 480 -> 492 bytes
09-update_baseline/console.log | 30 +++++++++++++++---------------
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
10 files changed, 27 insertions(+), 27 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_debug
in repository toolchain/ci/base-artifacts.
discards d9c13bfda 0: update: binutils-gcc: 2
new e9f4b2e8f 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 (d9c13bfda)
\
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 1512 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 50436 -> 52048 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 463392 -> 466560 bytes
06-check_regression/console.log.xz | Bin 420 -> 432 bytes
07-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 18 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.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from d8f9cbd9bdc Daily bump.
new e08ac1a01b1 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 +-
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.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from f9406821cf8 Daily bump.
new 3b0ba97fafe 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 +-
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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from b0e51008be2 Daily bump.
new ad4a493fe38 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 +-
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.
unknown user pushed a change to branch master
in repository gcc.
from ff0ad4b5e16 Fortran: BOZ literal constants are not interoperable
new 9f9bc0bf0d6 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/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 12 ++++++++++++
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
libgfortran/ChangeLog | 5 +++++
5 files changed, 79 insertions(+), 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-aarch64-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from 446864d6d6 Automatic date update in version.in
adds 72a45cec0f Automatic date update in version.in
adds 6e67642edc Automatic date update in version.in
adds 862d4c203e 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-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards f6f844714 0: update: binutils-gcc: 2
new db7ef1b2a 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 (f6f844714)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 1516 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 50048 -> 51228 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 246444 -> 245956 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.