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-release-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 66ff6670 5: update: gcc-c616e86e8bc76f867242b4aba372736d1c8cbf80: 1
new 5385a4a5 5: 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 (66ff6670)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm- [...]
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 | 183 +-
02-prepare_abe/console.log | 358 +-
03-build_abe-binutils/console.log | 10608 +--
04-build_abe-stage1/console.log | 18432 ++--
05-clean_sysroot/console.log | 4 +-
06-build_abe-linux/console.log | 2000 +-
07-build_abe-glibc/console.log | 36576 ++++----
08-build_abe-stage2/console.log | 40249 ++++----
10-benchmark--Os_mthumb/benchmark-start.log | 2 +-
10-benchmark--Os_mthumb/benchmark.log | 18 +-
10-benchmark--Os_mthumb/console.log | 230 +-
11-check_regression/console.log | 3640 +-
11-check_regression/results-0.csv | 3715 +-
11-check_regression/results-1.csv | 3691 +-
11-check_regression/results-brief.csv | 58 +-
11-check_regression/results-compare.csv | 6 +-
11-check_regression/results-full.csv | 3955 +-
11-check_regression/results.csv | 238 +-
11-check_regression/results.log | 4958 +-
12-update_baseline/console.log | 9146 +-
12-update_baseline/results-1.csv | 3691 +-
12-update_baseline/results-brief.csv | 58 +-
12-update_baseline/results-compare.csv | 1 +
12-update_baseline/results-full.csv | 3689 +-
12-update_baseline/results.csv | 236 +-
12-update_baseline/results.log | 3372 +-
console.log | 121400 +++++++++++++------------
jenkins/manifest.sh | 18 +-
results | 2 +-
results_id | 2 +-
30 files changed, 137896 insertions(+), 132640 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 432b9f610df mklog: automatically fill in generated entries
new 57b17858a1b c++: cross-module __cxa_atexit use [PR 98531]
new efcd941e86b c++: cleanup function name [PR 98531]
The 2 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/cp-tree.h | 7 +-
gcc/cp/decl.c | 81 +++++++++++++++++-----
gcc/cp/rtti.c | 18 -----
gcc/testsuite/g++.dg/abi/pr98531-1.C | 20 ++++++
gcc/testsuite/g++.dg/abi/pr98531-2.C | 20 ++++++
gcc/testsuite/g++.dg/abi/pr98531-3.C | 21 ++++++
gcc/testsuite/g++.dg/abi/pr98531-4.C | 19 +++++
gcc/testsuite/g++.dg/modules/pr98531-1.h | 13 ++++
gcc/testsuite/g++.dg/modules/pr98531-1_a.H | 6 ++
gcc/testsuite/g++.dg/modules/pr98531-1_b.C | 5 ++
gcc/testsuite/g++.dg/modules/pr98531-2.h | 13 ++++
gcc/testsuite/g++.dg/modules/pr98531-2_a.H | 5 ++
gcc/testsuite/g++.dg/modules/pr98531-2_b.C | 4 ++
gcc/testsuite/g++.dg/modules/pr98531-3.h | 13 ++++
.../modules/{binding-1_a.H => pr98531-3_a.H} | 3 +-
.../g++.dg/modules/{anon-2_b.C => pr98531-3_b.C} | 5 +-
16 files changed, 212 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/pr98531-1.C
create mode 100644 gcc/testsuite/g++.dg/abi/pr98531-2.C
create mode 100644 gcc/testsuite/g++.dg/abi/pr98531-3.C
create mode 100644 gcc/testsuite/g++.dg/abi/pr98531-4.C
create mode 100644 gcc/testsuite/g++.dg/modules/pr98531-1.h
create mode 100644 gcc/testsuite/g++.dg/modules/pr98531-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/pr98531-1_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/pr98531-2.h
create mode 100644 gcc/testsuite/g++.dg/modules/pr98531-2_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/pr98531-2_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/pr98531-3.h
copy gcc/testsuite/g++.dg/modules/{binding-1_a.H => pr98531-3_a.H} (54%)
copy gcc/testsuite/g++.dg/modules/{anon-2_b.C => pr98531-3_b.C} (56%)
--
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 ec0a9b4e039 c++: Fix typo in CLASSTYPE_TI_TEMPLATE comment.
new 432b9f610df mklog: automatically fill in generated entries
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:
contrib/mklog.py | 5 +++++
1 file changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 250abd02 2: update: llvm-linux-qemu: 19
discards 2aceaa27 1: reset: linux-qemu: 19
discards 67894f23 0: update: llvm-linux-qemu: all
new 08003a31 0: update: binutils-llvm-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 (250abd02)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 216 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 6253 +++++
03-build_llvm/console.log | 6971 -----
04-build_linux/console.log | 393 -
04-build_llvm/console.log | 7081 ++++++
05-build_linux/console.log | 392 +
06-build_abe-qemu/console.log | 3514 +++
07-boot_linux/console.log | 11 +
07-check_regression/results.regressions | 4 -
.../console.log | 21 +-
08-check_regression/results.regressions | 2 +
08-update_baseline/console.log | 104 -
08-update_baseline/results.regressions | 4 -
09-update_baseline/console.log | 99 +
09-update_baseline/results.regressions | 2 +
console.log | 25115 +++++++++++++------
jenkins/manifest.sh | 24 +-
results | 6 +-
19 files changed, 35207 insertions(+), 15445 deletions(-)
create mode 100644 03-build_abe-binutils/console.log
delete mode 100644 03-build_llvm/console.log
delete mode 100644 04-build_linux/console.log
create mode 100644 04-build_llvm/console.log
create mode 100644 05-build_linux/console.log
create mode 100644 06-build_abe-qemu/console.log
create mode 100644 07-boot_linux/console.log
delete mode 100644 07-check_regression/results.regressions
rename {07-check_regression => 08-check_regression}/console.log (73%)
create mode 100644 08-check_regression/results.regressions
delete mode 100644 08-update_baseline/console.log
delete mode 100644 08-update_baseline/results.regressions
create mode 100644 09-update_baseline/console.log
create mode 100644 09-update_baseline/results.regressions
--
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 40c92180df9 middle-end/98974 - fixup after STMT_VINFO_VEC_STMTS rework
new ec0a9b4e039 c++: Fix typo in CLASSTYPE_TI_TEMPLATE comment.
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/cp-tree.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.