This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
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~