Re: [Patch, AVR]: PR42240 - Fix epilogue of naked functions

2011-03-04 Thread Georg-Johann Lay
Weddington, Eric schrieb: > >> -Original Message- From: Georg-Johann Lay >> [mailto:a...@gjlay.de] Sent: Thursday, March 03, 2011 11:01 AM To: >> Denis Chertykov Cc: gcc-patches@gcc.gnu.org; Anatoly Sokolov; >> Weddington, Eric Subject: Re: [Patch, AVR]: PR42240

RE: [Patch, AVR]: PR42240 - Fix epilogue of naked functions

2011-03-03 Thread Weddington, Eric
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Thursday, March 03, 2011 11:01 AM > To: Denis Chertykov > Cc: gcc-patches@gcc.gnu.org; Anatoly Sokolov; Weddington, Eric > Subject: Re: [Patch, AVR]: PR42240 - Fix epilogue of naked func

Re: [Patch, AVR]: PR42240 - Fix epilogue of naked functions

2011-03-03 Thread Georg-Johann Lay
Denis Chertykov schrieb: Denis. This are backports to 4.3, 4.4, 4.5 branch, respectively (branches/gcc-4_*-branch/) Why you want to backport so deep ? IMHO trunk and 4.5 is enough. Applied to 4.5 Denis. I don't know what the policy concerning the depth of backporting bugfixes actually is

Re: [Patch, AVR]: PR42240 - Fix epilogue of naked functions

2011-03-03 Thread Denis Chertykov
>> Denis. > > This are backports to 4.3, 4.4, 4.5 branch, respectively > (branches/gcc-4_*-branch/) Why you want to backport so deep ? IMHO trunk and 4.5 is enough. Applied to 4.5 Denis.

Re: [Patch, AVR]: PR42240 - Fix epilogue of naked functions

2011-03-03 Thread Georg-Johann Lay
Denis Chertykov schrieb: > 2011/2/26 Georg-Johann Lay : >> Georg-Johann Lay schrieb: >> >> http://gcc.gnu.org/ml/gcc-patches/2011-02/msg01441.html >> >>> The patch implements target hook TARGET_CANNOT_MODIFY_JUMPS_P in order >>> to inhibit post-reload bb reorder for naked functions. >>> >>> It's ba