Changeset 1468 for branches/GNU/src/gcc/gcc/f/sta.c
- Timestamp:
- Sep 7, 2004, 4:15:28 AM (21 years ago)
- File:
-
- 1 edited
-
branches/GNU/src/gcc/gcc/f/sta.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/gcc/f/sta.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1467 r1468 339 339 not tried yet. */ 340 340 if (ffesta_current_possible_ 341 == (ffestaPossible_) &ffesta_possible_nonexecs_ )341 == (ffestaPossible_) &ffesta_possible_nonexecs_) 342 342 { 343 343 ffesta_current_possible_ = ffesta_possible_execs_.first; … … 383 383 if (possible->handler == NULL) 384 384 { 385 if (possible == (ffestaPossible_) &ffesta_possible_nonexecs_ )385 if (possible == (ffestaPossible_) &ffesta_possible_nonexecs_) 386 386 { 387 387 possible = first_exec = ffesta_possible_execs_.first; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
