Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 1997 18:57:18 -0800
From:      Mika Nystrom <mika@cs.caltech.edu>
To:        FreeBSD-gnats@freebsd.org, freebsd-bugs@freebsd.org
Subject:   Re: bin/5046: gdb doesn't understand exponential notation 
Message-ID:  <199711150257.SAA27619@varese.cs.caltech.edu>
In-Reply-To: Your message of "Fri, 14 Nov 1997 18:40:01 PST." <199711150240.SAA23721@hub.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
It actually doesn't understand floating point numbers at all.

GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc.
(gdb) print 2.2
$1 = 0
(gdb) print 2.2+100
$2 = 100




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711150257.SAA27619>