This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Debug initial line number
- From: John Parkes <jp012c6013 at blueyonder dot co dot uk>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 10 Jul 2003 17:23:57 +0100
- Subject: Debug initial line number
Hi,
Why are the source file and line number set to zero in final.c
(final_start_function) ?
This leads to a number of gdb regressions. I think the patch concerned is:
* final.c (notice_source_line): Use locators.
(final_start_function): Set initial source file and line.
(final_scan_insn): Use locators.
thanks,
John Parkes