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


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

--- Comment #15 from Mark Schneider <schneidermark at myfairpoint dot net> 2013-02-20 17:46:22 UTC ---
Using GDB 7.4, configured as "i686-pc-mingw32", Windows 7 Professional SP1
64bit, with gfortran 4.8 and Code:Blocks 12.11. When you try to look at an
array that is "allocatable", you are provided with nonsense, and you don't even
get the right amount of nonsense. However, if you change from allocatable to a
fixed size array everything displays correctly, including size (see attached
simple allocatable array example. As noted previously, every IDE I have tried
that uses the gnu tools has this problem.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]