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-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards cd8d166 0: update: gcc-d48320083c9a2bdf0ddac693f9d523755b8b29ec: 1
new 47339c8 0: update: gcc-4a52cf2eb9d6864ad85674ab56838e0d9ce27926: 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 (cd8d166)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 24 +-
02-prepare_abe/console.log | 356 +-
04-build_abe-bootstrap_O1/console.log | 65453 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 65815 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 65892 insertions(+), 65770 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 88ef4f1 2: update: binutils-gcc-linux-qemu: 21668
discards a317c5b 1: reset: linux-374c6c7bba3cbaa1420eeab89d92c3cdaf5abc3a: 21513
discards 07d2dbb 0: update: binutils-gcc-qemu: all
new f804889 0: update: binutils-gcc-linux-qemu: 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 (88ef4f1)
\
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 | 166 +-
02-prepare_abe/console.log | 88 +-
03-build_abe-binutils/console.log | 11870 ++++-----
04-build_abe-stage1/console.log | 19469 +++++++--------
05-build_abe-qemu/console.log | 6971 +++---
06-build_linux/console.log | 1071 +-
07-boot_linux/console.log | 11 +
08-check_regression/console.log | 15 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 137 +-
09-update_baseline/results.regressions | 20 +-
console.log | 39798 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 4 +-
14 files changed, 40202 insertions(+), 39460 deletions(-)
create mode 100644 07-boot_linux/console.log
--
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 d038ce48f1a gdb: fix invalid arg coercion when calling static member functions
new fc4d5ebf8f8 gdb: add new function quick_symbol_functions::has_unexpande [...]
new 4a0788e08cb gdb: make struct output_source_filename_data more C++ like
new 0e350a054bb gdb/mi: add regexp filtering to -file-list-exec-source-files
new 1fb1ce02fc0 gdb/mi: add new --group-by-objfile flag for -file-list-exec [...]
new bd742128ba3 gdb: change info sources to group results by objfile
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:
gdb/ChangeLog | 111 ++++++++
gdb/NEWS | 31 +++
gdb/doc/ChangeLog | 15 +
gdb/doc/gdb.texinfo | 176 ++++++++++--
gdb/dwarf2/read.c | 22 ++
gdb/mi/mi-cmd-file.c | 92 ++++---
gdb/objfiles.h | 6 +
gdb/psympriv.h | 2 +
gdb/psymtab.c | 18 ++
gdb/quick-symbol.h | 6 +
gdb/symfile-debug.c | 25 ++
gdb/symtab.c | 364 ++++++++++++++++---------
gdb/symtab.h | 59 ++++
gdb/testsuite/ChangeLog | 19 ++
gdb/testsuite/gdb.base/info_sources_2-header.h | 28 ++
gdb/testsuite/gdb.base/info_sources_2-lib.c | 25 ++
gdb/testsuite/gdb.base/info_sources_2-test.c | 26 ++
gdb/testsuite/gdb.base/info_sources_2.exp | 169 ++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-filename.exp | 2 +-
gdb/testsuite/gdb.mi/mi-file.exp | 2 +-
gdb/testsuite/gdb.mi/mi-info-sources-base.c | 23 ++
gdb/testsuite/gdb.mi/mi-info-sources.c | 25 ++
gdb/testsuite/gdb.mi/mi-info-sources.exp | 184 +++++++++++++
23 files changed, 1239 insertions(+), 191 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/info_sources_2-header.h
create mode 100644 gdb/testsuite/gdb.base/info_sources_2-lib.c
create mode 100644 gdb/testsuite/gdb.base/info_sources_2-test.c
create mode 100644 gdb/testsuite/gdb.base/info_sources_2.exp
create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources-base.c
create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources.c
create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources.exp
--
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 3da4c6449b1 Change how .debug_aranges padding is skipped
new 79bd4d34f05 gdb: fix regression in evaluate_funcall for non C++ like cases
new 13221aec0d8 gdb: replace NULL terminated array with array_view
new 158cc4feb72 gdb: use gdb::optional instead of passing a pointer to gdb: [...]
new d038ce48f1a gdb: fix invalid arg coercion when calling static member functions
The 4 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:
gdb/ChangeLog | 56 ++++++++++++++++++
gdb/ada-lang.c | 6 +-
gdb/eval.c | 14 +++--
gdb/f-lang.c | 2 +-
gdb/guile/scm-value.c | 2 +-
gdb/infcall.c | 4 +-
gdb/m2-lang.c | 4 +-
gdb/opencl-lang.c | 2 +-
gdb/python/py-value.c | 2 +-
gdb/rust-lang.c | 18 +++---
gdb/testsuite/ChangeLog | 23 ++++++++
.../method-call-in-c.cc} | 68 ++++++++++------------
gdb/testsuite/gdb.cp/method-call-in-c.exp | 50 ++++++++++++++++
gdb/valarith.c | 2 +-
gdb/valops.c | 57 +++++++++---------
gdb/value.h | 2 +-
16 files changed, 223 insertions(+), 89 deletions(-)
copy gdb/testsuite/{gdb.base/premature-dummy-frame-removal.c => gdb.cp/method-call [...]
create mode 100644 gdb/testsuite/gdb.cp/method-call-in-c.exp
--
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 e0672017370 testsuite/101114: Adjust libgomp.c-c++-common/struct-elem-5 [...]
new e83a5a6b689 libstdc++: More workarounds in 17_intro/names.cc test [PR 97088]
new 7ab7fa1b51c libstdc++: Remove noexcept from syncbuf::swap (LWG 3498)
new 9b6c65c754f libstdc++: Fix exception handling in std::ostream seek functions
new f8c5b542f6c libstdc++: Implement LWG 581 for std:ostream::flush()
new 4a52cf2eb9d libstdc++: Avoid intercepting exception in ostream::write
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:
libstdc++-v3/doc/html/manual/bugs.html | 3 +
libstdc++-v3/doc/xml/manual/intro.xml | 6 ++
libstdc++-v3/include/bits/basic_ios.tcc | 2 +-
libstdc++-v3/include/bits/ostream.tcc | 119 +++++++++------------
libstdc++-v3/include/std/ostream | 20 ++--
libstdc++-v3/include/std/syncstream | 2 +-
libstdc++-v3/testsuite/17_intro/names.cc | 14 +++
.../testsuite/27_io/basic_ostream/flush/char/2.cc | 48 +++++++--
.../flush/char/exceptions_badbit_throw.cc | 16 +--
.../27_io/basic_ostream/flush/wchar_t/2.cc | 48 +++++++--
.../flush/wchar_t/exceptions_badbit_throw.cc | 16 +--
.../seekp/char/exceptions_badbit_throw.cc | 20 ++--
.../27_io/basic_ostream/seekp/char/n3168.cc | 103 ++++++++++++++++++
.../seekp/wchar_t/exceptions_badbit_throw.cc | 22 ++--
.../27_io/basic_ostream/seekp/wchar_t/n3168.cc | 101 +++++++++++++++++
.../tellp/char/exceptions_badbit_throw.cc | 10 +-
.../27_io/basic_ostream/tellp/char/n3168.cc | 64 +++++++++++
.../tellp/wchar_t/exceptions_badbit_throw.cc | 10 +-
.../27_io/basic_ostream/tellp/wchar_t/n3168.cc | 64 +++++++++++
libstdc++-v3/testsuite/experimental/names.cc | 1 +
20 files changed, 528 insertions(+), 161 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/n3168.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/n3168.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/n3168.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/n3168.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.