This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 310a70ef6db analyzer: reimplement binding_map using a "spatial" representation new 3ea09e4d432 AVR: target/122220 - Let (int32_t) -0x1p31L return INT32_MIN. new 078208cf15b AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
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.target/avr/pr122220.c | 23 ++++++ gcc/testsuite/gcc.target/avr/pr122222-sitod.c | 60 +++++++++++++++ libgcc/config/avr/libf7/f7-renames.h | 2 - libgcc/config/avr/libf7/f7-wraps.h | 22 +----- libgcc/config/avr/libf7/libf7-asm.sx | 102 +++++++++++++++++++++----- libgcc/config/avr/libf7/libf7-common.mk | 7 +- libgcc/config/avr/libf7/libf7.c | 2 - 7 files changed, 173 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/pr122220.c create mode 100644 gcc/testsuite/gcc.target/avr/pr122222-sitod.c