------- Comment #1 from tkoenig at gcc dot gnu dot org 2007-06-10 18:09 ------- Two points:
- The scoping is correct (i is indeed the same variable) - i becomes undefined on exit of the implied do loop, so the code is illegal. http://groups.google.de/group/comp.lang.fortran/browse_thread/thread/a991e9f53d97f0ce/ca1b856d01bdbcf2?lnk=st&q=scoping+for+implied+do+loops&rnum=2# Resolving as invalid. -- tkoenig at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu dot | |org Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32257