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-arm-mainline-defconfig
in repository toolchain/ci/gcc.
from 70ae6169224 c++: alias template and parameter packs (PR91966).
adds 46fabc24d31 Daily bump.
adds 5ed8c71b53a c++: Fix reuse of class constants [PR94453]
adds ab525ec30f0 c++: Mangling of dependent conversions [PR91377]
new 1aa6d76d002 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 12 ++++++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/expr.c | 22 +++++++++++++----
gcc/cp/mangle.c | 1 +
gcc/testsuite/g++.dg/abi/mangle75.C | 13 ++++++++++
.../g++.dg/cpp0x/lambda/lambda-constexpr1.C | 28 ++++++++++++++++++++++
7 files changed, 73 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr1.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/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3bf5f000 0: update: llvm-linux: all
new f1839b21 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 (3bf5f000)
\
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 | 178 +-
02-build_llvm/console.log | 12574 ++++++++++++++--------------
03-build_linux/console.log | 4024 ++++-----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 18 +-
console.log | 16808 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 16812 insertions(+), 16812 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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 751e09a2 0: update: binutils-gcc-linux: boot
new d6e4de51 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 (751e09a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 120 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11142 +++++------
04-build_abe-stage1/console.log | 17720 +++++++++--------
05-build_linux/console.log | 644 +-
06-boot_linux/console.log | 482 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30550 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
results | 2 +-
13 files changed, 30538 insertions(+), 30578 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_gnu/gnu-master-arm-check_binutils
in repository toolchain/ci/binutils-gdb.
from 492c3f03c7 Automatic date update in version.in
adds d9e49b6169 Fix DWARF disassembly of DW_OP_const_type
adds 9e7c9a03ee Fix attributes of typed enums of typedefs
adds 2612e26d4d Automatic date update in version.in
adds 3349112e38 elf: Remove zero-sized relocation section from section group
new d87e3802d9 Automatic date update in version.in
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:
bfd/ChangeLog | 6 ++++
bfd/elf.c | 37 +++++++++++++++-------
bfd/version.h | 2 +-
gdb/ChangeLog | 10 ++++++
gdb/dwarf2/loc.c | 6 ++++
gdb/dwarf2/read.c | 10 +++---
gdb/testsuite/ChangeLog | 6 ++++
.../typed-enum.cc} | 22 +++++++------
.../gdb.cp/{pr9067.exp => typed-enum.exp} | 23 +++++---------
9 files changed, 81 insertions(+), 41 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/break-inline-psymtab-2.c => gdb.cp/typed-enum.cc} (79%)
copy gdb/testsuite/gdb.cp/{pr9067.exp => typed-enum.exp} (76%)
--
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-check_binutils
in repository toolchain/ci/base-artifacts.
discards 8bd1d696 2: update: binutils-492c3f03c701c911c9873eb4dd757fdb5fb13fd8: 1
new 20c22ecb 2: update: binutils-d87e3802d9f98684129cda4281790af6f1be8912: 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 (8bd1d696)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-check [...]
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 | 137 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-check_binutils/console.log | 13251 +++++------
04-build_abe-check_binutils-check/console.log | 12946 +++++------
05-check_regression/console.log | 308 +-
05-check_regression/results.regressions | 2 +-
06-update_baseline/console.log | 516 +-
06-update_baseline/results.regressions | 2 +-
console.log | 27806 ++++++++++++------------
jenkins/manifest.sh | 10 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 +-
sumfiles/ld.sum | 4 +-
13 files changed, 27716 insertions(+), 27696 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_gnu/gnu-release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards ff7e3f78 0: update: gcc-938de7cbb1c7030eb1d9e1972f23b6ae0b913132: 1
new 3e90fa68 0: update: gcc-46fabc24d31868066f7c302cd73c4f3351c90bde: 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 (ff7e3f78)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 128 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-bootstrap_debug/console.log | 66171 ++++++++++++++--------------
05-check_regression/console.log | 26 +-
05-check_regression/results.regressions | 8 -
06-update_baseline/console.log | 36 +-
06-update_baseline/results.regressions | 9 -
console.log | 66797 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
9 files changed, 67090 insertions(+), 66527 deletions(-)
delete mode 100644 05-check_regression/results.regressions
delete mode 100644 06-update_baseline/results.regressions
--
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-arm-stable-defconfig
in repository toolchain/ci/gcc.
from 70ae6169224 c++: alias template and parameter packs (PR91966).
adds 46fabc24d31 Daily bump.
adds 5ed8c71b53a c++: Fix reuse of class constants [PR94453]
adds ab525ec30f0 c++: Mangling of dependent conversions [PR91377]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 12 ++++++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/expr.c | 22 +++++++++++++----
gcc/cp/mangle.c | 1 +
gcc/testsuite/g++.dg/abi/mangle75.C | 13 ++++++++++
.../g++.dg/cpp0x/lambda/lambda-constexpr1.C | 28 ++++++++++++++++++++++
7 files changed, 73 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr1.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-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 05fdd8a3 0: update: binutils-gcc-linux: boot
new ea22d4e7 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 (05fdd8a3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 440 +-
03-build_abe-binutils/console.log | 11444 +++++------
04-build_abe-stage1/console.log | 18133 +++++++++--------
05-build_linux/console.log | 850 +-
06-boot_linux/console.log | 482 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31525 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 31525 insertions(+), 31531 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.