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 6ae5912fe01 Daily bump. new 8bae2c531d2 c++: no_unique_address and constexpr [PR112439] new 69f04177fed c++: variable template array of unknown bound [PR113638]
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 | 1 + gcc/cp/cp-tree.h | 2 +- gcc/cp/pt.cc | 7 +++++++ gcc/testsuite/g++.dg/cpp1y/var-templ-array1.C | 7 +++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address15.C | 19 +++++++++++++++++++ 5 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ-array1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address15.C