This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from f83132a4d Fix PR34298 - Allow std::function with an incomplete return type.
new d5a494e05 Revert "Fix PR34298 - Allow std::function with an incomplete [...]
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/functional | 36 +++++++++++++--------
include/type_traits | 7 ++--
.../func.wrap.func.con/F_incomplete.pass.cpp | 37 +---------------------
3 files changed, 26 insertions(+), 54 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 11762b4ac XFAIL tests on SLES11
new f83132a4d Fix PR34298 - Allow std::function with an incomplete return type.
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/functional | 36 ++++++++-------------
include/type_traits | 7 ++--
.../func.wrap.func.con/F_incomplete.pass.cpp | 37 +++++++++++++++++++++-
3 files changed, 54 insertions(+), 26 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 cc397f3a23 Fix build breakage on GNU/Linux AArch64
new a059f00c85 Fix build breakage on GNU/Linux AArch64, take 2
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/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/regcache.c | 10 ++++++----
2 files changed, 11 insertions(+), 4 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 gcc-7-branch
in repository gcc.
from 340d57a0abd PR ada/79441 * gnat.dg/pack9.adb: Robustify.
new f90d1f9fb32 [gcc]
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 | 17 +++++++++++++++++
gcc/config/rs6000/rs6000.c | 14 +++++++++++++-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/powerpc/pr80695-p8.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr80695-p9.c | 18 ++++++++++++++++++
5 files changed, 75 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80695-p8.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80695-p9.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 clang.
from c849b13cb2 [clang][SemaStmtAsm] small refactoring, NFC.
new 1b5154c90e Add objcImplementationDecl matcher
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:
docs/LibASTMatchersReference.html | 9 +++++++++
include/clang/ASTMatchers/ASTMatchers.h | 11 +++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 3 +++
4 files changed, 24 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.
unknown user pushed a change to branch hjl/pr82166/master
in repository gcc.
discards 4b475f38a0f i386: Also update preferred stack boundary for leaf main
adds 47e6a59aedf 2017-09-10 Paul Thomas <pault(a)gcc.gnu.org>
adds 6e17101cbcb PR ada/79441 * gnat.dg/pack9.adb: Robustify.
new e0ecd1afdee i386: Also update preferred stack boundary for leaf main
new 50c5358140f Use preferred_stack_boundary
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 (4b475f38a0f)
\
N -- N -- N refs/heads/hjl/pr82166/master (50c5358140f)
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 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/config/i386/i386.c | 15 +-
gcc/fortran/ChangeLog | 65 ++++++
gcc/fortran/expr.c | 5 +
gcc/fortran/trans-array.c | 258 ++++++++++++++++++---
gcc/fortran/trans-array.h | 5 +
gcc/fortran/trans-decl.c | 40 ++--
gcc/fortran/trans-expr.c | 69 +++---
gcc/fortran/trans-intrinsic.c | 12 +-
gcc/fortran/trans-io.c | 9 +
gcc/fortran/trans-stmt.c | 19 +-
gcc/fortran/trans-types.c | 37 ++-
gcc/fortran/trans.c | 139 +++++------
gcc/fortran/trans.h | 2 +-
gcc/testsuite/ChangeLog | 33 +++
gcc/testsuite/gfortran.dg/associate_24.f90 | 33 +++
gcc/testsuite/gfortran.dg/assumed_type_2.f90 | 4 +-
.../gfortran.dg/goacc/kernels-alias-4.f95 | 4 +-
gcc/testsuite/gfortran.dg/no_arg_check_2.f90 | 4 +-
gcc/testsuite/gfortran.dg/pointer_array_1.f90 | 60 +++++
gcc/testsuite/gfortran.dg/pointer_array_2.f90 | 143 ++++++++++++
gcc/testsuite/gfortran.dg/pointer_array_3.f90 | 51 ++++
gcc/testsuite/gfortran.dg/pointer_array_4.f90 | 75 ++++++
gcc/testsuite/gfortran.dg/pointer_array_5.f90 | 65 ++++++
gcc/testsuite/gfortran.dg/pointer_array_6.f90 | 28 +++
gcc/testsuite/gfortran.dg/pointer_array_7.f90 | 46 ++++
gcc/testsuite/gfortran.dg/pointer_array_8.f90 | 81 +++++++
.../gfortran.dg/pointer_array_component_1.f90 | 47 ++++
.../gfortran.dg/pointer_array_component_2.f90 | 43 ++++
gcc/testsuite/gnat.dg/pack9.adb | 3 +-
libgfortran/ChangeLog | 6 +
libgfortran/libgfortran.h | 1 +
libgfortran/libtool-version | 2 +-
32 files changed, 1217 insertions(+), 187 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_24.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_4.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_5.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_7.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_component_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_component_2.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 hjl/pr82166/master
in repository gcc.
at 4b475f38a0f i386: Also update preferred stack boundary for leaf main
This branch includes the following new commits:
new 4b475f38a0f i386: Also update preferred stack boundary for leaf main
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.
--
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 glibc.
from 65b22ebc61 Fix $(error) use in Makefile
new 3bdfd9fbed sunrpc/tst-udp-nonblocking: Fix timeout value
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:
ChangeLog | 2 ++
sunrpc/tst-udp-nonblocking.c | 8 ++++----
2 files changed, 6 insertions(+), 4 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 ae1a1a7f1b4 [X86][SSE] Tidyup + clang-format combineX86ShuffleChain cal [...]
new 4c5a286d7b7 Use llvm_unreachable for unknown TargetCostKind.
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/llvm/Analysis/TargetTransformInfo.h | 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 llvm.
from 44e68c6bb86 [InstSimplify] refactor udiv/urem code and add tests; NFCI
new 58716e880b7 [X86][SSE] Move combineTo call out of combineX86ShufflesCon [...]
new ae1a1a7f1b4 [X86][SSE] Tidyup + clang-format combineX86ShuffleChain cal [...]
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/Target/X86/X86ISelLowering.cpp | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.