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/18373] New: Array of double precision complex numbers


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

            Bug ID: 18373
           Summary: Array of double precision complex numbers
           Product: gdb
           Version: 4.8
            Status: NEW
          Severity: normal
          Priority: P2
         Component: fortran
          Assignee: unassigned at sourceware dot org
          Reporter: alexBBalex at live dot com
  Target Milestone: ---

I have Ubuntu 14.04 and Gfortran 4.8. In a program I have a few double complex
arrays (complex double precision). When I try to print elements/members with
gdb print command I get many bizarre values: NaN, 123.e-314, etc. I know the
values are all zeroes (CMPLX(0.0D0,0.0D0)) and when I insert a write (6,*)
command I get correct numbers (all zeroes).

Thanks, - Alex

-- 
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]