This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cb658a2 PR c++/56701 - wrong type of &*this new 8f1baf0 MIPS: Skip gcc.dg/loop-8.c due to additional invariants new 594cc00 PR c++/72849 - ICE with incomplete class. new 6723abf5 PR tree-optimization/72772 * tree-ssa-loop-niter.h (simplif [...]
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/ChangeLog | 14 ++++++++++ gcc/cp/ChangeLog | 5 ++++ gcc/cp/class.c | 2 +- gcc/cp/constexpr.c | 3 ++- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/g++.dg/template/incomplete7.C | 4 +++ gcc/testsuite/gcc.dg/loop-8.c | 2 +- gcc/tree-scalar-evolution.c | 5 ++-- gcc/tree-ssa-loop-niter.c | 42 ++++++++++++++--------------- gcc/tree-ssa-loop-niter.h | 3 +-- 10 files changed, 56 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/incomplete7.C