This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from c48f10004eb Daily bump. new ad42219766d c++: Fix reference NTTP binding to noexcept fn [PR97420] new 8c12c47d0c5 c++: bogus warning with value init of const pmf [PR92752]
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/cvt.c | 36 ++++++++---------------- gcc/cp/pt.c | 5 +++- gcc/cp/typeck.c | 4 ++- gcc/testsuite/g++.dg/cpp0x/noexcept68.C | 8 ++++++ gcc/testsuite/g++.dg/warn/Wignored-qualifiers2.C | 17 +++++++++++ 5 files changed, 43 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept68.C create mode 100644 gcc/testsuite/g++.dg/warn/Wignored-qualifiers2.C