------- Comment #3 from jakub at gcc dot gnu dot org  2006-01-04 09:14 -------
Subject: Bug 25562

Author: jakub
Date: Wed Jan  4 09:13:56 2006
New Revision: 109319

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109319
Log:
        PR debug/25562
        * function.c (instantiate_expr): New function.
        (instantiate_decls_1, instantiate_decls): If DECL_HAS_VALUE_EXPR_P,
        walk its DECL_VALUE_EXPR with instantiate_expr.

        * dwarf2out.c (loc_descriptor_from_tree_1): Don't add
        DW_OP_deref{,_size} if address isn't going to be added.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/dwarf2out.c
    branches/gcc-4_1-branch/gcc/function.c


-- 


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


Reply via email to