This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6e291830d6e [ARM] Add missing TARGET_32BIT conditional to movsi
new cc5cb59e4fd * gcc.target/i386/pr22152.c: Remove unneeded dg-additional [...]
new d791a23aa89 PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>
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/testsuite/gcc.target/i386/pr22152.c | 1 -
libstdc++-v3/ChangeLog | 8 ++++++
libstdc++-v3/include/std/utility | 22 ++++++++-------
.../wchar_t/79162.cc => 20_util/tuple/78939.cc} | 29 ++++++++++++++++---
.../tuple/cv_tuple_size_neg.cc} | 33 ++++++++--------------
5 files changed, 57 insertions(+), 36 deletions(-)
copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/wchar_t/79162.cc => 20_u [...]
copy libstdc++-v3/testsuite/{23_containers/vector/cons/destructible_neg.cc => 20_u [...]
--
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 compiler-rt.
from 929d2ccbf [msan] Remove a failing test from MemorySanitizer.ICmpRelational
new bb2563f2a Account for stack redzone when computing sp on darwin
new 508f03832 Add dyld to sanitizer procmaps on darwin
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/sanitizer_common/sanitizer_procmaps.h | 1 +
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 87 ++++++++++++++++++++--
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | 4 +
3 files changed, 85 insertions(+), 7 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 3ea41807402 2017-05-12 Paolo Carlini <paolo.carlini(a)oracle.com>
new 6e291830d6e [ARM] Add missing TARGET_32BIT conditional to movsi
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 | 6 ++++++
gcc/config/arm/arm.md | 4 ++--
2 files changed, 8 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 glibc.
from e8f1225ca4 Remove __ASSUME_STATFS_F_FLAGS.
new 1d2bc2eae9 fork: Remove bogus parent PID assertions [BZ #21386]
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 | 7 +++++++
sysdeps/nptl/fork.c | 8 --------
2 files changed, 7 insertions(+), 8 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 cb603d43272 Use SDValue::getOperand() helper. NFCI.
new 43d171f5391 Use SDValue::getOperand() helper. NFCI.
new 36dcf131efc [DAGCombine] Use SelectionDAG::getZExtOrTrunc helper. NFCI.
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/DAGCombiner.cpp | 10 ++--------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 30 ++++++++++++++---------------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 11 +++++------
3 files changed, 21 insertions(+), 30 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 53df6f973c clang-format: [JS] support non-null assertions after all ide [...]
new a1aa489a80 [Hexagon] Make sure to pass empty struct arguments with nont [...]
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/CodeGen/TargetInfo.cpp | 6 +++---
test/CodeGenCXX/array-default-argument.cpp | 4 ----
2 files changed, 3 insertions(+), 7 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 432aab609b1 runtime: fix build for non-split-stack systems
new 3ea41807402 2017-05-12 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/forw_enum14.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/forw_enum15.C | 14 ++++++++++++++
3 files changed, 36 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/forw_enum14.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/forw_enum15.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 6920a456bc1 [AVR] Migrate to new StructType::get owing to Supress all u [...]
new cb603d43272 Use SDValue::getOperand() helper. NFCI.
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/X86/X86ISelDAGToDAG.cpp | 41 ++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 22 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 0647a5673f Fix an assertion failure (PR33020).
new 53df6f973c clang-format: [JS] support non-null assertions after all ide [...]
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/TokenAnnotator.cpp | 3 ++-
unittests/Format/FormatTestJS.cpp | 1 +
2 files changed, 3 insertions(+), 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 adc83a7568e 2017-05-12 Richard Biener <rguenther(a)suse.de>
new 432aab609b1 runtime: fix build for non-split-stack systems
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/gofrontend/MERGE | 2 +-
libgo/go/runtime/runtime2.go | 7 +++++++
libgo/runtime/proc.c | 4 +++-
libgo/runtime/stack.c | 1 -
4 files changed, 11 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.