https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95336
--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> --- (In reply to Erick Ochoa from comment #0) [...] > I did a bisection from > > commit f47f687a97260b1a1305cbf2d7ee3d74b2916a74 > Author: Richard Biener <rguent...@suse.de> > Date: Thu Apr 25 17:58:56 2019 +0000 > > to: > > commit 4945b4c2c8628bdd61b348ea5bd1f9b72537a36e (HEAD) > Author: Martin Liska <mli...@suse.cz> > Date: Tue May 26 09:01:41 2020 +0200 > > and I found that the following commit may have introduced the error: > > commit ff6686d2e5f797d6c6a36ad14a7084bc1dc350e4 > Author: Martin Jambor <mjam...@suse.cz> > Date: Fri Sep 20 00:25:04 2019 +0200 > Can you please try the previous revision (6889a3acfee) but with option -fno-ipa-sra ? If it fails, it means that the previous implementation of IPA-SRA hid some other error (we have already had an aliasing bug like that) - in that case it would be great if you could bisect again, this time with this option.