This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/20256] Perfect nest transformation not conservative enough


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-10 21:18 -------
On the mainline we get a different ICE:
t.c: In function 'do_mid_forward':
t.c:5: internal compiler error: tree check: expected integer_cst, have scev_not_known in int_cst_value, at 
tree.c:6342
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Comes from:
2186            step = evolution_part_in_loop_num (access_fn, loop->num);
2187          if ((step && int_cst_value (step) == xstep)
2188              || USE_FROM_PTR (use_p) == x)

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20256


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]