------- Comment #4 from rguenth at gcc dot gnu dot org 2010-09-19 09:40 ------- (In reply to comment #3) > gimple_bb (stmt) returns NULL for that statement (D.1575_33 = __builtin_pow > (D.1542_14, D.1574_32)). > > We can avoid vectorization in such cases, but looks like it should be fixed to > return the actual basic block.
If it returns NULL then that stmt was not properly inserted into the insn stream (or removed). > Ira > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45714