[Bug tree-optimization/32230] [4.3 Regression] Segfault in set_bb_for_stmt with -O -ftree-vectorize
irar at il dot ibm dot com
gcc-bugzilla@gcc.gnu.org
Thu Jun 28 12:38:00 GMT 2007
------- Comment #10 from irar at il dot ibm dot com 2007-06-28 12:38 -------
(In reply to comment #9)
>> I suppose all INTEGER_CST bases should be rejected.
> Richard.
Right. The value actually doesn't matter since the constant part is split to
the init part in (tree-data-ref.c:656):
split_constant_offset (base_iv.base, &base_iv.base, &dinit);
I only don't know where it is better to fail - in dr analysis on in the
vectorizer.
Thanks,
Ira
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32230
More information about the Gcc-bugs
mailing list