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


Wow, thanks... I'd been meaning to look at this in a spare moment that
never came.

On Tue, 14 Oct 2003, Richard Henderson wrote:
> I'm having issues with the version of dejagnu installed on the
> machine and the gdb testsuite; about half the testsuite runs,
> and then I get some tcl error and it stops.  Dunno how much in
> the way of java testing there is in there anyway...

Java and gdb don't work very well together, I'm afraid.

> +  /* Make sure input_location isn't set to something wierd.  */

Nit: "weird"

> +  /* 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.

Jeff


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