public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18644] gdb not handling quad precision variables correctly
2015-07-08 14:52 [Bug fortran/18644] New: gdb not handling quad precision variables correctly bankmann at math dot tu-berlin.de
@ 2015-07-08 14:52 ` bankmann at math dot tu-berlin.de
0 siblings, 0 replies; 2+ messages in thread
From: bankmann at math dot tu-berlin.de @ 2015-07-08 14:52 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18644
bankmann at math dot tu-berlin.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bankmann at math dot tu-berlin.de
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug fortran/18644] New: gdb not handling quad precision variables correctly
@ 2015-07-08 14:52 bankmann at math dot tu-berlin.de
2015-07-08 14:52 ` [Bug fortran/18644] " bankmann at math dot tu-berlin.de
0 siblings, 1 reply; 2+ messages in thread
From: bankmann at math dot tu-berlin.de @ 2015-07-08 14:52 UTC (permalink / raw)
To: gdb-prs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-08 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-08 14:52 [Bug fortran/18644] New: gdb not handling quad precision variables correctly bankmann at math dot tu-berlin.de
2015-07-08 14:52 ` [Bug fortran/18644] " bankmann at math dot tu-berlin.de
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).