http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452
--- Comment #22 from Ramana Radhakrishnan <ramana.r at gmail dot com> 2011-09-14 20:26:43 UTC --- On 14 Sep 2011, at 07:48, "ebotcazou at gcc dot gnu.org" <gcc-bugzi...@gcc.gnu.org> wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 > > --- Comment #21 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-09-14 > 06:48:01 UTC --- >> All callee saved registers should never changed after function call. Here fp >> has been changed is not because it is after a function call, it is because it >> is after the target of non local goto. I'm not familiar with the >> implementation >> of non local goto, but I guess there is some convention/protocol defines >> which >> registers may be changed after the target of a non local goto. > > That's not the problem. The problem is that the blockage isn't honored. By ? > > -- > Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You reported the bug.