public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/101514] New: ICE: out of memory allocating 18446744073709551600 bytes
@ 2021-07-19 17:26 gscfq@t-online.de
  2021-07-20  9:45 ` [Bug fortran/101514] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gscfq@t-online.de @ 2021-07-19 17:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101514

            Bug ID: 101514
           Summary: ICE: out of memory allocating 18446744073709551600
                    bytes
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Affects versions down to at least r5 :


$ cat z1.f90
program p
   type t
      integer :: a(..)
   end type
   type(t) :: x
   print *, transfer(1, x)
end


$ cat z2.f90
program p
   type t
      integer :: a(..)
   end type
   type(t) :: x
   b = transfer(1, x)
end


$ gfortran-12-20210718 -c z1.f90
z1.f90:3:22:

    3 |       integer :: a(..)
      |                      1
Error: Array component of structure at (1) must have an explicit shape

f951: out of memory allocating 18446744073709551600 bytes after a total of
618496 bytes

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

end of thread, other threads:[~2021-07-30 20:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 17:26 [Bug fortran/101514] New: ICE: out of memory allocating 18446744073709551600 bytes gscfq@t-online.de
2021-07-20  9:45 ` [Bug fortran/101514] " rguenth at gcc dot gnu.org
2021-07-20 18:28 ` anlauf at gcc dot gnu.org
2021-07-20 19:50 ` anlauf at gcc dot gnu.org
2021-07-21 16:54 ` cvs-commit at gcc dot gnu.org
2021-07-28 19:13 ` cvs-commit at gcc dot gnu.org
2021-07-30 20:13 ` cvs-commit at gcc dot gnu.org
2021-07-30 20:14 ` anlauf 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).