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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1f7736b 0: update: binutils-gcc-linux-qemu: all
new da603bf 0: update: binutils-gcc-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 (1f7736b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 69 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 10697 ++++-----
04-build_abe-stage1/console.log | 17240 +++++++--------
05-build_linux/console.log | 827 +-
06-build_abe-qemu/console.log | 5630 +++--
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 3 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 3 +-
console.log | 34949 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 36035 insertions(+), 33843 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 da946b41be5 Daily bump.
new b412ce8e961 combine: Don't create REG_UNUSED notes if the reg already d [...]
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/combine.c | 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_bmk_tk1/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards e15959c 0: update: binutils-d8768ca6a736699e67e85e395b0b6e8058704456: 1
new 7cdb70b 0: update: glibc-778b8d37865a1d6689155c23802724bf11e4bc75: 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 (e15959c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-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 | 181 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10873 +-
04-build_abe-stage1/console.log | 19339 +-
06-build_abe-linux/console.log | 1998 +-
07-build_abe-glibc/console.log | 710682 +++++++++---------
08-build_abe-stage2/console.log | 38789 +-
09-build_llvm-true/console.log | 12921 +-
11-benchmark--Oz_LTO_mthumb/benchmark-start.log | 2 +-
11-benchmark--Oz_LTO_mthumb/benchmark.log | 15 +-
11-benchmark--Oz_LTO_mthumb/console.log | 285 +-
12-check_regression/console.log | 704 +-
12-check_regression/results-0.csv | 139 +-
12-check_regression/results-1.csv | 126 +-
12-check_regression/results-brief.csv | 38 +-
12-check_regression/results-full.csv | 142 +-
12-check_regression/results.csv | 44 +-
12-check_regression/results.log | 3000 +-
13-update_baseline/console.log | 712 +-
13-update_baseline/results-0.csv | 139 +-
13-update_baseline/results-1.csv | 126 +-
13-update_baseline/results-brief.csv | 38 +-
13-update_baseline/results-full.csv | 142 +-
13-update_baseline/results.csv | 44 +-
13-update_baseline/results.log | 3034 +-
console.log | 800590 +++++++++++----------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
28 files changed, 802257 insertions(+), 802276 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 releases/gcc-10
in repository gcc.
from b18305e6746 Daily bump.
new e4dcb3383bf [OpenACC] Fix an ICE where a loop with GT condition is collapsed.
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/omp-expand.c | 2 +-
gcc/testsuite/c-c++-common/goacc/collapse-2.c | 56 ++++++++++++++++++++++
.../libgomp.oacc-c-c++-common/collapse-2.c | 17 ++++++-
.../libgomp.oacc-c-c++-common/collapse-3.c | 15 +++++-
4 files changed, 85 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/collapse-2.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_bmk_tk1
in repository toolchain/ci/interesting-commits.
from aa4d7e7 Add regression 68ec60c4a377b532ec2d265ea542107c36b1d15c from [...]
new 0f06d4d Add regression 8a55f9c57a1ffd900262aa2fc2015822dc059331 from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards dbff169 0: update: gcc-784de5292c34e287c848b382b431599b818ea76e: 1
new 1e515bf 0: update: gcc-da946b41be521adb68bbe8695563b380cd8b3243: 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 (dbff169)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 52 +-
02-prepare_abe/console.log | 92 +-
04-build_abe-bootstrap_ubsan/console.log | 97106 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 97290 ++++++++++++++---------------
jenkins/manifest.sh | 8 +-
7 files changed, 97187 insertions(+), 97365 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.