From a4d8855c2aa1f196d0f73a5a2328a00d22e2378e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 2 Feb 1993 23:38:03 +0000 Subject: [PATCH] Comment fixes. From-SVN: r3416 --- gcc/fold-const.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 9dfa6ae8228..6e683e2e201 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) -- 2.30.2