This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 92ec86ba0 0: update: binutils-gcc: 2
new 3efaec95a 0: update: binutils-gcc: 2
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 (92ec86ba0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1532 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 50524 -> 51708 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 460072 -> 459752 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 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-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d1a621558 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
new 141366d92 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: 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 (d1a621558)
\
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.xz | Bin 1744 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 42404 -> 43004 bytes
04-build_abe-stage1/console.log.xz | Bin 69056 -> 69996 bytes
05-build_abe-qemu/console.log.xz | Bin 32052 -> 32152 bytes
06-build_linux/console.log.xz | Bin 3228 -> 3336 bytes
07-boot_linux/console.log.xz | Bin 576 -> 576 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 4 ++--
10 files changed, 10 insertions(+), 10 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 1f01799f55 Automatic date update in version.in
adds 085b299b71 PR28753, buffer overflow in read_section_stabs_debugging_info
adds 07c9f243b3 PR28826 x86_64 ld segfaults building xen
adds 0441f94fba PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
adds ef5684c2bd Update PowerPC64 symtocbase test
adds 1004091634 PowerPC64 handling of @tocbase
adds 5617fae703 Set __ehdr_start rel_from_abs earlier
No new revisions were added by this update.
Summary of changes:
bfd/coffgen.c | 1 +
bfd/elf64-ppc.c | 68 ++++++++++++++++++++++------------
binutils/rddbg.c | 2 +-
ld/ldelf.c | 1 -
ld/ldlang.c | 1 +
ld/testsuite/ld-powerpc/symtocbase-1.s | 10 +++--
ld/testsuite/ld-powerpc/symtocbase-2.s | 10 +++--
ld/testsuite/ld-powerpc/symtocbase.d | 2 +-
8 files changed, 63 insertions(+), 32 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from 99f17e996f2 Daily bump.
adds 4d2efec9f22 c++: pack in enumerator in lambda [PR100198]
No new revisions were added by this update.
Summary of changes:
gcc/cp/parser.cc | 19 +++++++++++++++++-
gcc/cp/pt.cc | 23 ++++++++++++++++++----
.../g++.dg/cpp0x/lambda/lambda-variadic13.C | 2 +-
.../g++.dg/cpp0x/lambda/lambda-variadic14.C | 2 +-
.../g++.dg/cpp0x/lambda/lambda-variadic14a.C | 9 +++++++++
.../g++.dg/cpp0x/lambda/lambda-variadic15.C | 14 +++++++++++++
.../g++.dg/cpp0x/lambda/lambda-variadic16.C | 13 ++++++++++++
7 files changed, 75 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic14a.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic15.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic16.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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 1f01799f55 Automatic date update in version.in
adds 085b299b71 PR28753, buffer overflow in read_section_stabs_debugging_info
adds 07c9f243b3 PR28826 x86_64 ld segfaults building xen
adds 0441f94fba PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
adds ef5684c2bd Update PowerPC64 symtocbase test
adds 1004091634 PowerPC64 handling of @tocbase
adds 5617fae703 Set __ehdr_start rel_from_abs earlier
No new revisions were added by this update.
Summary of changes:
bfd/coffgen.c | 1 +
bfd/elf64-ppc.c | 68 ++++++++++++++++++++++------------
binutils/rddbg.c | 2 +-
ld/ldelf.c | 1 -
ld/ldlang.c | 1 +
ld/testsuite/ld-powerpc/symtocbase-1.s | 10 +++--
ld/testsuite/ld-powerpc/symtocbase-2.s | 10 +++--
ld/testsuite/ld-powerpc/symtocbase.d | 2 +-
8 files changed, 63 insertions(+), 32 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 binutils-gdb.
from 5617fae7034 Set __ehdr_start rel_from_abs earlier
new 2f49159cfbf Updated French translation for the gas sub-directory.
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:
gas/ChangeLog | 4 +
gas/po/fr.po | 4887 +++++++++++++++++++++++++++++++--------------------------
2 files changed, 2641 insertions(+), 2250 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 binutils-2_38-branch
in repository binutils-gdb.
from 603e7f600cd Automatic date update in version.in
new 181fd59e022 Updated French translation for the gas sub-directory
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:
gas/ChangeLog | 4 +
gas/po/fr.po | 4887 +++++++++++++++++++++++++++++++--------------------------
2 files changed, 2641 insertions(+), 2250 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 963feed74 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new a0870366f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (963feed74)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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.xz | Bin 1568 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 30268 -> 30416 bytes
04-build_abe-stage1/console.log.xz | Bin 71264 -> 71488 bytes
06-build_abe-linux/console.log.xz | Bin 10068 -> 9184 bytes
07-build_abe-glibc/console.log.xz | Bin 237304 -> 237420 bytes
08-build_abe-stage2/console.log.xz | Bin 198520 -> 198656 bytes
09-build_abe-gdb/console.log.xz | Bin 37840 -> 37160 bytes
10-build_abe-qemu/console.log.xz | Bin 31392 -> 31036 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3884 -> 3880 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2464 -> 2888 bytes
13-check_regression/console.log.xz | Bin 3476 -> 3232 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 7 +-
13-check_regression/results.compare | 35 +-
13-check_regression/results.compare2 | 135 +-
13-check_regression/results.regressions | 35 +-
14-update_baseline/console.log | 454 +--
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 7 +-
14-update_baseline/results.compare | 35 +-
14-update_baseline/results.compare2 | 135 +-
14-update_baseline/results.regressions | 35 +-
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 3336608 -> 3316432 bytes
sumfiles/g++.sum | 160 +-
sumfiles/gcc.log.xz | Bin 2900884 -> 2919592 bytes
sumfiles/gcc.sum | 4689 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1011276 -> 1010252 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2292 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 184896 -> 184860 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2656 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 407968 -> 403416 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 2883 insertions(+), 2888 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.