This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM patch: Fix PR 40657


On Fri, 2010-03-26 at 23:24 +0100, Bernd Schmidt wrote:
> This patch solves PR 40657, which requests the following size optimization:
> 
>  find_base_decl:
> -       push    {r4, r5, r6, lr}
> -       sub     sp, sp, #8
> +       push    {r0, r1, r4, r5, r6, lr}
> 
> Except for one special case, this is enabled only for -Os, where it
> triggers quite often.  Tested on arm-eabi{,mthumb}.  Ok for 4.6?

OK

R


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]