This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 17bccd1d2c0 Fortran: add Fortran 2018 IEEE_{MIN,MAX} functions new 30a8771c0f5 target/109650: Fix wrong code after cc0 -> CCmode transition.
The 1 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-dimode.md | 22 +- gcc/config/avr/avr-passes.def | 20 + gcc/config/avr/avr-protos.h | 6 +- gcc/config/avr/avr.cc | 1002 +++++++++++++------- gcc/config/avr/avr.md | 1035 ++++++++++++--------- gcc/config/avr/constraints.md | 5 + gcc/config/avr/predicates.md | 5 + gcc/testsuite/gcc.target/avr/torture/pr109650-1.c | 63 ++ gcc/testsuite/gcc.target/avr/torture/pr109650-2.c | 79 ++ 9 files changed, 1460 insertions(+), 777 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr109650-1.c create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr109650-2.c