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-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 3e50c9d9c9 Revert delta accidentally applied with commit 9372689d72f902 [...]
adds 07bbadc83d Automatic date update in version.in
adds 1f57314183 Accept the DW_FORM_ref8 type when parsing DWARF types.
adds eb24648c45 Fix gdb.cp/step-and-next-inline.exp with Clang
adds 6ff174a727 Prevent inlining in gdb.base/vla-optimized-out.c
adds 83100a74a5 Prevent false passes in gdb.base/vla-optimized-out.exp
adds 95016fd211 Fix bug in gdb.ada/bias.exp
adds ed1afd8666 oops - forgot to include the changelog update for the latest [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +++++
binutils/dwarf.c | 16 ++++++++++++++++
gdb/testsuite/ChangeLog | 21 +++++++++++++++++++++
gdb/testsuite/gdb.ada/bias.exp | 10 +++++-----
gdb/testsuite/gdb.ada/bias/bias.adb | 2 +-
gdb/testsuite/gdb.base/vla-optimized-out.c | 4 ++--
gdb/testsuite/gdb.base/vla-optimized-out.exp | 2 +-
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 20 ++++++++++++++++----
9 files changed, 68 insertions(+), 14 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5f1df9fe 2: update: binutils-gcc-linux: 21165
new 53d29018 2: update: binutils-gcc: 21167
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 (5f1df9fe)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 436 +-
03-build_abe-binutils/console.log | 11712 +++++-----
04-build_abe-stage1/console.log | 20458 +++++++++---------
05-build_linux/console.log | 1845 +-
07-check_regression/console.log | 22 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 150 +-
08-update_baseline/results.regressions | 20 +-
console.log | 34679 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
results | 2 +-
12 files changed, 34498 insertions(+), 34914 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 f7c41c572bb libstdc++: Reorder constructors in <sstream>
new a210d404d08 c++: Add 5 unfixed tests.
new 8c0c83feb04 c++: Improve static_assert diagnostic [PR97518]
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/cp-tree.h | 2 +-
gcc/cp/parser.c | 3 +-
gcc/cp/pt.c | 6 +-
gcc/cp/semantics.c | 73 ++++++++++++++++++++----
gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C | 37 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/vt-88982.C | 14 +++++
gcc/testsuite/g++.dg/cpp1z/class-deduction76.C | 25 ++++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C | 13 +++++
gcc/testsuite/g++.dg/cpp2a/nontype-class39.C | 12 ++++
gcc/testsuite/g++.dg/diagnostic/pr87386.C | 2 +-
gcc/testsuite/g++.dg/diagnostic/static_assert1.C | 30 ++++++++++
gcc/testsuite/g++.dg/diagnostic/static_assert2.C | 68 ++++++++++++++++++++++
libcc1/libcp1plugin.cc | 2 +-
13 files changed, 268 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/vt-88982.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction76.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class39.C
create mode 100644 gcc/testsuite/g++.dg/diagnostic/static_assert1.C
create mode 100644 gcc/testsuite/g++.dg/diagnostic/static_assert2.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-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 3e50c9d9c9 Revert delta accidentally applied with commit 9372689d72f902 [...]
adds 07bbadc83d Automatic date update in version.in
adds 1f57314183 Accept the DW_FORM_ref8 type when parsing DWARF types.
adds eb24648c45 Fix gdb.cp/step-and-next-inline.exp with Clang
adds 6ff174a727 Prevent inlining in gdb.base/vla-optimized-out.c
adds 83100a74a5 Prevent false passes in gdb.base/vla-optimized-out.exp
adds 95016fd211 Fix bug in gdb.ada/bias.exp
adds ed1afd8666 oops - forgot to include the changelog update for the latest [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +++++
binutils/dwarf.c | 16 ++++++++++++++++
gdb/testsuite/ChangeLog | 21 +++++++++++++++++++++
gdb/testsuite/gdb.ada/bias.exp | 10 +++++-----
gdb/testsuite/gdb.ada/bias/bias.adb | 2 +-
gdb/testsuite/gdb.base/vla-optimized-out.c | 4 ++--
gdb/testsuite/gdb.base/vla-optimized-out.exp | 2 +-
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 20 ++++++++++++++++----
9 files changed, 68 insertions(+), 14 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 76e5d12a 0: update: binutils-gcc-linux: all
new 3e3a00e3 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 (76e5d12a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 190 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11816 +++++------
04-build_abe-stage1/console.log | 20468 +++++++++---------
05-build_linux/console.log | 824 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 4 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33738 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
12 files changed, 33744 insertions(+), 33756 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c22d6d2e 0: update: llvm-linux: 16
new dfe505ea 0: update: llvm-linux: 16
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 (c22d6d2e)
\
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 | 173 +-
02-build_llvm/console.log | 12668 +++++++++++++--------------
03-build_linux/console.log | 842 +-
05-check_regression/console.log | 2 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 2 +-
06-update_baseline/results.regressions | 20 +-
console.log | 13726 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
9 files changed, 13723 insertions(+), 13738 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.