This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a15cd3396a c++: properly initialize UBSAN built-ins new 6e4d5300c1f c++: -Waddress and value-dependent expr [PR105885] new 124a9e08b7a c++: -Waddress and if constexpr [PR94554]
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/pt.cc | 44 +++++++++++++++++++++-------- gcc/cp/semantics.cc | 10 +++++-- gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C | 21 ++++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C | 16 +++++++++++ 4 files changed, 77 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C