From 54c2d93172a41b34c6d74eff8d8ebf4484186bbd Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 7 Oct 2004 13:16:16 +0000 Subject: [PATCH] * trans-stmt.c: Fix a comment typo. From-SVN: r88685 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/trans-stmt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 60c8dba558a..8a2134fdd87 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2004-10-07 Kazu Hirata + + * trans-stmt.c: Fix a comment typo. + 2004-10-07 Paul Brook PR fortran/17678 diff --git a/gcc/fortran/trans-stmt.c b/gcc/fortran/trans-stmt.c index 58bb1a1df6c..501278aa909 100644 --- a/gcc/fortran/trans-stmt.c +++ b/gcc/fortran/trans-stmt.c @@ -485,7 +485,7 @@ gfc_trans_arithmetic_if (gfc_code * code) } -/* Translate the simple DO construct. This is where the loop varable has +/* Translate the simple DO construct. This is where the loop variable has integer type and step +-1. We can't use this in the general case because integer overflow and floating point errors could give incorrect results. -- 2.30.2