This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47ea6bddd15 Give fast DCE a separate dirty flag new 25127123100 ivopts: fix wide_int_constant_multiple_p when VAL and DIV a [...] new 735edbf1e24 ivopts: replace constant_multiple_of with aff_combination_c [...] new e9fb6efa1cf AVR: target/98762 - Handle partial clobber in movqi output.
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/config/avr/avr.cc | 27 +++++++++-- gcc/testsuite/gcc.target/avr/torture/pr98762.c | 19 ++++++++ gcc/tree-affine.cc | 13 +++-- gcc/tree-ssa-loop-ivopts.cc | 66 ++++---------------------- 4 files changed, 57 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr98762.c