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 target/59763] ICE in dwarf2out_frame_debug_expr, at dwarf2cfi.c:1550 with -mno-accumulate-outgoing-args


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

--- Comment #1 from UroÅ Bizjak <ubizjak at gmail dot com> ---
The compilation with -maccumulate-outgoing-args avoids the ICE, although the
resulting asm code touches %ebp in frame-related insn:

#(insn/f 16 20 21 2 (set (reg/f:SI 6 bp)
#        (reg/f:SI 7 sp)) t.c:6 90 {*movsi_internal}
#     (nil))
        movl    %esp, %ebp      # 16    *movsi_internal/1       [length = 2]

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