[Bug tree-optimization/57723] Missed optimization: recursion around empty function

petschy at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Jun 26 11:12:00 GMT 2013


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

--- Comment #4 from petschy at gmail dot com ---
Ooops, the test case won't perform the freeing completely, since the recursive
call is not inside the 'down' traversal loop, so only the first node on the
given level would be recursively freed, but this doesn't affect the missed
optimization.



More information about the Gcc-bugs mailing list