This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug fortran/9806] does not find local variables of module procedures.


------- Additional Comments From jan dot kratochvil at redhat dot com  2009-02-07 14:41 -------
Post for FSF GDB:
http://sourceware.org/ml/gdb-patches/2009-02/msg00177.html

The testcase from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39073#c2

GNU gdb (GDB) 6.8.50.20090207-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) b 6
Breakpoint 1 at 0x400674: file aaa.f90, line 6.
(gdb) r
Starting program: /tmp/aaa 

Breakpoint 1, a () at aaa.f90:6
6	      if(i == 8) call abort()
Current language:  auto; currently fortran
(gdb) p i
$1 = 1


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1


http://sourceware.org/bugzilla/show_bug.cgi?id=9806

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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