[Bug tree-optimization/32681] ice for legal C code with flags -ffast-math -O3 -ftree-vectorize
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jul 9 10:00:00 GMT 2007
------- Comment #3 from rguenth at gcc dot gnu dot org 2007-07-09 10:00 -------
It builds a TRUTH_AND_EXPR with second operand NULL_TREE ... in
#1 0x00000000008a3d96 in find_phi_replacement_condition (loop=0x2ac838a04320,
bb=0x2ac8389a7480, cond=0x7fff72b2f308, bsi=0x7fff72b2f2f0)
at /space/rguenther/src/svn/pointer_plus/gcc/tree-if-conv.c:753
753 *cond = build2 (TRUTH_AND_EXPR, boolean_type_node,
754 *cond, first_edge->aux);
where first_edge->aux is NULL.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32681
More information about the Gcc-bugs
mailing list