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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
vla.f90 19 real, pointer :: pvla2 (:, :) variable in program:vla
21 nullify (pvla2)
36 pvla2 => vla2 ! pvla2-not-associated
37 l = associated(pvla2) ! pvla2-associated
39 pvla2(2, 1) = 42
41 pvla2 => null()
42 l = associated(pvla2) ! pvla2-set-to-nul
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
vla.f90 19 real, pointer :: pvla2 (:, :) variable in program:vla
21 nullify (pvla2)
36 pvla2 => vla2 ! pvla2-not-associated
37 l = associated(pvla2) ! pvla2-associated
39 pvla2(2, 1) = 42
41 pvla2 => null()
42 l = associated(pvla2) ! pvla2-set-to-nul
    [all...]

Completed in 50 milliseconds