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 b73ebe34f4d Automatic date update in version.in
new 5a4037661bc PR27647 PowerPC extended conditional branch mnemonics
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:
gas/ChangeLog | 6 +
gas/testsuite/gas/ppc/a2.d | 8 +-
gas/testsuite/gas/ppc/power8.d | 8 +-
opcodes/ChangeLog | 9 +
opcodes/ppc-opc.c | 953 +++++++++++++++++++++--------------------
5 files changed, 500 insertions(+), 484 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-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 79c811f4 1: reset: linux-77a2b7265f20ee827e527eaa6f82b87e88388947: 19328
new 80c9de7a 2: update: linux-20f1b5f9c07ca3a49e869327d4705b4254258756: 19467
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 | 76 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 9762 +++++------
04-build_abe-stage1/console.log | 17183 +++++++++---------
05-build_linux/console.log | 732 +-
08-check_regression/console.log | 93 +-
08-check_regression/results.regressions | 13 +-
08-check_regression/trigger-bisect | 3 -
09-update_baseline/console.log | 59 +-
09-update_baseline/results.regressions | 13 +-
console.log | 28249 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 10 +-
14 files changed, 28311 insertions(+), 28314 deletions(-)
delete mode 100644 08-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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 71fc4655ab8 analyzer; reset sm-state for SSA names at def-stmts [PR9369 [...]
new 08103e4d6ad rs6000: Correct Power8 cost of l2 cache size [PR97329]
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/rs6000/rs6000.c | 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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 449e3195 0: update: gcc-6767275b505deb1db010f684eed72aae2338dc70: 1
new 15d8a78d 0: update: gcc-7e1c6d7a53a64fdca23b2299b43f57f7a1dece74: 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 (449e3195)
\
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 | 94 +-
02-prepare_abe/console.log | 206 +-
04-build_abe-bootstrap_ubsan/console.log | 92770 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 93036 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 93063 insertions(+), 93059 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 8bf52ffa92f Daily bump.
new 71fc4655ab8 analyzer; reset sm-state for SSA names at def-stmts [PR9369 [...]
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/engine.cc | 25 +++++++++
gcc/analyzer/program-state.cc | 30 +++++++++++
gcc/analyzer/program-state.h | 3 ++
gcc/analyzer/region-model.cc | 32 ++++++++++++
gcc/analyzer/svalue.cc | 34 ++++++++++++
gcc/analyzer/svalue.h | 2 +
.../analyzer/attr-malloc-CVE-2019-19078-usb-leak.c | 4 +-
gcc/testsuite/gcc.dg/analyzer/pr93695-1.c | 53 +++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr99044-1.c | 60 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr99044-2.c | 42 +++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr99716-1.c | 40 +++++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr99716-2.c | 34 ++++++++++++
gcc/testsuite/gcc.dg/analyzer/pr99716-3.c | 16 ++++++
13 files changed, 372 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr93695-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr99044-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr99044-2.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr99716-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr99716-2.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr99716-3.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_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 36821348 0: update: binutils-gcc-qemu: all
new 79c811f4 1: reset: linux-77a2b7265f20ee827e527eaa6f82b87e88388947: 19328
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 | 138 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11352 +++++-----
04-build_abe-stage1/console.log | 18376 ++++++++--------
05-build_linux/console.log | 592 +-
06-build_abe-qemu/console.log | 2389 ---
07-boot_linux/console.log | 11 -
08-check_regression/console.log | 90 +-
08-check_regression/results.regressions | 8 +-
08-check_regression/trigger-bisect | 3 +
09-update_baseline/console.log | 25 +-
09-update_baseline/results.regressions | 8 +-
console.log | 33473 ++++++++++++++----------------
jenkins/manifest.sh | 19 +-
reset-baseline | 0
results | 12 +-
16 files changed, 30668 insertions(+), 36262 deletions(-)
delete mode 100644 06-build_abe-qemu/console.log
delete mode 100644 07-boot_linux/console.log
create mode 100644 08-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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-9
in repository gcc.
from cdce7732ed2 Fortran: Fix 'name' bound size [PR99688]
new 22f13681007 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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 10 ++++++++++
2 files changed, 11 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 releases/gcc-8
in repository gcc.
from 112805dba5e Daily bump.
new bfe5755cd4b 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/DATESTAMP | 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 releases/gcc-10
in repository gcc.
from 716d345c237 testsuite, Darwin : Fix the asan/strncpy-overflow-1 test.
new 079f2a1a62c 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 | 51 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 25 +++++++++
gcc/c/ChangeLog | 7 +++
gcc/cp/ChangeLog | 29 ++++++++++
gcc/objc/ChangeLog | 82 ++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 142 ++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 337 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.