This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bc97874bec8 bitint: Allow unused bits when testing extended _BitInt ABIs new afafae09723 tree-optimization/121370 - avoid UB in building a CHREC new 5d55cd95e2b tree-optimization/121382 - avoid UB in IVOPTs inserted step [...]
The 2 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/pr121370.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr121382.c | 23 +++++++++++++++++++++++ gcc/tree-scalar-evolution.cc | 11 +++++++++++ gcc/tree-ssa-loop-ivopts.cc | 20 +++++++++++++++++++- 4 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr121370.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr121382.c