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 rtl-optimization/36419] [4.3/4.4 Regression] Wrong unwind info with -Os -fasynchronous-unwind-tables



------- Comment #14 from jakub at gcc dot gnu dot org  2008-07-10 07:40 -------
Subject: Bug 36419

Author: jakub
Date: Thu Jul 10 07:39:54 2008
New Revision: 137689

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137689
Log:
        PR rtl-optimization/36419
        * combine-stack-adj.c (adjust_frame_related_expr): New function.
        (combine_stack_adjustments_for_block): Call it if needed.  Delete
        correct insn.
        * dwarf2out.c (dwarf2out_frame_debug_expr): Adjust
        DW_CFA_GNU_args_size if CSA pass merged some adjustments into
        prologue sp adjustment.

        * g++.dg/eh/async-unwind1.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/eh/async-unwind1.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/combine-stack-adj.c
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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