[Bug rtl-optimization/54936] ICE: in prepare_cmp_insn, at optabs.c:4177 with -fnon-call-exceptions and vector float compare

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Oct 16 11:13:00 GMT 2012


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.



More information about the Gcc-bugs mailing list