This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7c82dd6c02d4 PR c++/33799 - destroy return value if local cleanup throws. new 69dc042f91c7 PR c++/80265 - constexpr __builtin_mem*. new 8472660b98a3 IPA: Avoid segfault in devirtualization_time_bonus (PR 93223)
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.c | 70 +++++++++++++++++++++++++-- gcc/ipa-cp.c | 2 +- gcc/testsuite/g++.dg/ext/constexpr-builtin1.C | 37 ++++++++++++++ gcc/testsuite/g++.dg/ipa/pr93223.C | 62 ++++++++++++++++++++++++ 4 files changed, 165 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/constexpr-builtin1.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr93223.C