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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 99b65d89 0: update: llvm-linux: boot
new 78eeba8b 0: update: llvm-linux: boot
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 (99b65d89)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 68 +-
02-build_llvm/console.log | 12747 ++++++++--------
03-build_linux/console.log | 17810 +++++++++++-----------
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 40 +-
06-update_baseline/console.log | 16 +-
console.log | 30685 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 31104 insertions(+), 30278 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-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0cb96856 0: update: binutils-gcc-linux: all
new 9471d210 0: update: binutils-gcc-linux: 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 (0cb96856)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 424 +-
03-build_abe-binutils/console.log | 11514 ++++++------
04-build_abe-stage1/console.log | 15800 ++++++++--------
05-build_linux/console.log | 7746 ++++----
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 35745 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
11 files changed, 35758 insertions(+), 35727 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/llvm-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 05de0ecd 4: update: llvm-linux: 18431
new aa39da99 4: update: llvm-linux: 18435
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 (05de0ecd)
\
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 | 70 +-
02-build_llvm/console.log | 12739 ++++++++++++++++++-----------------
03-build_linux/console.log | 918 +--
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 114 +-
console.log | 13859 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 13937 insertions(+), 13795 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-8
in repository gcc.
from 560dbf35a1d Add Changelog entry to relevant Changelog files for my last [...]
new 8a7f319cad0 middle-end/92674 delay purging EH edges when folding during [...]
new da1f7a6dfa2 tree-optimization/92704 fix ifcvt ICE with loops without stores
new 0727fae8350 debug/92763 keep DIEs that might be used in DW_TAG_inlined_ [...]
new 2065106aed5 middle-end/93054 deal with undefs in call gimplification
new 9eba9635f65 tree-optimization/93381 fix integer offsetting in points-to [...]
The 5 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 | 60 ++++++++++++++++++++++++++++++++++
gcc/dwarf2out.c | 9 +++--
gcc/gimplify.c | 3 +-
gcc/testsuite/ChangeLog | 40 +++++++++++++++++++++++
gcc/testsuite/g++.dg/debug/pr92763.C | 20 ++++++++++++
gcc/testsuite/gcc.dg/pr93054.c | 11 +++++++
gcc/testsuite/gcc.dg/torture/pr92704.c | 24 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr93381.c | 25 ++++++++++++++
gcc/tree-if-conv.c | 9 +++++
gcc/tree-inline.c | 46 +++++++++++++++++---------
gcc/tree-ssa-structalias.c | 14 ++++----
11 files changed, 234 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/pr92763.C
create mode 100644 gcc/testsuite/gcc.dg/pr93054.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr92704.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr93381.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.