public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/58916] New: Allocation of a class(*) scalar with array source allowed
@ 2013-10-29 22:12 vladimir.fuka at gmail dot com
  2013-12-09 11:02 ` [Bug fortran/58916] Allocation of scalar with array source not rejected janus at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: vladimir.fuka at gmail dot com @ 2013-10-29 22:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58916
           Summary: Allocation of a class(*) scalar with array source
                    allowed
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vladimir.fuka at gmail dot com

class(*),allocatable :: a
 real b(1)
 allocate(a, source=b)
end

Does not cause any error.


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

end of thread, other threads:[~2013-12-11 14:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-29 22:12 [Bug fortran/58916] New: Allocation of a class(*) scalar with array source allowed vladimir.fuka at gmail dot com
2013-12-09 11:02 ` [Bug fortran/58916] Allocation of scalar with array source not rejected janus at gcc dot gnu.org
2013-12-09 11:13 ` janus at gcc dot gnu.org
2013-12-09 11:30 ` janus at gcc dot gnu.org
2013-12-09 12:38 ` [Bug fortran/58916] [F03] " janus at gcc dot gnu.org
2013-12-09 15:58 ` janus at gcc dot gnu.org
2013-12-09 15:59 ` janus at gcc dot gnu.org
2013-12-09 16:02 ` vladimir.fuka at gmail dot com
2013-12-11 14:02 ` janus at gcc dot gnu.org
2013-12-11 14:05 ` janus at gcc dot gnu.org

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).