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/18644] New: gdb not handling quad precision variables correctly


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

            Bug ID: 18644
           Summary: gdb not handling quad precision variables correctly
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: fortran
          Assignee: unassigned at sourceware dot org
          Reporter: bankmann at math dot tu-berlin.de
  Target Milestone: ---

Quad precision variables are not shown correctly by gdb.

See for instance

      program test
      REAL(KIND=16) T

      T= 2000_16

      write(*,*) T
      end

which correctly states

T = 2000.000000000000,

but running with gdb gives 
(gdb) p T
$4 = 0

Might be related to https://sourceware.org/bugzilla/show_bug.cgi?id=14857 for
C.

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