Nullify pointers to avoid an undefined association status.
2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
gdb/testsuite/Changelog:
     * gdb.mi/vla.f90: Nullify pointer after declaration.
+2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
+
+       * gdb.mi/vla.f90: Nullify pointer after declaration.
+
 2016-03-01  Pedro Alves  <palves@redhat.com>
 
        * gdb.trace/ftrace-lock.c: Include <unistd.h>.
 
   real, target, allocatable :: vla2(:, :)
   real, pointer :: pvla2 (:, :)
   logical :: l
+  nullify (pvla2)
 
   allocate (vla1 (5))         ! vla1-not-allocated
   l = allocated(vla1)         ! vla1-allocated