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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 89f9750e 0: update: binutils-gcc-linux: all
new ddfe9084 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 (89f9750e)
\
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 | 14 +-
02-prepare_abe/console.log | 240 +-
03-build_abe-binutils/console.log | 6764 +++---
04-build_abe-stage1/console.log | 15322 ++++++------
05-build_linux/console.log | 24368 +++++++++----------
06-boot_linux/console.log | 2 +-
console.log | 46739 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 46676 insertions(+), 46785 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-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b3d4a8b6 0: update: llvm-linux: all
new df5eade2 0: update: llvm-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 (b3d4a8b6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/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 | 220 +-
02-build_llvm/console.log | 11642 +++++++++++++++++------------------
03-build_linux/console.log | 634 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 12529 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12508 insertions(+), 12558 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-lts-defconfig
in repository toolchain/ci/gcc.
from ae63312f5f2 gcc/ChangeLog
adds 7b0d7c79224 2019-07-15 Richard Biener <rguenther(a)suse.de>
adds 54ee6600bc5 * tree-ssa-alias.c (aliasing_component_refs_walk): Initial [...]
adds 65645bd5042 * config/i386/i386.md (@test<mode>_ccno_1): Rename from t [...]
adds 258517c160d rs6000: Always output .machine
adds 0571a99556c runtime: expose the g variable
adds 5b381f2bb44 * config/i386/i386.md (*testdi_1): Put back "%" constraint [...]
adds c9c57a24a44 Daily bump.
adds 2692ae3aaf1 Remove trailing space.
new 772269dd674 PR91176: Skip debug insns when computing inline costs
new 7d5a42f199a [mips] Fix ambiguous .md attribute uses
new 97114c27b61 [rs6000] Fix ambiguous .md attribute uses
new 385114ecd42 Use file_location for md_reader's ptr_loc
new 48db11b0846 Report ambiguous uses of .md attributes
new ae08adfad0f Fix g++.dg/template/pr84789.C on new concepts branch.
new 56e35b0b149 Simplify type-specifier parsing.
new 315f00e3689 Add parens around constraint in <memory>.
new 7d42682d488 Simplify range location creation in C++ parser.
new a235884df3c Require int128 support in gcc.dg/autopar/pr91162.c
new 05cc36a13ba Don't xfail gcc.dg/tree-ssa/pr84512.c on 64-bit SPARC
new 02a11c1dc6f * g++.dg/lto/alias-1_0.C: Use -O3. * g++.dg/lto/alias-2_0 [...]
The 12 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 | 89 +++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386-expand.c | 21 ++---
gcc/config/i386/i386.md | 14 +---
gcc/config/mips/micromips.md | 2 +-
gcc/config/rs6000/rs6000.c | 4 +-
gcc/config/rs6000/rs6000.md | 38 +++++----
gcc/config/rs6000/vsx.md | 4 +-
gcc/cp/ChangeLog | 11 +++
gcc/cp/parser.c | 134 ++++++++++++++------------------
gcc/go/gofrontend/MERGE | 2 +-
gcc/ipa-fnsummary.c | 4 +-
gcc/read-md.c | 27 +++----
gcc/read-md.h | 13 +++-
gcc/read-rtl.c | 67 ++++++++++------
gcc/testsuite/ChangeLog | 22 ++++++
gcc/testsuite/g++.dg/lto/alias-1_0.C | 2 +-
gcc/testsuite/g++.dg/lto/alias-2_0.C | 2 +-
gcc/testsuite/g++.dg/lto/alias-3_0.C | 4 +-
gcc/testsuite/g++.dg/lto/alias-3_1.c | 2 -
gcc/testsuite/gcc.dg/autopar/pr91162.c | 25 ++++++
gcc/testsuite/gcc.dg/tree-ssa/pr84512.c | 2 +-
gcc/tree-cfg.c | 9 ++-
gcc/tree-ssa-alias.c | 2 +-
libgo/runtime/proc.c | 4 +-
libstdc++-v3/ChangeLog | 5 ++
libstdc++-v3/include/std/memory | 2 +-
27 files changed, 332 insertions(+), 181 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr91162.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-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards dc9bdc74 0: update: binutils-gcc-linux: boot
new bab5e9b3 0: update: binutils-gcc-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 (dc9bdc74)
\
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 | 130 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11338 ++++++++-------
04-build_abe-stage1/console.log | 15135 ++++++++++---------
05-build_linux/console.log | 612 +-
06-boot_linux/console.log | 404 +-
console.log | 28061 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 28016 insertions(+), 28114 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-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 8166f4dc 0: update: llvm-linux: boot
new 80974c2c 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 (8166f4dc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 175 +-
02-build_llvm/console.log | 11574 ++++++++++++++++++------------------
03-build_linux/console.log | 687 +--
04-boot_linux/console.log | 4 +-
06-update_baseline/console.log | 25 -
console.log | 12465 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12436 insertions(+), 12502 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.