This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 418b1d29c8f 2018-01-10 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 88499dc5121 2018-01-10 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 +++++
gcc/fortran/resolve.c | 9 +++++--
gcc/testsuite/ChangeLog | 6 +++++
.../gfortran.dg/deferred_character_18.f90 | 29 ++++++++++++++++++++++
4 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_18.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.
unknown user pushed a change to branch master
in repository llvm.
from 682df3f9a23 Revert "AArch64: Fix emergency spillslot being out of reach [...]
new f7a79c98e5c [AArch64] add tests for notted variants of min/max; 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/AArch64/minmax-of-minmax.ll | 1477 +++++++++++++++++++++++++++++-
1 file changed, 1475 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.
from 48cc498f2d In C++17, when instantiating an out-of-line definition of an [...]
new 800e8894ad [Lex] Inline a variable in test in preparation for more simi [...]
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:
unittests/Lex/LexerTest.cpp | 3 +--
1 file changed, 1 insertion(+), 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 lldb.
from 6ec23d0fb Remove Environment.h, test-dwarf.cpp, test-dwarf.exe from bei [...]
new 9c5b90be8 Running this on other systems won't work because I don't know [...]
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:
.../lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py | 1 +
1 file changed, 1 insertion(+)
--
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 gdb-8.1-branch
in repository binutils-gdb.
from 5b67bfd92e Automatic date update in version.in
new bd140f1f5e Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)
new be1f9aabab Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)
new 2707f065be Ada: make verbatim matcher override other language matchers [...]
new a3dc9ae700 language_get_symbol_name_matcher -> get_symbol_name_matcher
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 | 34 +++++++++++++
gdb/ada-lang.c | 19 ++++++-
gdb/dictionary.c | 6 +--
gdb/dwarf2read.c | 32 ++++++------
gdb/language.c | 11 +++-
gdb/language.h | 7 ++-
gdb/linespec.c | 2 +-
gdb/minsyms.c | 27 ++++++++--
gdb/psymtab.c | 2 +-
gdb/symtab.c | 21 ++------
gdb/symtab.h | 6 ++-
gdb/testsuite/ChangeLog | 19 +++++++
gdb/testsuite/gdb.ada/bp_c_mixed_case.exp | 58 ++++++++++++++++++++--
.../gdb.ada/bp_c_mixed_case/foo_h731_021.adb | 3 ++
.../gdb.ada/bp_c_mixed_case/{bar.c => qux.c} | 2 +-
gdb/testsuite/gdb.ada/complete.exp | 4 +-
16 files changed, 197 insertions(+), 56 deletions(-)
copy gdb/testsuite/gdb.ada/bp_c_mixed_case/{bar.c => qux.c} (96%)
--
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 8c42dc9e6f5 * c-ada-spec.c (dump_number): Add FLOAT_P parameter. Skip [...]
new 7c7dce23317 2018-01-10 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 ++++
gcc/fortran/resolve.c | 9 +++++--
gcc/testsuite/ChangeLog | 5 ++++
.../gfortran.dg/deferred_character_18.f90 | 29 ++++++++++++++++++++++
4 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_18.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.
unknown user pushed a change to branch master
in repository lldb.
from ea1e5e160 Runs the part of the test that just finds the binary on all s [...]
new 6ec23d0fb Remove Environment.h, test-dwarf.cpp, test-dwarf.exe from bei [...]
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:
lldb.xcodeproj/project.pbxproj | 14 ++++----------
1 file changed, 4 insertions(+), 10 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 binutils-gdb.
from 7ec0cd50bf oops - updates to ChangeLog omitted by accident from previou [...]
new 8825213e97 Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)
new d4c2a405cb Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)
new c63d3e8d12 Ada: make verbatim matcher override other language matchers [...]
new 618daa933c language_get_symbol_name_matcher -> get_symbol_name_matcher
new b90d5ba0b6 gas tc-arm.c warning fix
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:
gas/ChangeLog | 5 ++
gas/config/tc-arm.c | 2 +-
gdb/ChangeLog | 34 +++++++++++++
gdb/ada-lang.c | 19 ++++++-
gdb/dictionary.c | 6 +--
gdb/dwarf2read.c | 32 ++++++------
gdb/language.c | 11 +++-
gdb/language.h | 7 ++-
gdb/linespec.c | 2 +-
gdb/minsyms.c | 27 ++++++++--
gdb/psymtab.c | 2 +-
gdb/symtab.c | 21 ++------
gdb/symtab.h | 6 ++-
gdb/testsuite/ChangeLog | 19 +++++++
gdb/testsuite/gdb.ada/bp_c_mixed_case.exp | 58 ++++++++++++++++++++--
.../gdb.ada/bp_c_mixed_case/foo_h731_021.adb | 3 ++
.../gdb.ada/bp_c_mixed_case/{bar.c => qux.c} | 2 +-
gdb/testsuite/gdb.ada/complete.exp | 4 +-
18 files changed, 203 insertions(+), 57 deletions(-)
copy gdb/testsuite/gdb.ada/bp_c_mixed_case/{bar.c => qux.c} (96%)
--
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 ccd1609fb23 RISC-V: Add naked function support.
new 8c42dc9e6f5 * c-ada-spec.c (dump_number): Add FLOAT_P parameter. Skip [...]
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/c-family/ChangeLog | 10 +++++++++
gcc/c-family/c-ada-spec.c | 53 ++++++++++++++++++++++++++++++-----------------
2 files changed, 44 insertions(+), 19 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 lldb.
from 38da2c911 Add a test for finding a binary in an app package.
new ea1e5e160 Runs the part of the test that just finds the binary on all s [...]
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:
.../find-app-in-bundle/TestFindAppInBundle.py | 27 +++++++++++-----------
1 file changed, 14 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.