This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/50550] New: does not recognize pointer variable at initialization (r178939)


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

             Bug #: 50550
           Summary: does not recognize pointer variable at initialization
                    (r178939)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zeccav@gmail.com


! does not recognize pointer variable at initialization (r178939) 
      pointer pi,pr,pl,pc,pcmplx
      integer   :: pi=>null()
      real      :: pr=>null()
      logical   :: pl=>null()
      character :: pc=>null()
      complex   :: pcmplx=>null()
      end


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]