This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 3ce024a 2015-08-06 Richard Biener <rguenther(a)suse.de>
new 78e011b 2015-08-06 Richard Biener <rguenther(a)suse.de>
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 | 35 ++++++++++++++++++++++++++++++
gcc/gimple.h | 68 ++++++++++++++++++++++++++++-------------------------------
2 files changed, 67 insertions(+), 36 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 trunk
in repository gcc.
from 95b8e9e * pt.c (determine_specialization): Print candidates after 'n [...]
new e794430 PR fortran/64022 * gfortran.dg/ieee/large_1.f90: Adjust test.
new 3ce024a 2015-08-06 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/gimple-fold.c | 20 ++++++--------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/ieee/large_1.f90 | 7 +++++--
4 files changed, 21 insertions(+), 16 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 95b8e9e * pt.c (determine_specialization): Print candidates after 'n [...]
new e794430 PR fortran/64022 * gfortran.dg/ieee/large_1.f90: Adjust test.
new 3ce024a 2015-08-06 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/gimple-fold.c | 20 ++++++--------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/ieee/large_1.f90 | 7 +++++--
4 files changed, 21 insertions(+), 16 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-5-branch
in repository gcc.
from dbd6738 Daily bump.
new 417e3ef * decl.c (start_decl): Don't push the plain VAR_DECL for a [...]
new 3af0bf6 PR c++/66336 * pt.c (find_parameter_packs_r): Handle variab [...]
new f9db108 PR c++/65195 PR c++/66619 * semantics.c (finish_id_express [...]
new d73bd5d PR c++/66260 PR c++/66596 PR c++/66649 PR c++/66923 * pt [...]
new 24d8b09 fix ChangeLog
The 5 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 | 23 ++++++++++++++++++++
gcc/cp/cp-tree.h | 3 ++-
gcc/cp/pt.c | 36 +++++++++++++++++++++++++++++---
gcc/cp/semantics.c | 1 +
gcc/testsuite/g++.dg/cpp1y/var-templ32.C | 7 +++++++
gcc/testsuite/g++.dg/cpp1y/var-templ33.C | 20 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ35.C | 5 +++++
gcc/testsuite/g++.dg/cpp1y/var-templ36.C | 15 +++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ37.C | 23 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ38.C | 9 ++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ39.C | 16 ++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ40.C | 9 ++++++++
12 files changed, 163 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ32.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ33.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ35.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ36.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ37.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ38.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ39.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ40.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 hjl/67029/master
in repository gcc.
at dccf9c4 Add preferred_alternatives to recog_data_d
This branch includes the following new commits:
new dccf9c4 Add preferred_alternatives to recog_data_d
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 trunk
in repository gcc.
from 1d2e1e3 Daily bump.
new 2ec3c1d * decl.c (cp_finish_decl): Tidy. * typeck.c (finish_class_m [...]
new 95b8e9e * pt.c (determine_specialization): Print candidates after 'n [...]
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/cp/ChangeLog | 12 +++++
gcc/cp/decl.c | 3 +-
gcc/cp/pt.c | 9 ++--
gcc/cp/semantics.c | 94 ++++++----------------------------
gcc/cp/typeck.c | 7 +--
gcc/testsuite/g++.dg/template/spec39.C | 3 ++
6 files changed, 39 insertions(+), 89 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/spec39.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 1d2e1e3 Daily bump.
new 2ec3c1d * decl.c (cp_finish_decl): Tidy. * typeck.c (finish_class_m [...]
new 95b8e9e * pt.c (determine_specialization): Print candidates after 'n [...]
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/cp/ChangeLog | 12 +++++
gcc/cp/decl.c | 3 +-
gcc/cp/pt.c | 9 ++--
gcc/cp/semantics.c | 94 ++++++----------------------------
gcc/cp/typeck.c | 7 +--
gcc/testsuite/g++.dg/template/spec39.C | 3 ++
6 files changed, 39 insertions(+), 89 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/spec39.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 trunk
in repository gcc.
from b02ae56 2015-08-05 Andrew MacLeod <amacleod(a)redhat.com>
new 1d2e1e3 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 trunk
in repository gcc.
from 28c4d97 2015-08-05 Nikolai Bozhenov <n.bozhenov(a)samsung.com>
new b02ae56 2015-08-05 Andrew MacLeod <amacleod(a)redhat.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/coretypes.h | 10 ++++++++++
gcc/flag-types.h | 13 -------------
gcc/tree-core.h | 11 -----------
4 files changed, 16 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.