[Bug middle-end/16585] current_function_has_computed_jump incorrectly changed in make_edges

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Oct 25 16:34:00 GMT 2004


------- Additional Comments From steven at gcc dot gnu dot org  2004-10-25 16:34 -------
I think the brute-force approach of just updating 
current_function_has_computed_jump in a FOR_EACH_BB loop 
after calling make_edges is a "good enough" fix for this 
problem.  We can figure out if we have computed jumps at 
the tree level and keep it updated from there on. 
 
I'm testing a patch to do exactly this. 
 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-10-25 16:32:16         |2004-10-25 16:34:05
               date|                            |


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



More information about the Gcc-bugs mailing list