This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76be18f4429 x86-64: Use R10 and R11 for profiling large model with PIC new 98a1fb705ea c++: Fix access checking of scoped non-static member [PR98515] new bb1f0b50abb c++: ICE with constexpr call that returns a PMF [PR98551]
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.c | 2 +- gcc/cp/semantics.c | 20 +++++++++++++++----- gcc/testsuite/g++.dg/cpp0x/constexpr-pmf2.C | 9 +++++++++ gcc/testsuite/g++.dg/template/access32.C | 8 ++++++++ gcc/testsuite/g++.dg/template/access33.C | 9 +++++++++ 5 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-pmf2.C create mode 100644 gcc/testsuite/g++.dg/template/access32.C create mode 100644 gcc/testsuite/g++.dg/template/access33.C