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_O3
in repository toolchain/ci/base-artifacts.
discards d7905a87 0: update: gcc-93c2834e92419abf04fd9f54ca25ed22086611b0: 1
new 4b8154f6 0: update: gcc-5e91fc4718e3e5b5f8c00c343fdab1abd80eeac3: 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 (d7905a87)
\
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 | 141 +-
02-prepare_abe/console.log | 30 +-
04-build_abe-bootstrap_O3/console.log | 65881 ++++++++++++++++---------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 66072 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 66070 insertions(+), 66070 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_O1
in repository toolchain/ci/base-artifacts.
discards 86d4145d 0: update: gcc-93c2834e92419abf04fd9f54ca25ed22086611b0: 1
new fcbd8c67 0: update: gcc-5e91fc4718e3e5b5f8c00c343fdab1abd80eeac3: 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 (86d4145d)
\
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 | 150 +-
02-prepare_abe/console.log | 446 +-
04-build_abe-bootstrap_O1/console.log | 88653 ++++++++++++++++---------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 2 +-
console.log | 89255 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 89189 insertions(+), 89331 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 0c7d18d51a8 forwprop: simplify_vector_constructor follow-up fix [PR95713]
new 541e8c4dac1 Correctly identify stfs if prefixed
new 6e81b0cf4ff identify lfs prefixed case PR95347
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/config/rs6000/rs6000.c | 70 ++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 68 insertions(+), 2 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 81caacc2733 c++: Fix tsubst ICE with invalid static_cast [PR95728]
new 9b4bdaf794a gcc-changelog: checkout & pull order
new 9435fb9668e Fix typo in tree-ssa-reassoc.c.
new eccc3d43266 middle-end/95739 - fix vector condition IFN expansion
new ac70b20b100 OpenMP/Fortran: Reject allocatable components in map clause
new e68cc3a8f8a rs6000: Fix creation of VEC_COND_EXPR
new bd0a89dcd8d Add missing PR number to ChangeLog (PR 95378)
new 72cb486456a vectorizer: add _bb_vec_info::region_stmts and reverse_regi [...]
new 634e6f49101 Fix use of inaccessible member in pr94052.C
new 5421fae8b17 c++: ICE in requires-expressions with invalid args [PR95735]
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:
contrib/gcc-changelog/git_update_version.py | 2 +-
gcc/c-family/ChangeLog | 1 +
gcc/config/rs6000/rs6000-call.c | 15 ++--
gcc/coretypes.h | 17 +++++
gcc/cp/pt.c | 2 +
gcc/fortran/openmp.c | 7 ++
gcc/internal-fn.c | 4 ++
gcc/testsuite/g++.dg/cpp2a/concepts-err2.C | 11 +++
gcc/testsuite/g++.target/aarch64/pr94052.C | 2 +-
.../gfortran.dg/gomp/map-alloc-comp-1.f90 | 14 ++++
gcc/tree-ssa-reassoc.c | 2 +-
gcc/tree-vect-patterns.c | 14 +---
gcc/tree-vect-slp.c | 24 +++----
gcc/tree-vectorizer.h | 82 ++++++++++++++++++++++
14 files changed, 160 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-err2.C
create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-alloc-comp-1.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 devel/omp/gcc-10
in repository gcc.
from b8e1b003ad1 OpenACC/Fortran: permit 'routine' inside PURE
new f64f0899ba1 amdgcn: Switch to HSACO v3 binary format
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.omp | 25 +++++
gcc/config/gcn/gcn-hsa.h | 8 +-
gcc/config/gcn/gcn-opts.h | 5 +-
gcc/config/gcn/gcn-run.c | 154 +++--------------------------
gcc/config/gcn/gcn.c | 231 ++++++++++++++++++-------------------------
gcc/config/gcn/gcn.h | 2 +-
gcc/config/gcn/gcn.opt | 4 +-
libgomp/ChangeLog.omp | 10 ++
libgomp/plugin/plugin-gcn.c | 235 +-------------------------------------------
9 files changed, 156 insertions(+), 518 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 glibc.
from 75870237ff Fix avx2 strncmp offset compare condition check [BZ #25933]
new 27f8864bd4 x86: Update F16C detection [BZ #26133]
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:
sysdeps/x86/cpu-features.c | 4 ++++
sysdeps/x86/cpu-features.h | 6 +++---
2 files changed, 7 insertions(+), 3 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 qemu
in repository dejagnu.
discards a9099d1 Add support for QEMU for ARM/AARCH64 execution tests.
discards 547a2ba Add arm-qemu.exp for bare metal testing
omits e7f39bc Propagate return value of auto-loaded command
new 29a89fc Fix typo
new 6fc52c7 Add a proc to dump the contents of the board and target info.
new 136fa54 ARM targets use GCC spec files, not linker scripts. Move sim [...]
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 (a9099d1)
\
N -- N -- N refs/heads/qemu (136fa54)
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 3 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:
ChangeLog | 5 ----
Makefile.am | 2 +-
baseboards/arm-qemu.exp | 66 +++++++++++++++++++++++++++++++------------------
lib/framework.exp | 3 ---
lib/targetdb.exp | 14 +++++++++++
5 files changed, 57 insertions(+), 33 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 d27c357a5b8 x86: also test alternative VMGEXIT encoding
new a8a566853a0 [gdb/testsuite] Move code from gdb_init to default_gdb_init
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/gdb.exp | 246 ++++++++++++++++++++++++----------------------
2 files changed, 132 insertions(+), 119 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.