This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 8a39de6 Fix TestMultipleTargets for on x86_64 architectures
new 8dee0e8 [LLDB][MIPS] Fix some test case failures due to elf_abi field [...]
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:
packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.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 master
in repository gcc.
from 92118bb gcc/fortran/ChangeLog:
new 7d9c8db 2016-12-09 Janus Weil <janus(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/class.c | 27 +++++++++++++--------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/finalize_31.f90 | 30 ++++++++++++++++++++++++++++++
4 files changed, 54 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/finalize_31.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 f6da5c0 llvm/test/Object/archive-thin-create.test: Make sure that %t [...]
new eae8838 Fix memory leak in unit test.
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/DebugInfo/DWARF/DwarfGenerator.cpp | 2 +-
unittests/DebugInfo/DWARF/DwarfGenerator.h | 4 ++--
2 files changed, 3 insertions(+), 3 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 libcxx.
from bf3b8e2 Fix missing const on set::count. Patch from Andrey Khalyavin
new 8cdac0b [NFC] Change whitespace to force docs rebuild
new 2fe522f Update doc version to 4.0
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:
docs/UsingLibcxx.rst | 1 +
docs/conf.py | 4 ++--
2 files changed, 3 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 gcc.
from 5a59a1a gcc/fortran/ChangeLog:
new 92118bb gcc/fortran/ChangeLog:
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/trans-stmt.c | 25 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
.../coarray_alloc_with_implicit_sync_1.f90 | 10 +++++++++
4 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_with_implicit_sync_1.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 gcc-6-branch
in repository gcc.
from b449f0f 2016-12-09 Richard Biener <rguenther(a)suse.de>
new 94adc59 2016-12-09 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 | 14 ++++++++++++
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/g++.dg/torture/pr78189.C | 41 ++++++++++++++++++++++++++++++++++
gcc/tree-vect-data-refs.c | 30 +++++++++++++++++--------
4 files changed, 84 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr78189.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 8b7e558 2016-12-09 Paul Thomas <pault(a)gcc.gnu.org>
new 1e4236e PR c++/78550 * convert.c (convert_to_integer_1): Maybe fold [...]
new 5a59a1a gcc/fortran/ChangeLog:
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:
gcc/ChangeLog | 11 +-
gcc/convert.c | 9 +-
gcc/fortran/ChangeLog | 24 ++
gcc/fortran/trans-array.c | 322 +++++++--------------
gcc/fortran/trans-array.h | 5 -
gcc/fortran/trans-expr.c | 8 +-
gcc/fortran/trans-openmp.c | 29 +-
gcc/fortran/trans-stmt.c | 5 +-
gcc/fortran/trans.c | 98 ++++---
gcc/fortran/trans.h | 3 +-
gcc/testsuite/ChangeLog | 13 +
gcc/testsuite/g++.dg/cpp1y/pr78550.C | 22 ++
gcc/testsuite/gfortran.dg/coarray_alloc_comp_3.f08 | 51 ++++
gcc/testsuite/gfortran.dg/coarray_alloc_comp_4.f08 | 44 +++
gcc/testsuite/gfortran.dg/finalize_18.f90 | 4 +-
gcc/testsuite/gfortran.dg/proc_ptr_comp_47.f90 | 40 +++
16 files changed, 406 insertions(+), 282 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr78550.C
create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_3.f08
create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_4.f08
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_47.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 libcxx.
from e386ad3 Refactor uses_allocator test types for upcoming fixes
new bf3b8e2 Fix missing const on set::count. Patch from Andrey Khalyavin
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:
include/set | 2 +-
test/std/containers/associative/set/count.pass.cpp | 20 +++++++++++---------
2 files changed, 12 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 gcc.
from 8f85811 Escape non-printable chars in strings.
new 8b7e558 2016-12-09 Paul Thomas <pault(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 | 22 ++++++
gcc/fortran/gfortran.h | 2 +
gcc/fortran/resolve.c | 59 +++++++++++++++
gcc/fortran/symbol.c | 1 +
gcc/fortran/trans-decl.c | 54 +++++++++++---
gcc/fortran/trans-expr.c | 24 ++++++-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gfortran.dg/char_result_14.f90 | 103 +++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/char_result_15.f90 | 44 ++++++++++++
9 files changed, 303 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/char_result_14.f90
create mode 100644 gcc/testsuite/gfortran.dg/char_result_15.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 clang.
from 6e73e34 [Headers] Add #include_next for tgmath.h on Darwin
new 10bd02d [clang-format] calculate MaxInsertOffset in the original code [...]
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/Format/Format.cpp | 2 ++
unittests/Format/CleanupTest.cpp | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.