public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50550] New: does not recognize pointer variable at initialization (r178939)
@ 2011-09-28  9:11 zeccav at gmail dot com
  2011-09-28 20:06 ` [Bug fortran/50550] " janus at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zeccav at gmail dot com @ 2011-09-28  9:11 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-10-07 12:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-28  9:11 [Bug fortran/50550] New: does not recognize pointer variable at initialization (r178939) zeccav at gmail dot com
2011-09-28 20:06 ` [Bug fortran/50550] " janus at gcc dot gnu.org
2013-06-22 15:22 ` dominiq at lps dot ens.fr
2013-06-23 12:45 ` janus at gcc dot gnu.org
2013-06-23 15:26 ` janus at gcc dot gnu.org
2020-10-07  7:47 ` markeggleston at gcc dot gnu.org
2020-10-07 12:03 ` zeccav at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).