This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 417b4cc9bf2 c++: Add __builtin_operator_{new,delete} support new f32e7339871 c++: Fix another crash with invalid new operators [PR117463]
The 1 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 | 13 +------------ gcc/cp/cp-tree.h | 1 + gcc/cp/init.cc | 6 ++++-- gcc/testsuite/g++.dg/init/new54.C | 14 ++++++++++++++ 4 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/new54.C