This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8ca7fa84a3a analyzer: rewrite of switch handling
new 38b19c5b080 Daily bump.
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 | 197 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 181 ++++++++++++++++++++++++++++++++++++++++++++
gcc/c/ChangeLog | 5 ++
gcc/cp/ChangeLog | 5 ++
gcc/fortran/ChangeLog | 18 +++++
gcc/testsuite/ChangeLog | 126 +++++++++++++++++++++++++++++++
include/ChangeLog | 4 +
libgomp/ChangeLog | 29 +++++++
libiberty/ChangeLog | 5 ++
libstdc++-v3/ChangeLog | 17 +++++
11 files changed, 588 insertions(+), 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-11-branch
in repository binutils-gdb.
from 2840a1862bc [gdb] Fix 'not in executable format' error message
new 106177faac3 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 master
in repository binutils-gdb.
from d30c6bef12b Fix a latent bug in dw2-ranges-overlap.exp
new ba675877223 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 binutils-2_37-branch
in repository binutils-gdb.
from 4076f97168f Automatic date update in version.in
new 09d2f7f1fcd 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 master
in repository gcc.
from 192d4edd15c rs6000: Fix AIX bootstrap (don't call asprintf)
new 8ca7fa84a3a analyzer: rewrite of switch handling
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/analyzer/analyzer.h | 4 +-
gcc/analyzer/constraint-manager.cc | 1365 +++++++++++++++++++++-
gcc/analyzer/constraint-manager.h | 191 +++
gcc/analyzer/diagnostic-manager.cc | 3 +-
gcc/analyzer/engine.cc | 2 +-
gcc/analyzer/feasible-graph.cc | 7 +-
gcc/analyzer/feasible-graph.h | 7 +-
gcc/analyzer/region-model-manager.cc | 7 +-
gcc/analyzer/region-model.cc | 75 +-
gcc/analyzer/region-model.h | 54 +-
gcc/analyzer/supergraph.cc | 99 +-
gcc/analyzer/supergraph.h | 15 +-
gcc/testsuite/gcc.dg/analyzer/switch.c | 141 ++-
gcc/testsuite/gcc.dg/analyzer/torture/switch-2.c | 42 +
gcc/testsuite/gcc.dg/analyzer/torture/switch-3.c | 158 +++
gcc/testsuite/gcc.dg/analyzer/torture/switch-4.c | 27 +
gcc/testsuite/gcc.dg/analyzer/torture/switch-5.c | 68 ++
17 files changed, 2135 insertions(+), 130 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/switch-2.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/switch-3.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/switch-4.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/switch-5.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_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from fe7f0b0135 sim: m32r: add __linux__ hack for non-Linux hosts
adds a12ea97b9d Automatic date update in version.in
adds d53f8a8472 [gdb/testsuite] Fix dw2-ranges-psym.exp with -readnow
adds 5ef670d81f [gdb/testsuite] Add dummy start and end CUs in dwarf assembly
adds 74cdc3e088 [gdb/testsuite] Use compiler-generated instead of gas-genera [...]
adds a9680e0e54 [gdb] Fix 'not in executable format' error message
adds d30c6bef12 Fix a latent bug in dw2-ranges-overlap.exp
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/exec.c | 8 +++----
.../enum_qual.exp => gdb.base/non-executable.exp} | 28 +++++++++++-----------
gdb/testsuite/gdb.dwarf2/dw2-ranges-overlap.c | 9 ++++++-
gdb/testsuite/gdb.dwarf2/dw2-ranges-overlap.exp | 10 ++++----
gdb/testsuite/gdb.dwarf2/dw2-ranges.exp | 15 +++---------
gdb/testsuite/lib/dwarf.exp | 17 ++++++++++++-
gdb/testsuite/lib/gdb.exp | 6 ++++-
8 files changed, 55 insertions(+), 40 deletions(-)
copy gdb/testsuite/{gdb.ada/enum_qual.exp => gdb.base/non-executable.exp} (60%)
--
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_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 3ecd1851 0: update: binutils-gcc: 2
new 8d01f599 0: update: binutils-gcc: 2
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 (3ecd1851)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 | 83 +-
02-prepare_abe/console.log | 270 +-
04-build_abe-binutils/console.log | 11591 +++---
05-build_abe-bootstrap_O3/console.log | 57475 +++++++++++++-------------
06-check_regression/console.log | 16 +-
07-update_baseline/console.log | 16 +-
console.log | 69455 ++++++++++++++++----------------
jenkins/manifest.sh | 12 +-
8 files changed, 69404 insertions(+), 69514 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.