| Submitter | Tristan Gingold |
|---|---|
| Date | Dec. 13, 2011, 1:40 p.m. |
| Message ID | <9C76E78B-829D-4B05-9A01-25A71BA6BBAE@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/131090/ |
| State | New |
| Headers | show |
Comments
Patch
Index: final.c =================================================================== --- final.c (revision 182280) +++ final.c (working copy) @@ -1973,7 +1973,8 @@ break; case NOTE_INSN_EPILOGUE_BEG: - (*debug_hooks->begin_epilogue) (last_linenum, last_filename); + if (!DECL_IGNORED_P (current_function_decl)) + (*debug_hooks->begin_epilogue) (last_linenum, last_filename); targetm.asm_out.function_begin_epilogue (file); break;