This is the mail archive of the gdb@sources.redhat.com 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]

Re: misrepresentation of complex numbers


Thanks.  If you haven't already, could you please create a bug report of 
this.  See http://sources.redhat.com/gdb/bugs/

Andrew

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]