http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46339

--- Comment #13 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2010-11-16 
03:45:17 UTC ---
Created attachment 22417
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22417
Test case example. what is the correct interpretation?

This attachment shows the point I am trying to describe.  I guess we could see
what other compilers do with this.  With my first patch in this pr, I get the
following results:

$ gfc test2.f90 
$ ./a.out 
 *******************
 myA      =           1 a           2 b           3 c           4 d
 -------------------
 ipn%i%j  =           1          97           2          98
 ipn      =           1          97           2          98
 main ptr =           1          97           2          98
 myA%i%j  =           1           2           3           4
 sorb%i%j =           1           2           3           4
 local_ptr=           1           2           3           4

The specific question is should main ptr give the same result as local_ptr?

Reply via email to