------- Comment #3 from mikael at gcc dot gnu dot org 2008-12-30 15:02 ------- At revision 142760, there is no temporary, so there is no bug. That's something I missed in my patch, that's true. The bug is still there however. Change this: call tq_tvgh (var_f% av (k_lev:,1), p(k_lev:)) to this: call tq_tvgh (var_f% av (k_lev:,1), (p(k_lev:)))
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38669