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/9395] cannot access allocatable array in fortran90


https://sourceware.org/bugzilla/show_bug.cgi?id=9395

Bernhard Heckel <bernhard.heckel at intel dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |UNCONFIRMED
                 CC|                            |bernhard.heckel at intel dot com
     Ever confirmed|1                           |0

--- Comment #20 from Bernhard Heckel <bernhard.heckel at intel dot com> ---
Works for me: GDB 7.11, Gfortran 4.8.3, Red Hat 7.1

26      end program ex
(gdb) p tab
$1 = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
(gdb) p tab2
$2 = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
(gdb) p tab(2)
$3 = 2
(gdb) p tab2(2)
$4 = 2
(gdb)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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