https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63915
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code Status|UNCONFIRMED |NEW Last reconfirmed| |2014-11-17 CC| |jakub at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Confirmed. Looks like the vectorizer fails to remove EH side-effects or we fail to mark the OMP simd functions as nothrow. Jakub?