[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target
nickc at redhat dot com
gcc-bugzilla@gcc.gnu.org
Fri Jan 22 11:49:00 GMT 2016
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
More information about the Gcc-bugs
mailing list