This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c27148f2f40 bitint: Fix tree node sharing bug [PR114209] new 324d2907c86 tree-optimization/114192 - scalar reduction kept live with [...] new cde50296a19 tree-optimization/114203 - wrong CLZ niter computation new dea9ac2a00d libgomp: Use void (*) (void *) rather than void (*)() for h [...]
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/testsuite/gcc.dg/torture/pr114203.c | 21 +++++++++++++++++ gcc/tree-ssa-loop-niter.cc | 7 +++--- gcc/tree-vect-loop.cc | 40 +++++++++++++++++++++------------ libgomp/target.c | 2 +- 4 files changed, 51 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr114203.c