This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1422c2e4462 PR fortran/95053 - ICE in gfc_divide(): Bad basic type new f981395c220 c++: Use of 'this' in parameter declaration [PR90748] new 42e9f80bf4f c++: Better diagnostic in converted const 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/cp/ChangeLog | 16 ++++++ gcc/cp/call.c | 41 +++++++++------ gcc/cp/parser.c | 87 +++++++++++++------------------ gcc/testsuite/g++.dg/cpp0x/noexcept30.C | 2 +- gcc/testsuite/g++.dg/cpp0x/noexcept58.C | 9 ++++ gcc/testsuite/g++.dg/cpp0x/noexcept59.C | 10 ++++ gcc/testsuite/g++.dg/template/crash87.C | 2 +- gcc/testsuite/g++.dg/template/nontype13.C | 2 +- 8 files changed, 98 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept58.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept59.C