This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 39d7eb8a73d testsuite: aarch64: Add tests for vcvt FP intrinsics
new 662ef5b54de c++: Clean up normalization and satisfaction routines
new 5a559ace9b8 c++: Unify REQUIRES_EXPR evaluation / diagnostic routines
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/cp/constexpr.c | 6 +-
gcc/cp/constraint.cc | 644 ++++++++++++++++++++++-----------------------------
gcc/cp/cp-gimplify.c | 7 +-
gcc/cp/cp-tree.h | 7 +-
gcc/cp/cvt.c | 2 +-
5 files changed, 284 insertions(+), 382 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/gnu-release-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards 290cb26f 4: update: binutils-959ab8e63a339ad08dbec11532270d5d2768ccb6: 1
new bff58ac7 4: update: binutils-959ab8e63a339ad08dbec11532270d5d2768ccb6: 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 (290cb26f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-chec [...]
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 | 128 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 19353 ++++++++++++------------
04-build_abe-check_binutils/console.log | 3780 ++---
05-check_regression/console.log | 76 +-
05-check_regression/results.regressions | 4 +-
06-update_baseline/console.log | 220 +-
06-update_baseline/results.regressions | 4 +-
console.log | 23981 +++++++++++++++---------------
jenkins/manifest.sh | 6 +-
sumfiles/binutils.log.xz | Bin 39080 -> 39008 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 94184 -> 94140 bytes
sumfiles/gas.sum | 2 +-
sumfiles/ld.log.xz | Bin 100768 -> 100776 bytes
sumfiles/ld.sum | 2 +-
16 files changed, 23993 insertions(+), 23987 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/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 70a3a9c7 0: update: gcc-49a714e59194a7c549aa6657676a1b4be4520650: 1
new 0c6cc360 0: update: gcc-2939b358936bb824330888def98ad848dea41483: 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 (70a3a9c7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 192 +-
02-prepare_abe/console.log | 410 +-
04-build_abe-bootstrap_O1/console.log | 72003 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 72611 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 72561 insertions(+), 72671 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 master
in repository gcc.
from 0b8fa12015f c++: Fix -fstrong-eval-order for operator &&, || and , [PR82959]
new 949eab55b6f testsuite: aarch64: Add tests for narrowing-arithmetic intrinsics
new fd85814c4be testsuite: aarch64: Add tests for v[r]shrn_high intrinsics
new 3a0fbf7604e testsuite: aarch64: Add tests for v[q]mov[u]n_high intrinsics
new 39d7eb8a73d testsuite: aarch64: Add tests for vcvt FP intrinsics
The 4 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:
.../aarch64/advsimd-intrinsics/vXXXhn_high.inc | 65 ++++++++
.../aarch64/advsimd-intrinsics/vaddhn_high.c | 32 ++++
.../aarch64/advsimd-intrinsics/vcvt_fXX_fXX.c | 100 ++++++++++++
.../gcc.target/aarch64/advsimd-intrinsics/vcvtx.c | 83 ++++++++++
.../aarch64/advsimd-intrinsics/vmovn_high.c | 73 +++++++++
.../aarch64/advsimd-intrinsics/vqmovn_high.c | 121 ++++++++++++++
.../aarch64/advsimd-intrinsics/vqmovun_high.c | 91 +++++++++++
.../aarch64/advsimd-intrinsics/vraddhn_high.c | 32 ++++
.../aarch64/advsimd-intrinsics/vrshrn_high_n.c | 177 +++++++++++++++++++++
.../aarch64/advsimd-intrinsics/vrsubhn_high.c | 32 ++++
.../aarch64/advsimd-intrinsics/vshrn_high_n.c | 93 +++++++++++
.../aarch64/advsimd-intrinsics/vsubhn_high.c | 32 ++++
12 files changed, 931 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vXXXhn_high.inc
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vaddhn_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vcvt_fXX_fXX.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vcvtx.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmovn_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vqmovn_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vqmovun_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vraddhn_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vrshrn_high_n.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vrsubhn_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vshrn_high_n.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vsubhn_high.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.
unknown user pushed a change to branch master
in repository gcc.
from fa6092d2cdc sparcv9: Disable -Wuninitialized warnings breaking bootstra [...]
new 0b8fa12015f c++: Fix -fstrong-eval-order for operator &&, || and , [PR82959]
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/cp/call.c | 9 +++++++++
gcc/testsuite/g++.dg/cpp1z/eval-order10.C | 27 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order10.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.
unknown user pushed a change to branch master
in repository gcc.
from 1dabbfb0f4a c++: ICE with deduction guide in checking type-dep [PR99009 [...]
new fa6092d2cdc sparcv9: Disable -Wuninitialized warnings breaking bootstra [...]
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/config/sparc/t-sparc | 4 ++++
1 file changed, 4 insertions(+)
--
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/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 6a055233 0: update: gcc-074226d5aa86cd3de517014acfe34c7f69a2ccc7: 1
new b606c802 0: update: gcc-00d79dc4be0b86ec564cfa2b32c47de6c07449e6: 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 (6a055233)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 130 +-
02-prepare_abe/console.log | 142 +-
04-build_abe-bootstrap_O3/console.log | 66342 ++++++++++++++++---------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 66604 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 66587 insertions(+), 66647 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 master
in repository gcc.
from 15cf7fe3556 arm: Ignore --with-mode when CPU only supports one instruct [...]
new 1dabbfb0f4a c++: ICE with deduction guide in checking type-dep [PR99009 [...]
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/cp/pt.c | 36 ++++++++++++++++++++--
gcc/testsuite/g++.dg/cpp1z/class-deduction81.C | 20 ++++++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction82.C | 12 ++++++++
.../g++.dg/cpp2a/class-deduction-aggr10.C | 21 +++++++++++++
gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr8.C | 19 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr9.C | 18 +++++++++++
6 files changed, 123 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction81.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction82.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr10.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr8.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr9.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.