aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2004-12-09 20:21:45 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2004-12-09 15:21:45 -0500
commit36cea8702321ef08783a85f0512c1cc7c30f8bb0 (patch)
tree662b63521d793505dc50246cbc6968f4698df99c /gcc/real.c
parentdc4d6ffa26ba4902c278fe0e11053ad4813a762c (diff)
downloadgcc-36cea8702321ef08783a85f0512c1cc7c30f8bb0.zip
gcc-36cea8702321ef08783a85f0512c1cc7c30f8bb0.tar.gz
gcc-36cea8702321ef08783a85f0512c1cc7c30f8bb0.tar.bz2
* real.c (ibm_extended): Correct comment.
From-SVN: r91964
Diffstat (limited to 'gcc/real.c')
-rw-r--r--gcc/real.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/real.c b/gcc/real.c
index 871fae7..ebd402a 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -3292,8 +3292,7 @@ const struct real_format ieee_extended_intel_96_round_53_format =
range as an IEEE double precision value, but effectively 106 bits of
significand precision. Infinity and NaN are represented by their IEEE
double precision value stored in the first number, the second number is
- ignored. Zeroes, Infinities, and NaNs are set in both doubles
- due to precedent. */
+ +0.0 or -0.0 for Infinity and don't-care for NaN. */
static void encode_ibm_extended (const struct real_format *fmt,
long *, const REAL_VALUE_TYPE *);