Possible bug in tree-vrp.c:vrp_visit_phi_node

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Mon Sep 5 21:35:00 GMT 2005


Suppose lhs_vr is [64,64] and vr_result is ~[0,0].  It would seem
that the code near the end of this function will malfunction.

Shouldn't the test be that both lhs_vr *and* vr_result are VR_RANGE?

This is causing an ACATS failure in c45651a and possibly others.



More information about the Gcc mailing list