diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-15 17:15:31 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-15 17:15:31 +0000 |
commit | 334371cff67c9b64b5f588e756adc64eb1a3e26b (patch) | |
tree | 9f470cdf91eaf6cf7d90a49b220220a5d82a1739 /TAO/ChangeLogs/ChangeLog-02a | |
parent | 6e11b80b367b8f9fb4c06b6cbdd7b6f348931782 (diff) | |
download | ATCD-334371cff67c9b64b5f588e756adc64eb1a3e26b.tar.gz |
* tests/IDL_Test/constants.idl:
Dropped the last digit from the mantissa of a constant
double declaration equal to the IEEE max value for a
double. This max value has 16 decimal places, while the
generated output on many platforms has only 15, rounded
up. The problem arises with gcc 3.0, which outputs a
warning, since the rounded value is greater than the
allowed maximum. Thanks to Ossama Othman <ossama@doc.ece.uci.edu>
for pointing out the problem.
Diffstat (limited to 'TAO/ChangeLogs/ChangeLog-02a')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index b3abac2f67a..5e34d4cfdcf 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,16 @@ +Wed Aug 15 12:11:04 2001 Jeff Parsons <parsons@cs.wustl.edu> + + * tests/IDL_Test/constants.idl: + + Dropped the last digit from the mantissa of a constant + double declaration equal to the IEEE max value for a + double. This max value has 16 decimal places, while the + generated output on many platforms has only 15, rounded + up. The problem arises with gcc 3.0, which outputs a + warning, since the rounded value is greater than the + allowed maximum. Thanks to Ossama Othman <ossama@doc.ece.uci.edu> + for pointing out the problem. + Wed Aug 15 12:06:20 2001 Balachandran Natarajan <bala@cs.wustl.edu> * tao/GIOP_Message_State.cpp: |