This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/43540] ICE: vector VEC(dw_cfi_ref,heap) grow domain error, in output_cfis at dwarf2out.c:3346 or OOM-killed



------- Comment #9 from jakub at gcc dot gnu dot org  2010-03-26 20:54 -------
Subject: Bug 43540

Author: jakub
Date: Fri Mar 26 20:53:58 2010
New Revision: 157762

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157762
Log:
        PR debug/43540
        * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
        into first operand and location into second.
        (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
        dw_cfi_oprnd_loc for DW_CFA_expression.
        (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
        (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
        assume first argument is regnum and second argument is location.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]