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 60fcc1c3d0 Change some remote.c globals to "static"
new 2228ef7700 When debugging a mixed Ada/C program using this scenario:
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:
gdb/ChangeLog | 15 ++++++
gdb/ada-valprint.c | 56 ++++++++++-----------
gdb/testsuite/ChangeLog | 8 +++
gdb/testsuite/gdb.ada/frame_arg_lang.exp | 73 ++++++++++++++++++++++++++++
gdb/testsuite/gdb.ada/frame_arg_lang/bla.adb | 22 +++++++++
gdb/testsuite/gdb.ada/frame_arg_lang/foo.c | 22 +++++++++
gdb/testsuite/gdb.ada/frame_arg_lang/pck.adb | 24 +++++++++
gdb/testsuite/gdb.ada/frame_arg_lang/pck.ads | 18 +++++++
8 files changed, 207 insertions(+), 31 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/frame_arg_lang.exp
create mode 100644 gdb/testsuite/gdb.ada/frame_arg_lang/bla.adb
create mode 100644 gdb/testsuite/gdb.ada/frame_arg_lang/foo.c
create mode 100644 gdb/testsuite/gdb.ada/frame_arg_lang/pck.adb
create mode 100644 gdb/testsuite/gdb.ada/frame_arg_lang/pck.ads
--
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 c40a8e3a4cd [C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA
new ef34d4874d4 runtime: use builtin memmove directly
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/go/ChangeLog | 4 ++++
gcc/go/go-gcc.cc | 9 +++++++++
gcc/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 1 -
libgo/Makefile.in | 23 +++++++++--------------
libgo/go/runtime/stubs.go | 1 +
libgo/runtime/go-memmove.c | 16 ----------------
7 files changed, 24 insertions(+), 32 deletions(-)
delete mode 100644 libgo/runtime/go-memmove.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/llvm-release-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7fd717c2 0: update: llvm-linux: 16
new 9c87b8e9 0: update: llvm-linux: 16
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 (7fd717c2)
\
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 | 220 +-
02-build_llvm/console.log | 11634 +++++++++++++++++------------------
03-build_linux/console.log | 776 +--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 28 -
console.log | 12636 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12642 insertions(+), 12666 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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards f2dc735a 2: update: linux-0968621917add2e0d60c8fbc4e24c670cb14319c: 25
new 4bbb52f3 2: update: llvm-linux: 25
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 (f2dc735a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 229 +-
02-build_llvm/console.log | 11559 ++++++++++++++++++-----------------
03-build_linux/console.log | 703 +--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 63 +-
console.log | 12560 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 12760 insertions(+), 12371 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 gcc.
from 66b1ea95171 compiler: remove trailing spaces
new c40a8e3a4cd [C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA
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/cp/ChangeLog | 24 +++++++++++++++++
gcc/cp/cp-tree.h | 17 ++++--------
gcc/cp/decl.c | 80 ++++++++++++--------------------------------------------
gcc/cp/mangle.c | 3 +--
gcc/cp/method.c | 4 +--
gcc/cp/parser.c | 2 +-
gcc/cp/pt.c | 5 +++-
gcc/cp/typeck.c | 16 ++++++------
8 files changed, 61 insertions(+), 90 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 llvm.
from c419d3f938c [MemorySSA] Teach LoopSimplify to preserve MemorySSA.
new 3317393ea83 [FastISel][X86] Support FNeg instruction in target independ [...]
new b96d6291666 [Tests] Landing tests for D58632 to show diffs in review
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:
lib/CodeGen/SelectionDAG/FastISel.cpp | 3 +
test/CodeGen/X86/atomic-idempotent.ll | 200 ++++++++++++++++++++++++++++++++++
test/CodeGen/X86/fast-isel-fneg.ll | 47 ++++++++
3 files changed, 250 insertions(+)
--
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-stable-allnoconfig
in repository toolchain/ci/gcc.
from a91db438b58 PR c++/89876 - ICE with deprecated conversion. * call.c ( [...]
adds 9ba2f8f9f5a Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.