This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fd49901 PR c++/70641 * ipa-pure-const.c (pass_nothrow::execute): Ca [...]
new 594645e Adjust for new empty class parameter passing ABI.
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 | 30 ++++++++++++++++
libstdc++-v3/include/bits/c++config | 23 ++++++++++--
libstdc++-v3/include/bits/hashtable.h | 42 +++++++++++-----------
libstdc++-v3/include/bits/hashtable_policy.h | 4 +--
libstdc++-v3/include/bits/shared_ptr.h | 2 ++
libstdc++-v3/include/bits/shared_ptr_base.h | 6 ++++
libstdc++-v3/include/bits/stl_algo.h | 1 +
libstdc++-v3/include/bits/stl_pair.h | 5 +++
libstdc++-v3/include/bits/uses_allocator.h | 8 +++++
libstdc++-v3/include/ext/pb_ds/assoc_container.hpp | 8 +++++
.../20_util/scoped_allocator/69293_neg.cc | 2 +-
.../testsuite/20_util/shared_ptr/cons/43820_neg.cc | 2 +-
.../testsuite/20_util/shared_ptr/cons/void_neg.cc | 2 +-
.../testsuite/20_util/uses_allocator/69293_neg.cc | 2 +-
.../testsuite/20_util/uses_allocator/cons_neg.cc | 2 +-
.../testsuite/ext/profile/mutex_extensions_neg.cc | 2 +-
16 files changed, 111 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 gcc.
from 25c036a Warn about empty parameter ABI with -Wabi=9.
new d11f9fe PR c++/70594 * tree-sra.c (create_access_replacement, get_ [...]
new fd49901 PR c++/70641 * ipa-pure-const.c (pass_nothrow::execute): Ca [...]
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 | 14 ++++++
gcc/ipa-pure-const.c | 17 ++++++-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/opt/pr70641.C | 10 ++++
gcc/tree-pretty-print.c | 94 +++++++++++++++++++++++++++++++++++++-
gcc/tree-sra.c | 2 +
6 files changed, 139 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr70641.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 e2f0f3b libgomp/ PR testsuite/68242 * testsuite/libgomp.oacc-c-c++ [...]
new 22f82b6 libgo: update to Go 1.6.1 release
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/MERGE | 2 +-
libgo/VERSION | 2 +-
libgo/go/crypto/dsa/dsa.go | 4 ++++
libgo/go/crypto/ecdsa/ecdsa.go | 11 ++++++---
libgo/go/crypto/rsa/rsa.go | 5 +++-
libgo/go/go/build/deps_test.go | 6 ++---
.../internal/syscall/windows/registry/syscall.go | 2 +-
.../syscall/windows/registry/zsyscall_windows.go | 5 ++--
.../go/internal/syscall/windows/syscall_windows.go | 2 +-
libgo/go/internal/syscall/windows/sysdll/sysdll.go | 28 ++++++++++++++++++++++
.../internal/syscall/windows/zsyscall_windows.go | 5 ++--
libgo/go/runtime/export_windows_test.go | 4 ++++
13 files changed, 62 insertions(+), 16 deletions(-)
create mode 100644 libgo/go/internal/syscall/windows/sysdll/sysdll.go
--
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 2368ba0 PR c++/70627
new e2f0f3b libgomp/ PR testsuite/68242 * testsuite/libgomp.oacc-c-c++ [...]
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:
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-1.c | 2 +-
libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-2.c | 2 +-
3 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 gcc.
from 87fa725 Fix gcc.dg/ifcvt-4.c on 64-bit SPARC (PR rtl-optimization/68749)
new 2368ba0 PR c++/70627
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/cp/ChangeLog | 5 +++++
gcc/cp/decl.c | 5 ++++-
gcc/testsuite/g++.dg/cpp0x/enum_base3.C | 29 +++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum_base3.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 f1907b8 Make distclean clean up more (PR70173)
new 87fa725 Fix gcc.dg/ifcvt-4.c on 64-bit SPARC (PR rtl-optimization/68749)
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 | 7 +++++++
gcc/testsuite/gcc.dg/ifcvt-4.c | 12 +++++++-----
2 files changed, 14 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 gcc.
from 6c40e18 /cp 2016-04-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new f1907b8 Make distclean clean up more (PR70173)
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 +++++++
Makefile.in | 5 +++--
Makefile.tpl | 5 +++--
3 files changed, 13 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 gcc.
from 92c5325 PR c++/70639 * c-indentation.c (should_warn_for_misleading_ [...]
new 6c40e18 /cp 2016-04-13 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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/pr70635.C | 25 +++++++++++++++++++++++++
4 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr70635.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 0241e4d PR c/70436 * c-parser.c (c_parser_statement_after_labels): [...]
new 92c5325 PR c++/70639 * c-indentation.c (should_warn_for_misleading_ [...]
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 | 6 ++++++
gcc/c-family/c-indentation.c | 9 +++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/Wmisleading-indentation-4.c | 11 +++++++++++
4 files changed, 27 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wmisleading-indentation-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.