This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32681] ice for legal C code with flags -ffast-math -O3 -ftree-vectorize
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2007 10:00:34 -0000
- Subject: [Bug tree-optimization/32681] ice for legal C code with flags -ffast-math -O3 -ftree-vectorize
- References: <bug-32681-9596@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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