This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f7c41c572bb libstdc++: Reorder constructors in <sstream> new a210d404d08 c++: Add 5 unfixed tests. new 8c0c83feb04 c++: Improve static_assert diagnostic [PR97518]
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/cp-tree.h | 2 +- gcc/cp/parser.c | 3 +- gcc/cp/pt.c | 6 +- gcc/cp/semantics.c | 73 ++++++++++++++++++++---- gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C | 37 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/vt-88982.C | 14 +++++ gcc/testsuite/g++.dg/cpp1z/class-deduction76.C | 25 ++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C | 13 +++++ gcc/testsuite/g++.dg/cpp2a/nontype-class39.C | 12 ++++ gcc/testsuite/g++.dg/diagnostic/pr87386.C | 2 +- gcc/testsuite/g++.dg/diagnostic/static_assert1.C | 30 ++++++++++ gcc/testsuite/g++.dg/diagnostic/static_assert2.C | 68 ++++++++++++++++++++++ libcc1/libcp1plugin.cc | 2 +- 13 files changed, 268 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/vt-88982.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction76.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class39.C create mode 100644 gcc/testsuite/g++.dg/diagnostic/static_assert1.C create mode 100644 gcc/testsuite/g++.dg/diagnostic/static_assert2.C