This is the mail archive of the gcc-patches@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]

Re: Don't set DECL_IGNORED_P on a cdtor function


On Fri, Oct 05, 2007 at 03:52:38PM +0100, Andrew Haley wrote:
>  > I'm just going by what Geoff said:
>  > 
>  >   DECL_IGNORED_P means that there's no DWARF frame information
> 
> I'm getting confused here.  I can understand that DECL_IGNORED_P
> prevents the emission of debugging frame information, but I assume
> that it doesn't prevent the emission of unwinder frame information.

There's two sets of frame information on targets which use DWARF-2
for exception handling: .debug_frame and .eh_frame.  I don't think
DECL_IGNORED_P should suppress either.

-- 
Daniel Jacobowitz
CodeSourcery


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