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 bbb76b1 Automatic date update in version.in
new 008a97e [GAS][ARM]Generate unpredictable warning for pc used in data [...]
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:
gas/ChangeLog | 8 ++++++
gas/config/tc-arm.c | 15 ++++++++++
gas/testsuite/gas/arm/shift-bad-pc.d | 3 ++
gas/testsuite/gas/arm/shift-bad-pc.l | 56 ++++++++++++++++++++++++++++++++++++
gas/testsuite/gas/arm/shift-bad-pc.s | 21 ++++++++++++++
5 files changed, 103 insertions(+)
create mode 100644 gas/testsuite/gas/arm/shift-bad-pc.d
create mode 100644 gas/testsuite/gas/arm/shift-bad-pc.l
create mode 100644 gas/testsuite/gas/arm/shift-bad-pc.s
--
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 0408b92 Move negative unique_ptr tests to new file
new b3e3b38 [PR tree-optimization/78024] Clear basic block flags before u [...]
new 841257c Replace NULL with false as a return value
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/cgraph.h | 2 +-
gcc/omp-low.c | 8 +++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/goacc/loop-processing-1.c | 18 ++++++++++++++++++
5 files changed, 38 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/goacc/loop-processing-1.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 gcc-6-branch
in repository gcc.
from 9d2a549 PR77990 fix unique_ptr for non-copyable deleters
new 68237bb Move negative unique_ptr tests to new file
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:
libstdc++-v3/ChangeLog | 6 ++
.../testsuite/20_util/unique_ptr/cons/cv_qual.cc | 26 -------
.../unique_ptr/cons/{cv_qual.cc => cv_qual_neg.cc} | 80 ++++------------------
3 files changed, 18 insertions(+), 94 deletions(-)
copy libstdc++-v3/testsuite/20_util/unique_ptr/cons/{cv_qual.cc => cv_qual_neg.cc} (52%)
--
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 c2aae0a Fix std::experimental::shared_ptr SFINAE constraints
new 0408b92 Move negative unique_ptr tests to new file
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:
libstdc++-v3/ChangeLog | 6 ++
.../testsuite/20_util/unique_ptr/cons/cv_qual.cc | 26 -------
.../unique_ptr/cons/{cv_qual.cc => cv_qual_neg.cc} | 80 ++++------------------
3 files changed, 18 insertions(+), 94 deletions(-)
copy libstdc++-v3/testsuite/20_util/unique_ptr/cons/{cv_qual.cc => cv_qual_neg.cc} (52%)
--
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 6146e5b Daily bump.
new 9d2a549 PR77990 fix unique_ptr for non-copyable deleters
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/bits/unique_ptr.h | 9 ++++++---
.../testsuite/20_util/unique_ptr/assign/48635_neg.cc | 4 ++--
.../{function/cons/72820.cc => unique_ptr/cons/77990.cc} | 12 ++++++------
libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual.cc | 2 +-
5 files changed, 24 insertions(+), 12 deletions(-)
copy libstdc++-v3/testsuite/20_util/{function/cons/72820.cc => unique_ptr/cons/779 [...]
--
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 lld.
from ec7923d Use CachedHashStringRef instead of CachedHash<StringRef>.
new 5a83557 [ELF] Add "error" and "warning" prefixes to linker messages
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:
ELF/Error.cpp | 6 +++---
test/ELF/copy-rel-corrupted.s | 4 ++--
test/ELF/entry.s | 8 ++++----
test/ELF/linkerscript/diagnostic.s | 4 ++--
4 files changed, 11 insertions(+), 11 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 34b94be 2016-10-19 Richard Biener <rguenther(a)suse.de>
new bc8a7bf PR77990 refactor unique_ptr to encapsulate tuple
new c2aae0a Fix std::experimental::shared_ptr SFINAE constraints
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:
libstdc++-v3/ChangeLog | 51 ++++
libstdc++-v3/include/bits/unique_ptr.h | 111 ++++----
.../include/experimental/bits/shared_ptr.h | 281 ++++++++++++++-------
libstdc++-v3/python/libstdcxx/v6/printers.py | 8 +-
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 7 +-
.../20_util/unique_ptr/assign/48635_neg.cc | 4 +-
.../cons/72820.cc => unique_ptr/cons/77990.cc} | 12 +-
.../testsuite/20_util/unique_ptr/cons/cv_qual.cc | 2 +-
.../memory/shared_ptr/cons/pointer_ctor.cc | 21 +-
.../cons/{copy_ctor_neg.cc => pointer_ctor_neg.cc} | 27 +-
.../experimental/memory/shared_ptr/cons/torture.cc | 53 ++++
.../memory/shared_ptr/cons/unique_ptr_ctor.cc | 26 +-
.../memory/shared_ptr/modifiers/reset.cc | 7 +-
.../copy_ctor_neg.cc => modifiers/reset_neg.cc} | 39 ++-
.../memory/shared_ptr/observers/use_count.cc | 3 +-
15 files changed, 436 insertions(+), 216 deletions(-)
copy libstdc++-v3/testsuite/20_util/{function/cons/72820.cc => unique_ptr/cons/779 [...]
copy libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/{copy_ctor_neg.cc [...]
create mode 100644 libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/torture.cc
copy libstdc++-v3/testsuite/experimental/memory/shared_ptr/{cons/copy_ctor_neg.cc [...]
--
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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 0a004f5 Toolchain sources: Update release notes for gcc-6-2016.10 snapshot.
new 2146bf1 Toolchain sources: Update release notes for gcc-5-2016.10 snapshot.
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:
components/toolchain/gcc-linaro/5/README.textile | 8 +++-----
1 file changed, 3 insertions(+), 5 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 c9cee26 Revert of r284571 because of failing tests.
new 8f03548 [DAGCombine] Generalize distributeTruncateThroughAnd to work [...]
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/SelectionDAG/DAGCombiner.cpp | 22 +++++++++-------------
test/CodeGen/X86/combine-shl.ll | 5 ++---
test/CodeGen/X86/combine-sra.ll | 5 ++---
test/CodeGen/X86/combine-srl.ll | 5 ++---
4 files changed, 15 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.