diff options
author | Richard Stallman <rms@gnu.org> | 1993-02-02 23:38:03 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-02-02 23:38:03 +0000 |
commit | a4d8855c2aa1f196d0f73a5a2328a00d22e2378e (patch) | |
tree | d051bfe358adcc8bff57b66234bb4b0d6123d5d7 /gcc/fold-const.c | |
parent | 5abb45f22e162d6cc77d4cbefdbde01e36517555 (diff) | |
download | gcc-a4d8855c2aa1f196d0f73a5a2328a00d22e2378e.zip gcc-a4d8855c2aa1f196d0f73a5a2328a00d22e2378e.tar.gz gcc-a4d8855c2aa1f196d0f73a5a2328a00d22e2378e.tar.bz2 |
Comment fixes.
From-SVN: r3416
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 9dfa6ae..6e683e2 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -115,7 +115,8 @@ decode (shorts, low, hi) by setting to 0 or 1 all the bits in the constant that don't belong in the type. Yield 1 if a signed overflow occurs, 0 otherwise. - If OVERFLOW is nonzero, a signed overflow has already occurred. */ + If OVERFLOW is nonzero, a signed overflow has already occurred + in calculating T, so propagate it. */ int force_fit_type (t, overflow) |