mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 00:21:03 +08:00
trans-stmt.c (gfc_trans_do): Fix a typo in comment.
2007-05-21 H.J. Lu <hongjiu.lu@intel.com> * trans-stmt.c (gfc_trans_do): Fix a typo in comment. From-SVN: r124911
This commit is contained in:
parent
ccd3cc0992
commit
76dac33966
@ -1,3 +1,7 @@
|
||||
2007-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* trans-stmt.c (gfc_trans_do): Fix a typo in comment.
|
||||
|
||||
2007-05-21 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/31867
|
||||
|
@ -818,8 +818,8 @@ gfc_trans_simple_do (gfc_code * code, stmtblock_t *pblock, tree dovar,
|
||||
body;
|
||||
cycle_label:
|
||||
dovar += step
|
||||
countm1--;
|
||||
if (countm1 ==0) goto exit_label;
|
||||
countm1--;
|
||||
}
|
||||
exit_label:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user