https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113358
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2024-01-12 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=49761 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- One thing I should note is __restrict__ inside a struct is almost definitely not going to help here. See PR 49761 for that.