Re: [Patch,AVR] Fix PR51050: Invalid RTL sharing of fp

2011-12-15 Thread Denis Chertykov
2011/12/15 Georg-Johann Lay : > This is fix for the RP. Is uses (reg:QI 28) instead of building SUBREG of > frame > pointer. > > Johann > >        PR target/51050 >        * config/avr/avr.c (expand_epilogue): Don't build SUBREG of fp. >        (avr_prologue_setup_frame): Ditto. Approved. Denis.

[Patch,AVR] Fix PR51050: Invalid RTL sharing of fp

2011-12-14 Thread Georg-Johann Lay
This is fix for the RP. Is uses (reg:QI 28) instead of building SUBREG of frame pointer. Johann PR target/51050 * config/avr/avr.c (expand_epilogue): Don't build SUBREG of fp. (avr_prologue_setup_frame): Ditto. Index: gcc/config/avr/avr.c ==