This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 9ccf0bee10e Daily bump.
new 52a09050fdf aarch64: Avoid duplicating bti j insns for jump tables [PR99988]
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-bti-insert.c | 15 +++++++
gcc/testsuite/gcc.target/aarch64/pr99988.c | 66 ++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr99988.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 d1adbe5c1bd libstdc++: Fix some problems in PSTL tests
new 097fde5e751 tree-optimization/100566 - fix another predication issue in VN
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/gcc.dg/torture/pr100566.c | 36 +++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 6 ++++--
2 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100566.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 binutils-gdb.
from a7077ce7604 Ensure data pointer kept within bounds
new 3db19b2d724 Revert "[gdb/symtab] Fix infinite recursion in dwarf2_cu::g [...]
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/ChangeLog | 9 ---------
gdb/doc/ChangeLog | 5 -----
gdb/doc/gdb.texinfo | 4 ++--
gdb/dwarf2/read.c | 25 +++++++++++++++++++++++--
4 files changed, 25 insertions(+), 18 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 c6b664e2c4c libcpp: Fix up -fdirectives-only preprocessing of includes [...]
new d1adbe5c1bd libstdc++: Fix some problems in PSTL tests
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:
.../testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc | 8 ++++----
.../testsuite/25_algorithms/pstl/alg_nonmodifying/search_n.cc | 2 +-
libstdc++-v3/testsuite/util/pstl/test_utils.h | 10 +++++-----
3 files changed, 10 insertions(+), 10 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-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9d3e5b2b 0: update: binutils-gcc-linux-qemu: all
new e2a1d5d0 0: update: binutils-gcc-linux-qemu: all
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 (9d3e5b2b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 103 +-
02-prepare_abe/console.log | 396 +-
03-build_abe-binutils/console.log | 10306 +++++----
04-build_abe-stage1/console.log | 18644 +++++++--------
05-build_abe-qemu/console.log | 6630 +++---
06-build_linux/console.log | 1138 +-
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 8 +-
08-check_regression/results.regressions | 11 +-
09-update_baseline/console.log | 10 +-
09-update_baseline/results.regressions | 11 +-
console.log | 37265 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 37337 insertions(+), 37209 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-11
in repository gcc.
from e3f08b40a1f Daily bump.
new 58ce0470873 openmp: Fix up taskloop reduction ICE if taskloop has no it [...]
new 5998192bff6 expand: Don't reuse DEBUG_EXPRs with vector type if they ha [...]
new b6ecd493886 libcpp: Fix up -fdirectives-only preprocessing of includes [...]
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:
gcc/cfgexpand.c | 7 ++++++-
gcc/omp-low.c | 12 +++++++++++-
gcc/testsuite/gcc.dg/cpp/pr100392.c | 5 +++++
gcc/testsuite/gcc.dg/cpp/pr100392.h | 4 ++++
gcc/testsuite/gcc.dg/gomp/pr100508.c | 14 ++++++++++++++
libcpp/lex.c | 13 ++++++++++++-
libgomp/taskloop.c | 22 +++++++++++++++++-----
libgomp/testsuite/libgomp.c/task-reduction-4.c | 21 +++++++++++++++++++++
8 files changed, 90 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/cpp/pr100392.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/pr100392.h
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr100508.c
create mode 100644 libgomp/testsuite/libgomp.c/task-reduction-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.