This is the mail archive of the gcc@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]

[tree-ssa]: Overlap of variable with same variable?


When I hit the abort, it says there is an overlap between t and var
Except that:

(gdb) p debug_generic_expr (t)
pretmp.389_37
$1 = void
(gdb) p debug_generic_expr (var)
pretmp.389

This is not a possible overlap, they are the same variable.

If it helps, it could be we aren't updating the end of the bb tree properly either , since in this case, pretmp.389_37 is saved only to a statement at the end of a bb, and thus, if end_bb wasn't updated properly, the out-of-ssa dropper would miss it.

Any ideas?

--Dan


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