[Bug tree-optimization/59892] out of bounds array access is misoptimized
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59892 --- Comment #3 from Lukasz Dorau --- (In reply to Markus Trippelsdorf from comment #2) > When v.hosts[0] or v.hosts[1] is NULL the loop is fine, so there is > no reason for a warning. > The testcase is obviously invalid. > But v.hosts[0] and v.hos
[Bug tree-optimization/59892] out of bounds array access is misoptimized
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59892 --- Comment #5 from Lukasz Dorau --- I see. Now I understand. Thanks!