http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46339
--- Comment #14 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2010-11-16 05:42:26 UTC --- With ifort: $ ifort test2.f90 $ ./a.out ******************* myA = 1 a 2 b 3 c 4 d ------------------- ipn%i%j = 1 2 3 4 ipn = 1 2 3 4 main ptr = 1 2 3 4 myA%i%j = 1 2 3 4 sorb%i%j = 1 2 3 4 local_ptr= 1 2 3 4