This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_36-branch
in repository binutils-gdb.
from e53decb1ecf Automatic date update in version.in
new af5ab58730e Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gdb-10-branch
in repository binutils-gdb.
from bb1f7733869 Automatic date update in version.in
new 354d37286aa Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_cross/gnu-master-arm-build_cross
in repository toolchain/ci/base-artifacts.
discards a16cf29b 0: update: binutils-gcc-glibc-qemu: 6
new cc51190d 0: update: binutils-gcc-glibc-qemu: 6
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 (a16cf29b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-bui [...]
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 | 123 +-
02-prepare_abe/console.log | 460 +-
04-build_abe-binutils/console.log | 11815 ++--
05-build_abe-stage1/console.log | 19517 +++---
06-build_abe-linux/console.log | 1968 +-
07-build_abe-glibc/console.log | 40173 ++++++------
08-build_abe-stage2/console.log | 39201 ++++++------
09-build_abe-qemu/console.log | 6922 +-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 120271 ++++++++++++++++++-----------------
jenkins/manifest.sh | 24 +-
12 files changed, 120532 insertions(+), 119946 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 3857edb5d32 analyzer: new implementation of shortest feasible path [PR96374]
new 7ad5a72c8bc compiler: create temporaries for heap variables
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 136 +++++++++++++++++++++++++--------------
gcc/go/gofrontend/expressions.h | 5 ++
gcc/go/gofrontend/gogo.cc | 2 +-
gcc/go/gofrontend/statements.cc | 6 +-
gcc/go/gofrontend/wb.cc | 4 +-
6 files changed, 99 insertions(+), 56 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 c4f8e568aa6 libstdc++: Add a fallback 128-bit integer class type and use it
new 3f958348e78 analyzer: gracefully handle impossible paths in shortest-paths.h
new 5e33e5b042a analyzer: support reverse direction in shortest-paths.h
new 3857edb5d32 analyzer: new implementation of shortest feasible path [PR96374]
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/Makefile.in | 4 +-
gcc/analyzer/analyzer.opt | 8 +
gcc/analyzer/diagnostic-manager.cc | 490 +++++++++++++++++++--
gcc/analyzer/diagnostic-manager.h | 6 +-
gcc/analyzer/engine.cc | 99 +++--
gcc/analyzer/exploded-graph.h | 8 +
gcc/analyzer/feasible-graph.cc | 235 ++++++++++
gcc/analyzer/feasible-graph.h | 213 +++++++++
gcc/analyzer/trimmed-graph.cc | 172 ++++++++
gcc/analyzer/trimmed-graph.h | 122 +++++
gcc/digraph.cc | 134 +++++-
gcc/doc/analyzer.texi | 56 ++-
gcc/doc/invoke.texi | 8 +
gcc/shortest-paths.h | 138 ++++--
gcc/testsuite/gcc.dg/analyzer/dot-output.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/feasibility-1.c | 16 +-
.../analyzer/pr93355-localealias-feasibility-2.c | 4 +-
.../analyzer/pr93355-localealias-feasibility-3.c | 8 +-
.../analyzer/pr93355-localealias-feasibility.c | 2 -
.../gcc.dg/analyzer/pr93355-localealias.c | 4 +-
gcc/testsuite/gcc.dg/analyzer/unknown-fns-4.c | 2 +-
21 files changed, 1569 insertions(+), 162 deletions(-)
create mode 100644 gcc/analyzer/feasible-graph.cc
create mode 100644 gcc/analyzer/feasible-graph.h
create mode 100644 gcc/analyzer/trimmed-graph.cc
create mode 100644 gcc/analyzer/trimmed-graph.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.