http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54936
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-10-16 Ever Confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2012-10-16 11:13:25 UTC --- Hm, I think this is a general and/or target issue. We treat vector compares as possibly trapping (similar to scalar fp compares). What is new since 4.7 is that we can produce vector compares that may throw at the gimple level. The vectorizer will not create them and intrinsics are not marked as possibly throwing.