X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.fortran%2Fvla.f90;h=5bc608744b3ccc2d2c157f042c36a890f0fb6714;hb=669d0468399d8375f4d25289938a0c06d12e7f2e;hp=6a966354ecc45178ddc022a678e935bb6bfc2bf4;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.fortran/vla.f90 b/gdb/testsuite/gdb.fortran/vla.f90 index 6a966354ec..5bc608744b 100644 --- a/gdb/testsuite/gdb.fortran/vla.f90 +++ b/gdb/testsuite/gdb.fortran/vla.f90 @@ -1,4 +1,4 @@ -! Copyright 2015-2016 Free Software Foundation, Inc. +! Copyright 2015-2019 Free Software Foundation, Inc. ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ program vla real, target, allocatable :: vla3 (:, :) real, pointer :: pvla (:, :, :) logical :: l + nullify(pvla) allocate (vla1 (10,10,10)) ! vla1-init l = allocated(vla1)