This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ede5f5224d5 x86: Use x constraint on KL patterns new 04f19580e8d c++: ICE when building builtin operator->* set [PR103455] new ff465bd8a0f c++: diagnosing if-stmt with non-constant branches [PR105050]
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/call.cc | 2 +- gcc/cp/constexpr.cc | 7 ++++++- gcc/testsuite/g++.dg/cpp1y/constexpr-105050.C | 12 ++++++++++++ gcc/testsuite/g++.dg/overload/builtin6.C | 14 ++++++++++++++ 4 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-105050.C create mode 100644 gcc/testsuite/g++.dg/overload/builtin6.C