This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e0701f8f7b6 RISC-V: Cleanup the comments for the psabi new 0b786ff38ab c++: variable template array of unknown bound [PR113638] new f4998609908 c++: no_unique_address and constexpr [PR112439]
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 | 13 ++++++++++--- gcc/testsuite/g++.dg/cpp1y/var-templ-array1.C | 7 +++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address15.C | 19 +++++++++++++++++++ 5 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ-array1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address15.C