This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 40749db75ca stdbool.h: Update true and false expansions for C2x new 815baade9a0 c++: Diagnose constexpr delete [] new int; and delete new i [...]
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.c | 58 +++++++++++++++++++++++++--- gcc/cp/cp-tree.h | 4 ++ gcc/cp/decl.c | 2 + gcc/testsuite/g++.dg/cpp2a/constexpr-new15.C | 21 ++++++++++ 4 files changed, 80 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new15.C