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-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 68f7d34dd5 [gdb/testsuite] Add KFAIL for missing support of reverse-deb [...]
adds 060b3ab4ed [gdb/testsuite] Fix incomplete regexps in step-precsave.exp
adds cd5f43ff5d Automatic date update in version.in
adds ea8e302e12 PR16794, gold ignores R_386_GOTOFF addend
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.reverse/step-precsave.exp | 6 ++++--
gold/ChangeLog | 8 ++++++++
gold/i386.cc | 7 +++----
gold/x86_64.cc | 7 +++----
6 files changed, 23 insertions(+), 11 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d7c06461 0: update: binutils-gcc-linux: all
new 87563f99 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 (d7c06461)
\
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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11399 +++++++-------
04-build_abe-stage1/console.log | 15811 +++++++++----------
05-build_linux/console.log | 1626 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 29512 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
11 files changed, 29513 insertions(+), 29529 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 clang.
from 95e1920019 [TimeProfiler] Fix "OptModule" section and add new "Backend" [...]
new 7eda23fa73 Driver tests: set `--sysroot=""` to support clang with `DEFA [...]
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/Driver/darwin-sdkroot.c | 12 ++++++------
test/Driver/gcc-toolchain.cpp | 2 ++
test/Driver/mips-mti.cpp | 16 ++++++++++++++++
test/Driver/msp430-toolchain.c | 28 ++++++++++++++--------------
unittests/Driver/ToolChainTest.cpp | 2 +-
5 files changed, 39 insertions(+), 21 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 b19320eb0db gcc/ 2019-09-28 Oleg Endo <olegendo(a)gcc.gnu.org>
new 467008fcdfb PR c++/91923 - failure-to-SFINAE with class type NTTP in C [...]
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/ChangeLog | 9 +++++++++
gcc/cp/pt.c | 5 +++--
gcc/testsuite/g++.dg/cpp0x/nontype5.C | 17 +++++++++++++++++
3 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nontype5.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 gcc.
from 492c602a810 gcc/ 2019-09-28 Oleg Endo <olegendo(a)gcc.gnu.org>
new 6d88a6b8c4f PR c++/91923 - failure-to-SFINAE with class type NTTP in C [...]
new e95722140ec PR c++/91921 - stray warning with -Woverloaded-virtual. * [...]
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/ChangeLog | 11 +++++++++++
gcc/cp/class.c | 10 +++++-----
gcc/cp/pt.c | 5 +++--
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/nontype5.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/warn/Woverloaded-2.C | 9 +++++++++
gcc/testsuite/g++.dg/warn/Woverloaded-2.h | 6 ++++++
gcc/testsuite/g++.dg/warn/pr61945.C | 2 +-
gcc/testsuite/g++.old-deja/g++.mike/warn6.C | 6 +++---
gcc/testsuite/g++.old-deja/g++.warn/virt1.C | 2 +-
10 files changed, 68 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nontype5.C
create mode 100644 gcc/testsuite/g++.dg/warn/Woverloaded-2.C
create mode 100644 gcc/testsuite/g++.dg/warn/Woverloaded-2.h
--
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_debug
in repository toolchain/ci/base-artifacts.
discards 5f4264ef 0: update: gcc-7514a100bdfb9f51a09aa4e4d2efe2262785b0c3: 1
new e22085e5 0: update: gcc-492c602a8109a97c90882fb6966b0c6673c53fb2: 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 (5f4264ef)
\
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 | 166 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-bootstrap_debug/console.log | 89579 ++++++++++++++--------------
console.log | 90195 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
5 files changed, 90185 insertions(+), 90187 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-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 68f7d34dd5 [gdb/testsuite] Add KFAIL for missing support of reverse-deb [...]
adds 060b3ab4ed [gdb/testsuite] Fix incomplete regexps in step-precsave.exp
adds cd5f43ff5d Automatic date update in version.in
adds ea8e302e12 PR16794, gold ignores R_386_GOTOFF addend
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.reverse/step-precsave.exp | 6 ++++--
gold/ChangeLog | 8 ++++++++
gold/i386.cc | 7 +++----
gold/x86_64.cc | 7 +++----
6 files changed, 23 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.