This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d373b606b7f PR libstdc++/89416 fix __is_move_insertable trait new 02d7a1324f6 PR c++/89285 * builtins.c (fold_builtin_arith_overflow): [...]
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/ChangeLog | 7 + gcc/builtins.c | 40 ++-- gcc/cp/ChangeLog | 29 +++ gcc/cp/constexpr.c | 216 +++++++++++++++++---- gcc/cp/lambda.c | 3 +- gcc/testsuite/ChangeLog | 13 ++ .../g++.dg/cpp0x/constexpr-arith-overflow.C | 6 + .../g++.dg/cpp0x/constexpr-arith-overflow2.C | 31 +++ gcc/testsuite/g++.dg/cpp1y/constexpr-70265-2.C | 4 +- gcc/testsuite/g++.dg/cpp1y/constexpr-84192.C | 2 +- gcc/testsuite/g++.dg/cpp1y/constexpr-89285.C | 20 ++ gcc/testsuite/g++.dg/ubsan/vptr-4.C | 13 +- 12 files changed, 321 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-arith-overflow2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89285.C