This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9b53daae181 runtime: call execname and getpagesize on Solaris new f409a882755 PR c++/89532 - ICE with incomplete type in decltype. * se [...] new ae8e3cb6d5d PR c++/89537 - missing location for error with non-static [...]
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 | 10 +++++++ gcc/cp/call.c | 2 +- gcc/cp/semantics.c | 3 +++ gcc/cp/typeck.c | 3 ++- gcc/testsuite/ChangeLog | 8 ++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class14.C | 10 +++++++ gcc/testsuite/g++.dg/diagnostic/member-fn-1.C | 38 +++++++++++++++++++++++++++ 7 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class14.C create mode 100644 gcc/testsuite/g++.dg/diagnostic/member-fn-1.C