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 a750d7d4cf4 Daily bump.
new dcf46d72078 libstdc++: Add options for libatomic to test
new ee8b08ad88d libstdc++: Fix semaphore to work with system_clock timeouts
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:
libstdc++-v3/include/bits/atomic_timed_wait.h | 22 +++++++++++++---------
.../30_threads/semaphore/try_acquire_for.cc | 2 --
.../30_threads/semaphore/try_acquire_posix.cc | 1 +
.../30_threads/semaphore/try_acquire_until.cc | 2 --
4 files changed, 14 insertions(+), 13 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-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 170cecd 0: update: binutils-gcc-linux-qemu: boot
new 446356d 0: update: binutils-gcc-linux-qemu: boot
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 (170cecd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 216 +-
02-prepare_abe/console.log | 296 +-
03-build_abe-binutils/console.log | 11978 +++++-----
04-build_abe-stage1/console.log | 14883 +++++++------
05-build_linux/console.log | 1182 +-
06-build_abe-qemu/console.log | 6499 +++---
07-boot_linux/console.log | 8 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 35086 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 35133 insertions(+), 35065 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-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 31ab300 0: update: gcc-4c17b2bbbc1bef5058fec698937b1466e7f2c063: 1
new 1573d1f 0: update: gcc-be4ab81f62d62a682beab2f1f4f044b544bb017a: 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 (31ab300)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 22 +-
02-prepare_abe/console.log | 208 +-
04-build_abe-bootstrap_O3/console.log | 89077 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 89263 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 89234 insertions(+), 89350 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 be4ab81f62d Daily bump.
new 7e2db68a77f data-ref: Tighten index-based alias checks [PR99726]
new 18a190c3ee3 gimple-fold: Recompute ADDR_EXPR flags after folding a TMR [...]
new 63da018de82 aarch64: Tweak post-RA handling of CONST_INT moves [PR98136]
new 8849e4a9455 middle-end/98726 - fix VECTOR_CST element access
new dc9233a4f65 Handle CONST_POLY_INTs in CONST_VECTORs [PR97141, PR98726]
new 690aa217cf2 aarch64: Handle more SVE vector constants [PR99246]
The 6 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 | 11 +
gcc/config/aarch64/aarch64.c | 78 ++++++-
gcc/config/aarch64/aarch64.md | 17 +-
gcc/emit-rtl.c | 1 +
gcc/gimple-fold.c | 3 +
gcc/rtx-vector-builder.c | 6 +-
gcc/rtx-vector-builder.h | 10 +-
gcc/testsuite/g++.dg/pr98136.C | 26 +++
gcc/testsuite/gcc.c-torture/compile/pr97141.c | 8 +
gcc/testsuite/gcc.c-torture/compile/pr98726.c | 7 +
.../gcc.target/aarch64/sve/acle/general/pr99246.c | 17 ++
gcc/testsuite/gcc.target/aarch64/sve/pr97141.c | 10 +
gcc/testsuite/gcc.target/aarch64/sve/pr98268-1.c | 11 +
gcc/testsuite/gcc.target/aarch64/sve/pr98268-2.c | 10 +
gcc/testsuite/gcc.target/aarch64/sve/pr98726.c | 9 +
gcc/testsuite/gcc.target/i386/pr99726.c | 16 ++
gcc/tree-data-ref.c | 245 +++++++++++----------
gcc/tree.c | 10 +-
gcc/tree.h | 1 -
19 files changed, 351 insertions(+), 145 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr98136.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr97141.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr98726.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr99246.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr97141.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98268-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98268-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98726.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr99726.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_bmk_tx1/gnu-master-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 235c87f 0: update: gcc-58871c03318e080962f022f5d77db3c4fde3e351: 1
new 832f019 0: update: binutils-2f63213381e3b073f169ee776043486b44ea2e68: 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 (235c87f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch [...]
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 | 170 +-
02-prepare_abe/console.log | 192 +-
03-build_abe-binutils/console.log | 11416 ++--
04-build_abe-stage1/console.log | 14362 +++--
06-build_abe-linux/console.log | 1976 +-
07-build_abe-glibc/console.log | 25267 ++++-----
08-build_abe-stage2/console.log | 31004 ++++++-----
10-benchmark--O2_LTO/benchmark-start.log | 2 +-
10-benchmark--O2_LTO/benchmark.log | 13 +-
10-benchmark--O2_LTO/console.log | 199 +-
11-check_regression/console.log | 1104 +-
11-check_regression/results-0.csv | 170 +-
11-check_regression/results-1.csv | 167 +-
11-check_regression/results-brief.csv | 58 +-
11-check_regression/results-full.csv | 179 +-
11-check_regression/results.csv | 70 +-
11-check_regression/results.log | 3892 +-
12-update_baseline/console.log | 184 +-
12-update_baseline/results-0.csv | 170 +-
12-update_baseline/results-1.csv | 167 +-
12-update_baseline/results-brief.csv | 58 +-
12-update_baseline/results-full.csv | 179 +-
12-update_baseline/results.csv | 70 +-
12-update_baseline/results.log | 3898 +-
console.log | 85904 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
27 files changed, 90547 insertions(+), 90336 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.