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/55111] [4.8 Regression] ICE: tree check: expected ssa_name, have integer_cst in live_on_edge, at tree-vrp.c:89


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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2012-10-30 10:27:51 UTC ---
We have an unfolded stmt:

(gdb) call debug_gimple_stmt (def_stmt)
pretmp_36 = (long int) 18446744073709551615;

I have a patch.


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