This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 java/12059] jcf-dump does not display float constants acurately


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12059


bonniot at users dot sf dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|RESOLVED                    |UNCONFIRMED
           Priority|P2                          |P1
         Resolution|INVALID                     |


------- Additional Comments From bonniot at users dot sf dot net  2003-08-26 00:02 -------
It was unthoughtful for me not to set severity to "enhancement" and priority to
1. Indeed, this is not a bug. I understand that 1.1000000000000000888 is the
same double as 1.1. However, I think it is much nicer to see the later than the
former (formally, nicer actually means shorter). The difference in decimal
representation lead me on a wrong track, when debuging a compiler. So it does
make a difference.
javap and dis both use the expected representation.

So I hope you won't mind that I reopen the report, now with low severity and
priority.


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