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-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 49455d8bbd Automatic date update in version.in
adds 09e4c4e1f1 gdb: Remove file path from test name
adds afda45a206 gdb: Remove unused parameter
adds 00df30ae1e gdb: New function to open source file and compute line charpos data
adds 0d3abd8cc9 gdb: Remove an update of current_source_line and current_sou [...]
adds ec8e2b6d30 gdb: Don't allow annotations to influence what else GDB prints
adds 30056ea04a gdb/mi: New commands to catch C++ exceptions
adds 584a927c5a gdb/fortran: Show the type for non allocated / associated types
adds 6ac6a19371 Automatic date update in version.in
new 399aaebd1a Make gdb.base/index-cache.exp work with readnow board (PR 24669)
new e79be6e5f3 Fix some whitespace issues in gdb ChangeLogs
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:
bfd/version.h | 2 +-
gdb/ChangeLog | 96 +++++++++-
gdb/NEWS | 4 +
gdb/annotate.c | 27 ++-
gdb/annotate.h | 10 +-
gdb/break-catch-throw.c | 42 ++---
gdb/breakpoint.c | 8 -
gdb/breakpoint.h | 20 +++
gdb/doc/ChangeLog | 7 +
gdb/doc/gdb.texinfo | 140 +++++++++++++++
gdb/f-typeprint.c | 90 +++++-----
gdb/gdbserver/ChangeLog | 8 +-
gdb/mi/mi-cmd-catch.c | 71 ++++++++
gdb/mi/mi-cmds.c | 6 +
gdb/mi/mi-cmds.h | 3 +
gdb/source-cache.c | 8 +-
gdb/source.c | 56 ++----
gdb/source.h | 22 +--
gdb/stack.c | 63 +++----
gdb/testsuite/ChangeLog | 57 ++++--
gdb/testsuite/gdb.base/annota1.exp | 4 +-
gdb/testsuite/gdb.base/index-cache.exp | 49 ++---
gdb/testsuite/gdb.base/style-logging.exp | 3 +-
gdb/testsuite/gdb.cp/annota2.exp | 1 +
gdb/testsuite/gdb.cp/annota3.exp | 2 +-
gdb/testsuite/gdb.fortran/pointers.f90 | 80 +++++++++
gdb/testsuite/gdb.fortran/print_type.exp | 114 ++++++++++++
gdb/testsuite/gdb.fortran/vla-ptype.exp | 12 +-
gdb/testsuite/gdb.fortran/vla-type.exp | 7 +-
gdb/testsuite/gdb.fortran/vla-value.exp | 10 +-
.../mi-catch-cpp-exceptions.cc} | 68 +++----
gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 197 +++++++++++++++++++++
gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 8 +-
gdb/testsuite/lib/mi-support.exp | 11 +-
34 files changed, 1035 insertions(+), 271 deletions(-)
create mode 100644 gdb/testsuite/gdb.fortran/pointers.f90
create mode 100755 gdb/testsuite/gdb.fortran/print_type.exp
copy gdb/testsuite/{gdb.cp/exceptprint.cc => gdb.mi/mi-catch-cpp-exceptions.cc} (56%)
create mode 100644 gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e5a01473 0: update: binutils-gcc-linux: all
new b840e2f1 0: update: binutils-gcc-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 (e5a01473)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 428 +-
03-build_abe-binutils/console.log | 11072 ++++++------
04-build_abe-stage1/console.log | 20001 +++++++++++-----------
05-build_linux/console.log | 784 +-
06-boot_linux/console.log | 2 +-
console.log | 32480 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 32458 insertions(+), 32487 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/llvm-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/gcc.
from a526d712760 Daily bump.
adds 0b18af2edcc 2019-06-12 Thomas Koenig <tkoenig(a)gcc.gnu.org> Tomáš [...]
adds 2556ec3d27d Daily bump.
adds ca471482ce8 Daily bump.
adds 93fd8418745 Daily bump.
adds ec223ee4b39 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 9 ++++++
gcc/fortran/trans-types.c | 3 ++
gcc/testsuite/ChangeLog | 8 +++++
.../gfortran.dg/deferred_character_33.f90 | 35 ++++++++++++++++++++++
.../gfortran.dg/deferred_character_33a.f90 | 9 ++++++
6 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33a.f90
--
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/llvm-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/binutils-gdb.
from ac0e4b7814 Automatic date update in version.in
adds 9757d0f1c5 Automatic date update in version.in
adds e15c7d2fd1 Automatic date update in version.in
adds 15660a4de7 Automatic date update in version.in
adds 599d81557b 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_bmk/llvm-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 169048b8 0: init: binutils-gcc-glibc-llvm: -1
new c1523de1 0: init: binutils-gcc-glibc-llvm: -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 (169048b8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-arm-spe [...]
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 | 60 +-
02-prepare_abe/console.log | 318 +-
03-build_abe-binutils/console.log | 10842 ++-
04-build_abe-stage1/console.log | 17326 ++---
05-build_abe-linux/console.log | 296 +-
06-build_abe-glibc/console.log | 38234 ++++++-----
07-build_abe-stage2/console.log | 46819 ++++++-------
08-build_llvm-true/console.log | 11540 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 28 +-
09-benchmark/console.log | 222 +-
11-update_baseline/console.log | 6 +-
console.log | 125703 +++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
14 files changed, 125672 insertions(+), 125738 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.