------- Comment #3 from jakub at gcc dot gnu dot org  2010-03-11 13:02 -------
Wonder why we do
548    VEC_safe_push (tree, gc, *nonlocalized_list, origin_var);
instead of
548    VEC_safe_push (tree, gc, *nonlocalized_list, old_var);
The latter perhaps would need some adjustments in dwarf2out.c, but would allow
it to find the location.


-- 


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

Reply via email to