This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/77728] [5/6/7/8 Regression] Miscompilation multiple vector iteration on ARM


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

--- Comment #41 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That is true, but we've got only a single bugreport about this since the 5.2
release (21 months), so it doesn't trigger that often.  For static data members
the ABI is self-consistent, for some template types in templates it is indeed
not if the instantiation is different before the instantiation of those
templates.  By changing the ABI now in 5/6 I'm afraid we'd break far more code
than is already broken.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]