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-aarch64-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 2dd92f9d37 Automatic date update in version.in
adds eeb2b9c679 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 362aaa25 0: update: binutils-gcc-linux: boot
new e1f69f28 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 (362aaa25)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11090 +++++++--------
04-build_abe-stage1/console.log | 13964 ++++++++++---------
05-build_linux/console.log | 667 +-
06-boot_linux/console.log | 4 +-
console.log | 26115 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 26211 insertions(+), 26249 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 gcc-9-branch
in repository gcc.
from 5ddf7ce9735 Fix make install-gcc-specs with empty GCC_SPECS_FILES
new 2c903059fb6 gcc/ChangeLog:
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/ChangeLog | 9 ++++
gcc/config/rs6000/rs6000.c | 4 ++
gcc/testsuite/ChangeLog | 13 +++++
.../powerpc/{vsx-builtin-13a.c => pr89424-0.c} | 62 +++-------------------
gcc/testsuite/gcc.target/powerpc/vsx-builtin-13a.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-builtin-13b.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-builtin-20a.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-builtin-20b.c | 2 +-
8 files changed, 37 insertions(+), 59 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{vsx-builtin-13a.c => pr89424-0.c} (52%)
--
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 gcc-8-branch
in repository gcc.
from cf09b8e65d1 PR libstdc++/89102 fix common_type<> and common_type<T> spe [...]
new e586d924942 PR c++/88857 - ICE with value-initialization of argument i [...]
new 8ab1cb1c151 PR c++/89214 - ICE when initializing aggregates with bases [...]
new 35cb99f27a0 PR c++/89511 - ICE with using-declaration and unscoped enu [...]
new cbc3da9622d PR c++/89705 - ICE with reference binding with conversion [...]
new a91db438b58 PR c++/89876 - ICE with deprecated conversion. * call.c ( [...]
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/cp/ChangeLog | 31 ++++++++++++++++++
gcc/cp/call.c | 9 ++++--
gcc/cp/parser.c | 3 +-
gcc/cp/typeck2.c | 25 +++++++++++++--
gcc/testsuite/g++.dg/cpp0x/initlist-value4.C | 12 +++++++
gcc/testsuite/g++.dg/cpp0x/rv-conv2.C | 18 +++++++++++
gcc/testsuite/g++.dg/cpp0x/using-enum-3.C | 21 ++++++++++++
gcc/testsuite/g++.dg/cpp1z/aggr-base8.C | 48 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/aggr-base9.C | 33 +++++++++++++++++++
gcc/testsuite/g++.dg/warn/conv5.C | 11 +++++++
10 files changed, 206 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-value4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-conv2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/using-enum-3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base8.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base9.C
create mode 100644 gcc/testsuite/g++.dg/warn/conv5.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.
unknown user pushed a change to branch master
in repository llvm.
from f5397a23bac Avoid use-after-move warnings by using swap instead. NFCI.
new 39a16055ce0 [InstCombine] add tests for FP min/max with negated operands; NFC
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:
test/Transforms/InstCombine/minmax-fp.ll | 59 ++++++++++++++++++++++++++++++++
1 file changed, 59 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-defconfig
in repository toolchain/ci/base-artifacts.
discards e296a2ef 2: update: llvm-linux: 5566
new d5b0a0e9 2: update: llvm-linux: 5566
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 (e296a2ef)
\
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 | 11675 +++++++++++++++++----------------
03-build_linux/console.log | 1723 +++--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 20 +-
console.log | 13494 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13502 insertions(+), 13498 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_bmk/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards ed28fa85 0: update: binutils-gcc-glibc: 0
new fb4fdff8 0: update: binutils-7bd55dac80c2faced875119b60acfb51741e397e: 0
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 (ed28fa85)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 | 418 +-
03-build_abe-binutils/console.log | 11049 ++--
04-build_abe-stage1/console.log | 19761 +++---
05-build_abe-linux/console.log | 290 +-
06-build_abe-glibc/console.log | 38950 ++++++------
07-build_abe-stage2/console.log | 46359 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 11 +-
08-benchmark/console.log | 167 +-
09-check_regression/console.log | 154 +-
10-update_baseline/console.log | 341 +-
console.log | 117780 +++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
results.csv | 58 +-
results_id | 2 +-
16 files changed, 116761 insertions(+), 118776 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.