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-next-defconfig
in repository toolchain/ci/binutils-gdb.
from a716e60cf9 x86: Pass -O0 to assembler for some tests
adds 58785d9888 gdb: unconditionally define _initialize_string_view_selftests
adds 28a66f07f0 csky ld testsuite fixes
adds 8cd1fe1bf5 PR24355, segmentation fault in function called from ppc_fini [...]
adds c6cdff46c9 Fix MRI mode testsuite failures
adds af60449c26 Use temp_ilp and restore_ilp in more places
adds bff8c71fd8 Fix Ada "ptype" bug with array types
adds 647bb750c2 Fix scrolling right in the TUI
adds 55c10aca2e Improve/fix the TUI's current source line highlight
adds 4bd56d18cc Fix regression caused by minimal symbol changes
adds b17c4cd078 Fix gdb/TUI behavior in response to [Enter] keypress
adds 5371b8502a Fix first time you type UP or DOWN in TUI's command window
new 4faa59bbb7 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 | 7 ++
bfd/elf32-ppc.c | 8 +-
bfd/version.h | 2 +-
gas/ChangeLog | 7 ++
gas/as.c | 6 +-
gas/config/m68k-parse.y | 11 +--
gas/macro.c | 5 +-
gas/read.c | 5 +-
gdb/ChangeLog | 46 +++++++++
gdb/ada-lang.c | 17 ++--
gdb/minsyms.c | 2 -
gdb/testsuite/ChangeLog | 8 ++
.../gdb.ada/{atomic_enum.exp => ptype_array.exp} | 20 ++--
.../gdb.ada/{int_deref => ptype_array}/foo.adb | 4 +-
.../{big_packed_array => ptype_array}/pck.adb | 2 +
.../gdb.ada/{null_array => ptype_array}/pck.ads | 12 ++-
gdb/tui/tui-io.c | 107 +++++++++++++++++----
gdb/tui/tui-io.h | 3 +
gdb/tui/tui-out.c | 4 +-
gdb/tui/tui-source.c | 30 ++++--
gdb/tui/tui-winsource.c | 4 +-
gdb/ui-style.h | 18 ++++
gdb/unittests/string_view-selftests.c | 6 +-
ld/ChangeLog | 7 ++
ld/testsuite/ld-elf/merge.d | 8 +-
ld/testsuite/ld-elf/pr21884.d | 2 +-
ld/testsuite/ld-elf/shared.exp | 1 +
ld/testsuite/ld-unique/pr21529.d | 2 +-
28 files changed, 262 insertions(+), 92 deletions(-)
copy gdb/testsuite/gdb.ada/{atomic_enum.exp => ptype_array.exp} (71%)
copy gdb/testsuite/gdb.ada/{int_deref => ptype_array}/foo.adb (88%)
copy gdb/testsuite/gdb.ada/{big_packed_array => ptype_array}/pck.adb (99%)
copy gdb/testsuite/gdb.ada/{null_array => ptype_array}/pck.ads (78%)
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 245a4c55 0: good: binutils-gcc-linux: boot
new 94471b4c 0: good: 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 (245a4c55)
\
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 13 +-
3-build_abe-binutils/console.log | 3227 +++++++++--------
4-build_abe-stage1/console.log | 3371 +++++++++---------
5-build_linux/console.log | 287 +-
6-boot_linux/console.log | 348 +-
console.log | 7252 +++++++++++++++++++-------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 7273 insertions(+), 7257 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_bmk/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/gcc.
from 1723810805f 2019-03-17 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 5d34f779cb1 Daily bump.
adds 2f978d6d097 Add forgotten requeing in propagate_subaccesses_across_link
adds a74fa2b1a77 Backport from mainline:
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 15 +++++
gcc/DATESTAMP | 2 +-
gcc/gimple-ssa-warn-restrict.c | 6 +-
gcc/testsuite/ChangeLog | 13 +++++
gcc/testsuite/gcc.dg/Warray-bounds-38.c | 30 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr89546.c | 100 ++++++++++++++++++++++++++++++++
gcc/tree-sra.c | 8 ++-
7 files changed, 166 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-38.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89546.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_bmk/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/binutils-gdb.
from 1f9e71ff8c Automatic date update in version.in
adds 7efcedf2b5 PR24355, segmentation fault in function called from ppc_fini [...]
adds 205f067ea6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 7 +++++++
bfd/elf32-ppc.c | 8 ++------
bfd/version.h | 2 +-
3 files changed, 10 insertions(+), 7 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_bmk/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 98d923f4 0: good: binutils-gcc-glibc: -5
new 92dbf86b 0: good: binutils-gcc-glibc: -5
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 (98d923f4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/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 | 58 +-
02-prepare_abe/console.log | 22 +-
03-build_abe-binutils/console.log | 5964 ++--
04-build_abe-stage1/console.log | 7872 +++--
05-build_abe-linux/console.log | 60 +-
06-build_abe-glibc/console.log | 22195 +++++++-------
07-build_abe-stage2/console.log | 22748 +++++++-------
08-benchmark/benchmark.log | 14 +-
08-benchmark/console.log | 36 +-
10-update_baseline/console.log | 2 +-
console.log | 58951 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
12 files changed, 58954 insertions(+), 58980 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 8478675074 Minor renaming as suggested in review [NFC]
new 6e323b2030 Don't apply the include depth limit until we actually decide [...]
new bada7f5143 Factor out repeated code parsing and concatenating header-na [...]
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:
include/clang/Lex/Preprocessor.h | 19 +----
include/clang/Lex/PreprocessorLexer.h | 6 +-
lib/Lex/PPDirectives.cpp | 144 ++++++++--------------------------
lib/Lex/PPMacroExpansion.cpp | 58 ++++----------
lib/Lex/Pragma.cpp | 33 ++------
lib/Lex/Preprocessor.cpp | 74 +++++++++++++++++
lib/Lex/PreprocessorLexer.cpp | 8 +-
test/Lexer/eof-include.c | 4 +-
test/Preprocessor/has_include.c | 2 +-
9 files changed, 136 insertions(+), 212 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 tested
in repository toolchain/abe.
from 31f0e2ae manifest(): Do nothing if gcc is not part of the components b [...]
adds 4d2a4041 Allow --set buildconfig=bootstrap for consistency with other [...]
No new revisions were added by this update.
Summary of changes:
abe.sh | 6 +++++-
1 file changed, 5 insertions(+), 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/gnu-release-arm-mainline-defconfig
in repository toolchain/ci/gcc.
from 5d34f779cb1 Daily bump.
adds 2f978d6d097 Add forgotten requeing in propagate_subaccesses_across_link
adds a74fa2b1a77 Backport from mainline:
adds 7c580822122 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 15 +++++
gcc/DATESTAMP | 2 +-
gcc/gimple-ssa-warn-restrict.c | 6 +-
gcc/testsuite/ChangeLog | 13 +++++
gcc/testsuite/gcc.dg/Warray-bounds-38.c | 30 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr89546.c | 100 ++++++++++++++++++++++++++++++++
gcc/tree-sra.c | 8 ++-
7 files changed, 166 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-38.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89546.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-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 1f9e71ff8c Automatic date update in version.in
adds 7efcedf2b5 PR24355, segmentation fault in function called from ppc_fini [...]
adds 205f067ea6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 7 +++++++
bfd/elf32-ppc.c | 8 ++------
bfd/version.h | 2 +-
3 files changed, 10 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.