From: "Arthur H. Edwards,1,505-853-6042,505-256-0834" <edwards@icantbelieveimdoingthis.com>
To: gdb@sources.redhat.com, edwards@icantbelieveimdoingthis.com
Subject: misrepresentation of complex numbers
Date: Wed, 14 Nov 2001 13:45:00 -0000 [thread overview]
Message-ID: <3C02A11A.2040709@icantbelieveimdoingthis.com> (raw)
Message-ID: <20011114134500.csZUKmRxR_jjeKliaZ78xWsTm7OxUoHU-QlV1QqxOic@z> (raw)
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
I attach a very simple code, testc.f that illustrates the bug in dbg.
After compiling with the -g option stop the code at line 7 and issue the
gdb command
print s
gdb will respond with
$1 = (10,10)
issue the cont command and you will see that the number should be
10, 4
Art Edwards
[-- Attachment #2: testc.f --]
[-- Type: text/plain, Size: 144 bytes --]
program t1
implicit real*8(a-h,o-z)
complex*16 s
a = 2*5.0d0
b = 2*2.0d0
s=cmplx(a,b)
write(6,3555) s
3555 format(5x,d20.10)
stop
end
next reply other threads:[~2001-11-26 20:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-26 12:37 Arthur H. Edwards, 1, 505-853-6042, 505-256-0834 [this message]
2001-11-14 13:45 ` Arthur H. Edwards,1,505-853-6042,505-256-0834
2001-12-15 11:03 ` Andrew Cagney
2002-01-08 6:48 ` Petr Sorfa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C02A11A.2040709@icantbelieveimdoingthis.com \
--to=edwards@icantbelieveimdoingthis.com \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox