http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58224

            Bug ID: 58224
           Summary: -fcheck=pointer should detect that an unallocated
                    allocatable data-target is forbidden
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zeccav at gmail dot com

! gfortran -fcheck=pointer should detect at run time that
! an unallocated allocatable data-target is forbidden 
! in a data pointer assignment 
      real, allocatable, target :: qq
      pointer q
      q => qq
      end

Reply via email to