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 30b52087 0: update: gcc-9d66505a5df3c96441dc4f19efd6e1158c5a4640: 1
new acd192f4 0: update: gcc-bbe6998b227013899b001d336a0ba4de94d8d239: 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 (30b52087)
\
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 | 128 +-
02-prepare_abe/console.log | 400 +-
04-build_abe-bootstrap_O3/console.log | 70378 ++++++++++++++++---------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 70932 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 70891 insertions(+), 70965 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 binutils-gdb.
from 82a1fd3a493 gdb: unify parts of the Linux and FreeBSD core dumping code
new 40726f16a8d ld script expression parsing
new fb6c220ebda ld --defsym
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:
ld/ChangeLog | 14 ++++++++++++++
ld/ldgram.y | 20 +++++++++++++-------
ld/ldlex.h | 2 +-
ld/ldlex.l | 31 +++++++++++++------------------
4 files changed, 41 insertions(+), 26 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 newlib.
from 6c1552b0d Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().
new 3d256e22e Cygwin: getdtablesize: always return OPEN_MAX_MAX
new b9cbc49b7 Cygwin: sysconf, getrlimit: don't call getdtablesize
new 5b8358e6e Cygwin: remove the OPEN_MAX_MAX macro
new c09320552 Cygwin: include/cygwin/limits.h: new header
new 05e275166 Cygwin: recognize native Windows AF_UNIX sockets as reparse points
The 5 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:
winsup/cygwin/dtable.cc | 8 ++--
winsup/cygwin/dtable.h | 2 -
winsup/cygwin/fcntl.cc | 2 +-
winsup/cygwin/include/cygwin/limits.h | 65 +++++++++++++++++++++++++++
winsup/cygwin/include/limits.h | 85 +++++++++++++++--------------------
winsup/cygwin/path.cc | 4 ++
winsup/cygwin/resource.cc | 5 +--
winsup/cygwin/syscalls.cc | 8 ++--
winsup/cygwin/sysconf.cc | 11 +----
9 files changed, 115 insertions(+), 75 deletions(-)
create mode 100644 winsup/cygwin/include/cygwin/limits.h
--
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 bec5dbae564 testsuite: aarch64: Add tests for vmlXl_high intrinsics
new 6e0a231a4aa c++: alias in qualified-id in template arg [PR98570]
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/cp-tree.h | 9 +++--
gcc/cp/module.cc | 4 +--
gcc/cp/pt.c | 52 ++++++++++++++++-----------
gcc/cp/tree.c | 7 +---
gcc/cp/typeck.c | 9 ++---
gcc/testsuite/g++.dg/cpp0x/alias-decl-targ1.C | 9 +++++
6 files changed, 53 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-targ1.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 0a3eccb6ef9 AArch64: Change canonization of smlal and smlsl in order to [...]
new 8db8a004762 testsuite: aarch64: Add tests for vmull_high intrinsics
new bec5dbae564 testsuite: aarch64: Add tests for vmlXl_high intrinsics
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:
.../aarch64/advsimd-intrinsics/vmlXl_high.inc | 89 ++++++++++++++++++++++
.../{vmlXl_lane.inc => vmlXl_high_lane.inc} | 45 +++++------
.../advsimd-intrinsics/vmlXl_high_laneq.inc | 71 +++++++++++++++++
.../aarch64/advsimd-intrinsics/vmlXl_high_n.inc | 62 +++++++++++++++
.../aarch64/advsimd-intrinsics/vmlal_high.c | 20 +++++
.../aarch64/advsimd-intrinsics/vmlal_high_lane.c | 16 ++++
.../aarch64/advsimd-intrinsics/vmlal_high_laneq.c | 16 ++++
.../aarch64/advsimd-intrinsics/vmlal_high_n.c | 16 ++++
.../aarch64/advsimd-intrinsics/vmlsl_high.c | 24 ++++++
.../aarch64/advsimd-intrinsics/vmlsl_high_lane.c | 20 +++++
.../aarch64/advsimd-intrinsics/vmlsl_high_laneq.c | 20 +++++
.../aarch64/advsimd-intrinsics/vmlsl_high_n.c | 20 +++++
.../aarch64/advsimd-intrinsics/vmull_high.c | 78 +++++++++++++++++++
.../aarch64/advsimd-intrinsics/vmull_high_lane.c | 69 +++++++++++++++++
.../aarch64/advsimd-intrinsics/vmull_high_laneq.c | 69 +++++++++++++++++
.../aarch64/advsimd-intrinsics/vmull_high_n.c | 61 +++++++++++++++
16 files changed, 674 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlXl_high.inc
copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{vmlXl_lane.inc => vmlXl_ [...]
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlXl_high_ [...]
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlXl_high_n.inc
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlal_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlal_high_lane.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlal_high_laneq.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlal_high_n.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlsl_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlsl_high_lane.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlsl_high_laneq.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmlsl_high_n.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmull_high.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmull_high_lane.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmull_high_laneq.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmull_high_n.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 1b303ef6cc8 c++: Add testcase for PR84494
new 0a3eccb6ef9 AArch64: Change canonization of smlal and smlsl in order to [...]
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/aarch64/aarch64-simd.md | 18 ++++-----
.../smlal-smlsl-mull-optimized.c | 45 ++++++++++++++++++++++
2 files changed, 54 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/smlal-smlsl [...]
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 54205da2 round-robin-bisect.sh: Update jira card numbers for reports
new 80aac341 round-robin-bisect.sh: Update Jira card for GNU CI
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:
round-robin-bisect.sh | 10 ++++++----
1 file changed, 6 insertions(+), 4 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-10
in repository gcc.
from 4311ae206da rtl-optimization/98863 - fix PRE/CPROP memory usage check
new f426e4f6345 c++: cxx_eval_vec_init after zero-initialization [PR96282]
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/constexpr.c | 18 +++++++++++++++++-
gcc/testsuite/g++.dg/cpp0x/constexpr-array26.C | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-array27.C | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-init18.C | 16 ++++++++++++++++
4 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array26.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array27.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-init18.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 bbe6998b227 RISC-V: Fix gcc.target/riscv/attribute-18.c
new 1b303ef6cc8 c++: Add testcase for PR84494
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/testsuite/g++.dg/cpp1y/constexpr-84494.C | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-84494.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.