[Bug fortran/69296] Problem with associate and vector subscript

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 15 21:31:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69296

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot gnu.org

--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
With:

gfortran version 5.3.1 20151231 (GCC)

$ ./a.out (edited for clarity)
 original shape:            2           3
 a(:,i(:,1)) ):  1         -10           3         -30           5         -50
 shape of ai:            2           3
 ai =            1         -10           3         -30           5         -50

I am in the middle of building latest trunk.

Will post results when I have it.


More information about the Gcc-bugs mailing list