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_build/master-aarch64
in repository toolchain/ci/gdb.
from 5f0b6b77f1 Automatic date update in version.in
new 69341966de IBM zSystems: Add support for z16 as CPU name.
new ff82bd7405 RISC-V: add testcase to check line number emission for .insn
new 13d414afa0 Arm32: arrange for line number emission for .inst
new 0f47cb17d1 Arm64: arrange for line number emission for .inst
new 591cc9fbbf gas/Dwarf: record functions
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:
gas/ChangeLog | 7 ++
gas/config/tc-aarch64.c | 6 +-
gas/config/tc-arm.c | 2 +
gas/config/tc-s390.c | 2 +-
gas/doc/as.texi | 4 +-
gas/doc/c-s390.texi | 4 +-
gas/dwarf2dbg.c | 156 ++++++++++++++++++++++++++--
gas/testsuite/gas/aarch64/inst-directive.d | 3 +
gas/testsuite/gas/aarch64/inst-directive.s | 1 +
gas/testsuite/gas/aarch64/inst-dwarf.d | 15 +++
gas/testsuite/gas/arm/inst-po-dwarf.d | 21 ++++
gas/testsuite/gas/elf/dwarf-3-func.d | 48 +++++++++
gas/testsuite/gas/elf/dwarf-3-func.s | 40 +++++++
gas/testsuite/gas/elf/dwarf-5-func-global.d | 40 +++++++
gas/testsuite/gas/elf/dwarf-5-func-local.d | 37 +++++++
gas/testsuite/gas/elf/dwarf-5-func.d | 50 +++++++++
gas/testsuite/gas/elf/elf.exp | 4 +
gas/testsuite/gas/riscv/insn-dwarf.d | 71 +++++++++++++
opcodes/ChangeLog | 5 +
opcodes/s390-mkopc.c | 3 +-
20 files changed, 505 insertions(+), 14 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/inst-dwarf.d
create mode 100644 gas/testsuite/gas/arm/inst-po-dwarf.d
create mode 100644 gas/testsuite/gas/elf/dwarf-3-func.d
create mode 100644 gas/testsuite/gas/elf/dwarf-3-func.s
create mode 100644 gas/testsuite/gas/elf/dwarf-5-func-global.d
create mode 100644 gas/testsuite/gas/elf/dwarf-5-func-local.d
create mode 100644 gas/testsuite/gas/elf/dwarf-5-func.d
create mode 100644 gas/testsuite/gas/riscv/insn-dwarf.d
--
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_build/master-aarch64
in repository toolchain/ci/gcc.
from 80eb8ec6727 Daily bump.
adds d9421784980 c++: vector compound literal [PR105187]
adds 2dda1094a7c libstdc++-v3 expected: Correct minimal-size test in require [...]
adds 8e4339f5023 c++: nested generic lambda in DMI [PR101717]
adds f44a5c700f4 c++: conversion with trailing return type [PR101051]
adds 83e4f0a7769 Refine and/ior/xor/andn masked patterns for V*HFmode.
adds 176df4ccb58 IBM zSystems/testsuite: PR105147: Skip pr105140.c
new 54ed6563d22 middle-end/105165 - sorry instead of ICE for _Complex asm goto
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/config/i386/sse.md | 34 ++++++++--------------
gcc/cp/decl.cc | 7 +++--
gcc/cp/lambda.cc | 8 ++++-
gcc/cp/typeck2.cc | 1 +
.../compile => c-c++-common/torture}/20050113-1.c | 0
gcc/testsuite/g++.dg/cpp0x/trailing15.C | 14 +++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C | 7 +++++
gcc/testsuite/gcc.dg/pr105140.c | 2 +-
gcc/testsuite/gcc.dg/pr105165.c | 13 +++++++++
gcc/tree-complex.cc | 16 ++++++++++
.../testsuite/20_util/expected/requirements.cc | 2 +-
11 files changed, 77 insertions(+), 27 deletions(-)
rename gcc/testsuite/{gcc.c-torture/compile => c-c++-common/torture}/20050113-1.c (100%)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/trailing15.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C
create mode 100644 gcc/testsuite/gcc.dg/pr105165.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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 5f0b6b77f1 Automatic date update in version.in
new 69341966de IBM zSystems: Add support for z16 as CPU name.
new ff82bd7405 RISC-V: add testcase to check line number emission for .insn
new 13d414afa0 Arm32: arrange for line number emission for .inst
new 0f47cb17d1 Arm64: arrange for line number emission for .inst
new 591cc9fbbf gas/Dwarf: record functions
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:
gas/ChangeLog | 7 ++
gas/config/tc-aarch64.c | 6 +-
gas/config/tc-arm.c | 2 +
gas/config/tc-s390.c | 2 +-
gas/doc/as.texi | 4 +-
gas/doc/c-s390.texi | 4 +-
gas/dwarf2dbg.c | 156 ++++++++++++++++++++++++++--
gas/testsuite/gas/aarch64/inst-directive.d | 3 +
gas/testsuite/gas/aarch64/inst-directive.s | 1 +
gas/testsuite/gas/aarch64/inst-dwarf.d | 15 +++
gas/testsuite/gas/arm/inst-po-dwarf.d | 21 ++++
gas/testsuite/gas/elf/dwarf-3-func.d | 48 +++++++++
gas/testsuite/gas/elf/dwarf-3-func.s | 40 +++++++
gas/testsuite/gas/elf/dwarf-5-func-global.d | 40 +++++++
gas/testsuite/gas/elf/dwarf-5-func-local.d | 37 +++++++
gas/testsuite/gas/elf/dwarf-5-func.d | 50 +++++++++
gas/testsuite/gas/elf/elf.exp | 4 +
gas/testsuite/gas/riscv/insn-dwarf.d | 71 +++++++++++++
opcodes/ChangeLog | 5 +
opcodes/s390-mkopc.c | 3 +-
20 files changed, 505 insertions(+), 14 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/inst-dwarf.d
create mode 100644 gas/testsuite/gas/arm/inst-po-dwarf.d
create mode 100644 gas/testsuite/gas/elf/dwarf-3-func.d
create mode 100644 gas/testsuite/gas/elf/dwarf-3-func.s
create mode 100644 gas/testsuite/gas/elf/dwarf-5-func-global.d
create mode 100644 gas/testsuite/gas/elf/dwarf-5-func-local.d
create mode 100644 gas/testsuite/gas/elf/dwarf-5-func.d
create mode 100644 gas/testsuite/gas/riscv/insn-dwarf.d
--
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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 0d9f8f3b 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
new 41a5a2d3 2: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (0d9f8f3b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1684 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 18092 -> 18276 bytes
12-check_regression/console.log.xz | Bin 416 -> 412 bytes
13-update_baseline/console.log | 150 +++++++++++++++++------------------
jenkins/manifest.sh | 12 +--
6 files changed, 81 insertions(+), 81 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-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 907a9b092a Automatic date update in version.in
adds 72a6a32099 Automatic date update in version.in
adds 2de7516720 Automatic date update in version.in
adds 06ef3111fd Automatic date update in version.in
adds 158dafe913 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/llvm-release-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 77ae5311 2: update: binutils-llvm-linux-qemu: 22071
new c62a104f 2: update: binutils-llvm-linux-qemu: 22071
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 (77ae5311)
\
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.xz | Bin 1620 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2804 -> 2796 bytes
03-build_abe-binutils/console.log.xz | Bin 30420 -> 29896 bytes
04-build_llvm/console.log.xz | Bin 59212 -> 58936 bytes
05-build_abe-qemu/console.log.xz | Bin 31192 -> 30652 bytes
06-build_linux/console.log.xz | Bin 5368 -> 5144 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 18 +++++++++---------
9 files changed, 17 insertions(+), 17 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 6f90f524 0: update: linux-3e732ebf7316ac83e8562db7e64cc68aec390a18: 1
new 839278db 0: update: qemu-f53faa70bb63cc0c8e2fd0752b7ad2c8a79616ba: 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 (6f90f524)
\
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 1508 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 29972 -> 30016 bytes
04-build_abe-stage1/console.log.xz | Bin 72756 -> 72704 bytes
06-build_abe-linux/console.log.xz | Bin 8964 -> 10748 bytes
07-build_abe-glibc/console.log.xz | Bin 235584 -> 235500 bytes
08-build_abe-stage2/console.log.xz | Bin 200512 -> 199920 bytes
09-build_abe-gdb/console.log.xz | Bin 34524 -> 34500 bytes
10-build_abe-qemu/console.log.xz | Bin 32932 -> 31656 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3876 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2832 -> 2836 bytes
13-check_regression/console.log.xz | Bin 10152 -> 9904 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 74 -
13-check_regression/results.compare | 10 +-
13-check_regression/results.compare2 | 1870 +++++-----
13-check_regression/results.regressions | 94 -
14-update_baseline/console.log | 3743 ++++++++++----------
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 74 -
14-update_baseline/results.compare | 10 +-
14-update_baseline/results.compare2 | 1870 +++++-----
14-update_baseline/results.regressions | 94 -
jenkins/manifest.sh | 6 +-
sumfiles/g++.log.xz | Bin 3348128 -> 3364360 bytes
sumfiles/g++.sum | 91 +-
sumfiles/gcc.log.xz | Bin 2934476 -> 2915144 bytes
sumfiles/gcc.sum | 5875 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1017964 -> 1018516 bytes
sumfiles/gfortran.sum | 54 +-
sumfiles/libatomic.log.xz | Bin 2288 -> 2288 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 196408 -> 196812 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2660 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 405956 -> 406632 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 6756 insertions(+), 7125 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.