HomeSort by: relevance | last modified time | path
    Searched defs:vla3 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
vla.f90 19 real, target, allocatable :: vla3 (:, :) variable in program:vla
55 allocate (vla3 (2,2)) ! vla2-deallocated
56 vla3(:,:) = 13
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
vla.f90 19 real, target, allocatable :: vla3 (:, :) variable in program:vla
55 allocate (vla3 (2,2)) ! vla2-deallocated
56 vla3(:,:) = 13

Completed in 27 milliseconds