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 bea298f954 (Ada) Add gdb-mi support for stopping at start of exception [...]
new 823143c6ca Check if __start/__stop symbols are referenced by shared objects
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 | 6 ++++++
bfd/elflink.c | 4 ++--
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/pr21964-4.c | 22 ++++++++++++++++++++++
ld/testsuite/ld-elf/shared.exp | 12 ++++++++++++
5 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr21964-4.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.
unknown user pushed a change to branch master
in repository gcc.
from 8cdf287e410 * g++.dg/torture/pr81360.C: Drop unintended -O2 from dg-op [...]
new d7525609022 2018-01-31 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr84132.C | 17 +++++++++++++++++
gcc/tree-data-ref.c | 5 ++---
4 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr84132.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.
unknown user pushed a change to branch master
in repository llvm.
from 32582568475 [SystemZ] Check the bitwidth before calling isInt/isUInt.
new b659d3fca5d Add a regression test for problems caused by D42646 . NFC
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:
test/CodeGen/X86/test-shrink-bug.ll | 99 +++++++++++++++++++++++++++++++++----
1 file changed, 90 insertions(+), 9 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-tools-extra.
from 41f6232a [clang-move] Clever on handling header file which includes itself.
new aa2cfa93 [clangd] Better handling symbols defined in macros.
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:
clangd/index/SymbolCollector.cpp | 38 ++++++++++++++--
unittests/clangd/Annotations.cpp | 6 +++
unittests/clangd/Annotations.h | 4 ++
unittests/clangd/SymbolCollectorTests.cpp | 76 ++++++++++++++++++++++++++++---
4 files changed, 112 insertions(+), 12 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 02fa2967453 [AggressiveInstCombine] Make TruncCombine class ignore unre [...]
new 32582568475 [SystemZ] Check the bitwidth before calling isInt/isUInt.
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:
lib/Target/SystemZ/SystemZISelLowering.cpp | 3 ++-
test/CodeGen/SystemZ/loop-04.ll | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/SystemZ/loop-04.ll
--
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 929b5ad40f internal-error using '@' (repeat) operator on array of dynam [...]
new 395507f62b (Ada) Add testcase for catch assert with condition
new 4fa955b25e (Ada/MI) Add testcase for mi catch assert with condition
new 56ecd069f0 (Ada) C++fy conditional string when catching exception.
new bea298f954 (Ada) Add gdb-mi support for stopping at start of exception [...]
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/NEWS | 4 +
gdb/ada-lang.c | 27 ++---
gdb/ada-lang.h | 4 +-
gdb/doc/gdb.texinfo | 44 ++++++++
gdb/mi/mi-cmd-catch.c | 90 +++++++++++++---
gdb/mi/mi-cmds.c | 2 +
gdb/mi/mi-cmds.h | 1 +
gdb/testsuite/gdb.ada/catch_assert_if.exp | 86 ++++++++++++++++
gdb/testsuite/gdb.ada/catch_assert_if/bla.adb | 46 +++++++++
gdb/testsuite/gdb.ada/catch_assert_if/pck.ads | 19 ++++
gdb/testsuite/gdb.ada/mi_catch_assert.exp | 96 +++++++++++++++++
gdb/testsuite/gdb.ada/mi_catch_assert/bla.adb | 46 +++++++++
gdb/testsuite/gdb.ada/mi_catch_assert/pck.ads | 19 ++++
gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp | 137 +++++++++++++++++++++++++
gdb/testsuite/gdb.ada/mi_catch_ex_hand/foo.adb | 33 ++++++
15 files changed, 625 insertions(+), 29 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/catch_assert_if.exp
create mode 100644 gdb/testsuite/gdb.ada/catch_assert_if/bla.adb
create mode 100644 gdb/testsuite/gdb.ada/catch_assert_if/pck.ads
create mode 100644 gdb/testsuite/gdb.ada/mi_catch_assert.exp
create mode 100644 gdb/testsuite/gdb.ada/mi_catch_assert/bla.adb
create mode 100644 gdb/testsuite/gdb.ada/mi_catch_assert/pck.ads
create mode 100644 gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp
create mode 100644 gdb/testsuite/gdb.ada/mi_catch_ex_hand/foo.adb
--
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-tools-extra.
from 80970658 [clangd] Second attempt to fix MSVC compilation breakage.
new 41f6232a [clang-move] Clever on handling header file which includes itself.
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:
clang-move/ClangMove.cpp | 39 +++++++++++++++++++++------------
clang-move/ClangMove.h | 6 ++++-
unittests/clang-move/ClangMoveTests.cpp | 26 ++++++++++++++++++++++
3 files changed, 56 insertions(+), 15 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 e4007063b7 [clang-format] Adds space around braces in text protos
new 02e8730616 Fix typo. NFC
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:
www/analyzer/scan-build.html | 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.
unknown user pushed a change to branch master
in repository gcc.
from 95685ca2728 PR target/83618
new 8cdf287e410 * g++.dg/torture/pr81360.C: Drop unintended -O2 from dg-op [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr81360.C | 3 +--
2 files changed, 6 insertions(+), 2 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-tools-extra.
from 318f2a63 [clangd] Attempt to fix compilation breakage with MSVC.
new 80970658 [clangd] Second attempt to fix MSVC compilation breakage.
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:
clangd/ClangdServer.cpp | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.