This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0545fbe PR go/69537 runtime: Don't refer to _end symbol in share [...]
new 40642c1 2016-02-08 Sandra Loosemore <sandra(a)codesourcery.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/ChangeLog | 6 ++++++
gcc/doc/extend.texi | 6 +++---
2 files changed, 9 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 gcc.
from 7824b73 Daily bump.
new 0545fbe PR go/69537 runtime: Don't refer to _end symbol in share [...]
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/runtime/go-main.c | 6 ++++++
libgo/runtime/malloc.goc | 10 ++++++++--
libgo/runtime/runtime.h | 1 +
4 files changed, 16 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 gcc.
from 9cc6714 Fix PR c++/69139 (deduction failure with trailing return type)
new 7824b73 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-4_9-branch
in repository gcc.
from 4025ab6 Daily bump.
new 4b9ac6e Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from b6c30e5 PR c++/69009
new cc0b29e Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 83d5062 Fix PR c++/69283 (auto deduction fails when ADL is required)
new 9cc6714 Fix PR c++/69139 (deduction failure with trailing 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:
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/parser.c | 33 +++++++++++++++++++++++----------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/trailing12.C | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/trailing13.C | 12 ++++++++++++
5 files changed, 70 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/trailing12.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/trailing13.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 58fd2d6 PR c++/69657 * name-lookup.c (do_nonmember_using_decl): Lea [...]
new 83d5062 Fix PR c++/69283 (auto deduction fails when ADL is required)
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 | 7 +++++++
gcc/cp/decl2.c | 4 ++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp1y/auto-fn29.C | 34 ++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/auto-fn30.C | 21 +++++++++++++++++++++
5 files changed, 73 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn29.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn30.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 394a86f PR tree-optimization/69209 * ipa-split.c (split_function): [...]
new 58fd2d6 PR c++/69657 * name-lookup.c (do_nonmember_using_decl): Lea [...]
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/name-lookup.c | 29 ++++++++++++++++-------------
gcc/testsuite/g++.dg/lookup/builtin6.C | 23 +++++++++++++++++++++++
3 files changed, 45 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/builtin6.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 93b124b PR tree-optimization/68541 * gcc.dg/tree-ssa/split-path-1.c [...]
new 394a86f PR tree-optimization/69209 * ipa-split.c (split_function): [...]
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 | 7 +++++++
gcc/ipa-split.c | 16 ++++++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr69209.c | 28 +++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr69209.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 0acb2d6 PR c++/59627 * parser.c (cp_parser_omp_declare_reduction): [...]
new 93b124b PR tree-optimization/68541 * gcc.dg/tree-ssa/split-path-1.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:
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.