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 ab9d7aa5 0: update: gcc-8ee2640bfdc62f835ec9740278f948034bc7d9f1: 1
new 5fdf1429 0: update: gcc-b81d4f1e3d6a519afa20d84304f12ee639fde944: 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 (ab9d7aa5)
\
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 | 166 +-
02-prepare_abe/console.log | 436 +-
04-build_abe-bootstrap_O3/console.log | 71382 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 71988 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 71837 insertions(+), 72149 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 d0dded5bc25 Add a testcase for PR binutils/26160
new bb8d126033b Adjust command completion output when TUI is disabled
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/completion-support.exp | 17 +++++++++++++----
2 files changed, 18 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 master
in repository binutils-gdb.
from 9221725d1f6 PR26150, Assertion when asm() defines global symbols, -flto [...]
new d0dded5bc25 Add a testcase for PR binutils/26160
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:
binutils/ChangeLog | 7 +
binutils/testsuite/binutils-all/pr26160.dwp.bz2 | Bin 0 -> 2951 bytes
binutils/testsuite/binutils-all/pr26160.r | 1441 +++++++++++++++++++++++
3 files changed, 1448 insertions(+)
create mode 100644 binutils/testsuite/binutils-all/pr26160.dwp.bz2
create mode 100644 binutils/testsuite/binutils-all/pr26160.r
--
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 56dfd92cc3b Fortran : ICE in resolve_fl_procedure PR95708
new fb2b8bf32b7 middle-end/94964 - avoid EH loop entry with CP_SIMPLE_PREHEADERS
new 80416aac467 tree-optimization/95049 - fix not terminating RPO VN iteration
new fe19d514ae9 middle-end/95118 - fix printing of denormal zero
new 1d93c1bdbb1 tree-optimization/95133 - avoid abnormal edges in path splitting
new cc08609b62e c/95141 - fix bogus integer overflow warning
new 7e64ef0dfde tree-optimization/95308 - really avoid forward propagating of &TMR
new 2eed94cbf2e tree-optimization/95487 - use a truth type for scatter masks
new 2e4d807085a Handle AR_FULL vs. AR_FULL in dependency checking.
new 7d919c33fbd middle-end/95493 - bogus MEM_ATTRS for variable array access
The 9 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/c/c-fold.c | 1 +
gcc/cfgexpand.c | 3 +-
gcc/cfgloopmanip.c | 5 +-
gcc/emit-rtl.c | 63 +++----------------
gcc/fortran/dependency.c | 2 +
gcc/gimple-ssa-split-paths.c | 10 ++-
gcc/real.c | 4 +-
gcc/testsuite/g++.dg/torture/pr95308.C | 21 +++++++
gcc/testsuite/g++.dg/torture/pr95493-1.C | 95 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr95493.C | 62 +++++++++++++++++++
gcc/testsuite/g++.dg/vect/pr95487.cc | 20 ++++++
gcc/testsuite/gcc.dg/pr95118.c | 11 ++++
gcc/testsuite/gcc.dg/pr95133.c | 14 +++++
gcc/testsuite/gcc.dg/pr95141.c | 8 +++
gcc/testsuite/gcc.dg/torture/pr95049.c | 7 +++
gcc/testsuite/gfortran.dg/dependency_59.f90 | 15 +++++
gcc/testsuite/gfortran.dg/pr95690.f90 | 9 +++
gcc/tree-ssa-forwprop.c | 14 ++---
gcc/tree-ssa-sccvn.c | 27 ++++++--
gcc/tree-vect-stmts.c | 8 ++-
gcc/varasm.c | 1 -
21 files changed, 324 insertions(+), 76 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr95308.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr95493-1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr95493.C
create mode 100644 gcc/testsuite/g++.dg/vect/pr95487.cc
create mode 100644 gcc/testsuite/gcc.dg/pr95118.c
create mode 100644 gcc/testsuite/gcc.dg/pr95133.c
create mode 100644 gcc/testsuite/gcc.dg/pr95141.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr95049.c
create mode 100644 gcc/testsuite/gfortran.dg/dependency_59.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95690.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.
unknown user pushed a change to branch master
in repository gcc.
from efc16503ca1 handle dumpbase in offloading, adjust testsuite
new b81d4f1e3d6 libstdc++: Adjust std::from_chars negative tests
new 5f426554fd8 arm: PR target/95646: Do not clobber callee saved registers [...]
new 95c9c1c0dcb Minor adjustment in assignment case
new d94d571bf0d Remove unintended checkin
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:
gcc/REVISION | 1 -
gcc/ada/gcc-interface/trans.c | 7 ++---
gcc/config/arm/arm.c | 2 +-
gcc/testsuite/gcc.target/arm/pr95646.c | 32 ++++++++++++++++++++++
.../testsuite/20_util/from_chars/1_c++20_neg.cc | 3 ++
libstdc++-v3/testsuite/20_util/from_chars/1_neg.cc | 8 +++++-
6 files changed, 46 insertions(+), 7 deletions(-)
delete mode 100644 gcc/REVISION
create mode 100644 gcc/testsuite/gcc.target/arm/pr95646.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_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from ebfec202cb2 Daily bump.
adds ba654730710 Daily bump.
adds 0e871a5b843 Daily bump.
adds eb9a24a6b6b Fortran : ICE in resolve_fl_procedure PR95708
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/intrinsic.c | 6 +++---
gcc/fortran/resolve.c | 1 +
gcc/testsuite/gfortran.dg/pr95708.f90 | 6 ++++++
4 files changed, 11 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95708.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_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 5f0aaa0f 0: update: gcc-ebfec202cb26b5c3aa4912f0f521223666d2596a: 1
new b304353f 0: update: gcc-eb9a24a6b6b2a020824b835e3a6ac0e52a5bdbd2: 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 (5f0aaa0f)
\
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 | 184 +-
02-prepare_abe/console.log | 260 +-
04-build_abe-bootstrap_O1/console.log | 53749 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 54205 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 54221 insertions(+), 54193 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.