This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 4f8d84955dd PR modula2/110779 SysClock can not read the clock new 2c6e76ff039 c++: passing partially inst tmpl as ttp [PR110566] new 61d24d3f406 c++: constexpr empty subobject elision [PR110197]
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.cc | 23 ++++++++++++++++------- gcc/cp/pt.cc | 12 +++++------- gcc/testsuite/g++.dg/cpp0x/constexpr-empty18.C | 7 +++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-empty19.C | 12 ++++++++++++ gcc/testsuite/g++.dg/template/ttp38.C | 12 ++++++++++++ 5 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-empty18.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-empty19.C create mode 100644 gcc/testsuite/g++.dg/template/ttp38.C