This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d82022bfd1 c++, debug: Fix up locus of DW_TAG_imported_module [PR108716] new 20bd258d0fa analyzer: fix uninit false +ves reading from DECL_HARD_REGI [...] new cbaa1d9c218 c++: constant non-copy-init is manifestly constant [PR108243] new 5425159d176 c++: more mce_false folding from cp_fully_fold_init [PR108243]
The 3 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/analyzer/region-model.cc | 9 +- gcc/cp/constexpr.cc | 2 + gcc/cp/cp-gimplify.cc | 19 ++- .../g++.dg/cpp2a/is-constant-evaluated14.C | 140 +++++++++++++++++++++ gcc/testsuite/g++.dg/opt/is_constant_evaluated3.C | 23 ++++ .../gcc.dg/analyzer/uninit-pr108968-register.c | 9 ++ 6 files changed, 196 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated14.C create mode 100644 gcc/testsuite/g++.dg/opt/is_constant_evaluated3.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/uninit-pr108968-register.c