This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/35615] Debug information for .debug_loc section incorrect
- From: "deuling at de dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Mar 2008 13:01:36 -0000
- Subject: [Bug debug/35615] Debug information for .debug_loc section incorrect
- References: <bug-35615-15932@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from deuling at de dot ibm dot com 2008-03-20 13:01 -------
The error disappeared :-) I neither changed the compiler nor anything else in
the setup. I just rebuild neg_array and the error is gone.
(gdb) br MAIN__
Breakpoint 1 at 0x80485bd: file neg_array.F, line 1.
(gdb)
I also have a different Directory Table now. With gfortran 4.1.2 the value
"fortran" was seen in Directory Table ?!? (see comment #6)
The Directory Table:
../../../gcc-4.3.0/libgfortran
/home/deuling/gcc/gcc-4.3.0-build/./gcc/include
The File Name Table:
Entry Dir Time Size Name
1 1 0 0 fmain.c
2 1 0 0 libgfortran.h
3 2 0 0 stddef.h
This looks correct to me now. I have no idea what was the cause of that
errors.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35615