This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b05b529125f rs6000: Load high and low part of 64bit constant independently new 7f4840ddef9 c++: potentiality of templated memfn call [PR109480] new 681ba2f7681 c++: non-dep init folding and access checking [PR109480]
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/constexpr.cc | 32 +++++------------------- gcc/cp/semantics.cc | 2 +- gcc/testsuite/g++.dg/cpp0x/noexcept59.C | 2 +- gcc/testsuite/g++.dg/template/non-dependent25.C | 14 +++++++++++ gcc/testsuite/g++.dg/template/non-dependent25a.C | 17 +++++++++++++ 5 files changed, 39 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/non-dependent25.C create mode 100644 gcc/testsuite/g++.dg/template/non-dependent25a.C