This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 01dc3c4 PR target/70062 * config/i386/i386.c (decide_alg): Add RECU [...] new 2631cb6 Fix constexpr handling of SAVE_EXPR in loops. new f894a05 PR c++/67364 new e968ff6 PR c++/70035 * cp-tree.h (cp_ubsan_maybe_initialize_vtbl_pt [...] new ea9edfee * decl.c (start_preparsed_function): Don't emit start clobbe [...] new 943e339 Sync include/plugin-api.h with binutils.
The 5 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/ChangeLog | 20 +++++++++++ gcc/cp/constexpr.c | 38 ++++++++++++++++---- gcc/cp/cp-tree.h | 1 + gcc/cp/cp-ubsan.c | 52 +++++++++++++++++++++++++++ gcc/cp/decl.c | 8 +++++ gcc/testsuite/ChangeLog | 3 ++ gcc/testsuite/g++.dg/cpp1y/constexpr-empty2.C | 27 ++++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-loop3.C | 23 ++++++++++++ gcc/testsuite/g++.dg/ubsan/pr70035.C | 26 ++++++++++++++ include/ChangeLog | 15 ++++++++ include/plugin-api.h | 29 +++++++++++++-- 11 files changed, 233 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-empty2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop3.C create mode 100644 gcc/testsuite/g++.dg/ubsan/pr70035.C