https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- If -fno-ipa-sra cures this, I wonder if it hasn't started with r221348. Some issues related to that were fixed with r221795, but some clearly haven't - e.g. I believe profiledbootstrap is still broken on arm and today I'm reducing another runtime failure that regressed with r221348 on armv7hl and r221795 doesn't fix that. -fno-ipa-sra cures that as well.