------- Comment #2 from jakub at gcc dot gnu dot org 2009-07-11 17:42 ------- Subject: Bug 40713
Author: jakub Date: Sat Jul 11 17:41:59 2009 New Revision: 149514 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149514 Log: PR debug/40713 * dwarf2out.c (dw_fde_struct): Add in_std_section and cold_in_std_section bits. (dwarf2out_begin_prologue): Initialize them. (dwarf2out_finish): Don't emit FDE range into .debug_ranges if already covered by text_section or cold_text_section range. Modified: trunk/gcc/ChangeLog trunk/gcc/dwarf2out.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40713