>> -Original Message-
>> >> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-
>> >> ow...@gcc.gnu.org] On Behalf Of Sivanupandi, Pitchumani
>> >> Sent: Tuesday, April 21, 2015 8:21 PM
>> >> To: Georg-Johann Lay; Denis Chertykov
>> >
> -Original Message-
> From: Denis Chertykov [mailto:cherty...@gmail.com]
> Sent: Sunday, May 10, 2015 12:55 PM
> To: Sivanupandi, Pitchumani
> Cc: Georg-Johann Lay; GCC Patches
> Subject: Re: [patch, avr] extend part-clobbered check to AVR_TINY
> architecture
>
&
chumani
>> Sent: Tuesday, April 21, 2015 8:21 PM
>> To: Georg-Johann Lay; Denis Chertykov
>> Cc: GCC Patches
>> Subject: [patch, avr] extend part-clobbered check to AVR_TINY architecture
>>
>> Hi,
>>
>> When tried backporting AVR_TINY architecture su
Ping!
> -Original Message-
> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-
> ow...@gcc.gnu.org] On Behalf Of Sivanupandi, Pitchumani
> Sent: Tuesday, April 21, 2015 8:21 PM
> To: Georg-Johann Lay; Denis Chertykov
> Cc: GCC Patches
> Subject: [patch, avr]
Hi,
When tried backporting AVR_TINY architecture support to 4.9, build failed in
libgcc for AVR_TINY.
Failure was due to ICE same as:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53065
Fix provided for that bug checks for if the mode crosses the callee saved
register.
Below patch updates that c