This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5623a8f Daily bump.
new eaaf539 DR 1518 DR 1630 PR c++/54835 PR c++/60417 * call.c (conv [...]
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/call.c | 41 +++++++++++++++++++++------------
gcc/testsuite/g++.dg/cpp0x/explicit10.C | 40 ++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist40.C | 2 +-
gcc/testsuite/g++.dg/init/explicit1.C | 3 ++-
gcc/testsuite/g++.dg/init/explicit2.C | 3 ++-
6 files changed, 78 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/explicit10.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-5-branch
in repository gcc.
from 1dbfe44 Daily bump.
new 86e064a 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 4c3bebb Daily bump.
new c7b110f 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 5e98110 PR ipa/pr67600 * ipa-polymorphic-call.c (ipa_polymorphic_c [...]
new 5623a8f 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 7d5b194 * fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.
new 5e98110 PR ipa/pr67600 * ipa-polymorphic-call.c (ipa_polymorphic_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/ChangeLog | 8 +
gcc/ipa-polymorphic-call.c | 16 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/torture/pr67600.C | 27908 +++++++++++++++++++++++++++++++
4 files changed, 27931 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr67600.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 4e9e79a * config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa [...]
new 45e9a90 This patch fixes a compile-time regression that was originall [...]
new 7d5b194 * fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.
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 | 10 ++++++++++
gcc/fold-const.c | 1 +
gcc/tree.c | 2 +-
3 files changed, 12 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 158d21f gcc/
new 4e9e79a * config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa [...]
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 | 5 +++++
gcc/config.gcc | 2 ++
2 files changed, 7 insertions(+)
--
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 6cded08 PR c++/67813 * constexpr.c (cxx_eval_store_expression): Alw [...]
new 0ccdd20 [PATCH] Call flush_ssaname_freelist more often * passe [...]
new 1375e42 [PATCH 4/9] ENABLE_CHECKING refactoring: Fortran
new 70e262d gcc/
new 158d21f gcc/
The 4 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 | 19 +++++++++++++++++++
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/trans-common.c | 15 +++++++--------
gcc/fortran/trans.c | 6 ++----
gcc/passes.c | 13 +++++--------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/pr68062.C | 13 +++++++++++++
gcc/tree-ssanames.c | 7 ++-----
gcc/tree-vect-generic.c | 5 +++--
9 files changed, 60 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr68062.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 e5b0ce4 [rs6000] Enable secureplt by default on musl
new 6cded08 PR c++/67813 * constexpr.c (cxx_eval_store_expression): Alw [...]
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/constexpr.c | 9 ++++++---
gcc/testsuite/g++.dg/cpp1y/constexpr-copy1.C | 25 +++++++++++++++++++++++++
3 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-copy1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.