https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012

--- Comment #18 from Nick Clifton <nickc at redhat dot com> ---
Hi Bernd,

> I am still unsure, if we shouldn't also do something like this,
> to prevent any remaining possibility for a further regression:

> +  /* Don't change the frame info after reload completed.  */
> +  if (reload_completed)
> +    return;

Actually that might not be a bad idea.  Or maybe, to be even more paranoid, we
should check that a post-reload frame computation matches the last pre-reload
frame computation.  Hmm, maybe that is going to far.

Anyway I like your patch idea, but I cannot approve it.  Maybe the MIPS
maintainers will like it...

Cheers
   Nick

Reply via email to