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: [tree-ssa] fix java debug line numbers


On Tue, Oct 14, 2003 at 01:07:01PM -0400, Jeff Sturm wrote:
> > +  /* Store the end of the function, so that we get good line number
> > +     info for the epilogue.  */
> > +  if (DECL_SAVED_INSNS (fndecl))
> > +    cfun = DECL_SAVED_INSNS (fndecl);
> > +  else
> > +    allocate_struct_function (fndecl);
> 
> Can DECL_SAVED_INSNS ever be non-NULL here?  The fn hasn't begun to expand
> yet.

I don't know.  Perhaps not...


r~


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