https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61245
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-valid-code |missed-optimization --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Do we get a warning now instead of an internal compiler error: t6.cc:34:17: warning: ignoring loop annotation 34 | for (auto i=0U; i<soa.size(); ++i) | ^