This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-Os-vs-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 4c162602 2: update: binutils-gcc-glibc: 1
new b82b9393 2: update: binutils-gcc-glibc: 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 (4c162602)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-s [...]
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 | 100 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 11524 +-
04-build_abe-stage1/console.log | 19854 ++--
05-build_abe-linux/console.log | 296 +-
06-build_abe-glibc/console.log | 38834 +++----
07-build_abe-stage2/console.log | 44898 ++++----
08-benchmark--Os_mthumb/benchmark-start.log | 2 +-
08-benchmark--Os_mthumb/benchmark.log | 47 +-
08-benchmark--Os_mthumb/console.log | 183 +-
09-benchmark--Os_LTO_mthumb/benchmark-start.log | 2 +-
09-benchmark--Os_LTO_mthumb/benchmark.log | 44 +-
09-benchmark--Os_LTO_mthumb/console.log | 182 +-
10-check_regression/console.log | 1432 +-
10-check_regression/new-results-0.csv | 58 +-
10-check_regression/new-results-1.csv | 58 +-
10-check_regression/new-results-brief.csv | 58 +-
10-check_regression/new-results-full.csv | 58 +-
10-check_regression/new-results.csv | 58 +-
10-check_regression/new-results.log | 5154 +-
10-check_regression/new-results.regressions | 2 +-
10-check_regression/ref-results-0.csv | 56 +-
10-check_regression/ref-results-1.csv | 58 +-
10-check_regression/ref-results-brief.csv | 58 +-
10-check_regression/ref-results-full.csv | 58 +-
10-check_regression/ref-results.csv | 58 +-
10-check_regression/ref-results.log | 5036 +-
11-update_baseline/console.log | 4931 +-
11-update_baseline/new-results-0.csv | 58 +-
11-update_baseline/new-results-1.csv | 58 +-
11-update_baseline/new-results-brief.csv | 58 +-
11-update_baseline/new-results-full.csv | 58 +-
11-update_baseline/new-results.csv | 58 +-
11-update_baseline/new-results.log | 5110 +-
11-update_baseline/new-results.regressions | 2 +-
11-update_baseline/ref-results.log | 2164 +-
console.log | 122666 +++++++++++----------
jenkins/manifest.sh | 20 +-
results_id-1 | 2 +-
results_id-2 | 2 +-
40 files changed, 132523 insertions(+), 131246 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 283cb58c4dd [gdb/testsuite] Add gdb.dwarf2/clang-debug-names.c
new bf4cb9bee21 [gdb] Fix stepping over fork with follow-fork-mode child and gcc-8
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 | 5 +++++
gdb/infrun.c | 6 ++++++
2 files changed, 11 insertions(+)
--
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 2b42509f8b7 Fix availability compute during VN DOM elimination
new db4062a0cbe Small tweak to gnat_to_gnu_param
new c900c700499 Fix missing information in exception messages with -gnateE
new bb1ec4773a0 Couple of tweaks to help in LTO mode
new e34495985e4 Fix uniqueness of address for aliased objects
The 4 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/ada/ChangeLog | 32 +++++++++++
gcc/ada/gcc-interface/decl.c | 38 +++++++++++--
gcc/ada/gcc-interface/trans.c | 52 ++++++++---------
gcc/ada/gcc-interface/utils.c | 118 ++++++++++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gnat.dg/addr15.adb | 19 +++++++
6 files changed, 225 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/addr15.adb
--
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 3a296f322de tree: Avoid variable sharing in get_narrower [PR94724]
new ceae6a13366 c++: Parenthesized-init of aggregates accepts invalid code [...]
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/cp/ChangeLog | 9 +++++++++
gcc/cp/typeck2.c | 6 +++++-
gcc/testsuite/g++.dg/cpp2a/paren-init26.C | 14 ++++++++++++++
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init26.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_gnu/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 5818b2c9 0: update: gcc-371905d12259c180efb9b1f1b5716e969feb60f9: 1
new 13123ecb 0: update: gcc-2b42509f8b7bdf0a27a6687a941663380b485416: 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 (5818b2c9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 120 +-
02-prepare_abe/console.log | 18 +-
03-build_abe-bootstrap_ubsan/console.log | 75020 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 75162 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
7 files changed, 75148 insertions(+), 75188 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.