[Bug fortran/82622] [PDT] ICE in structure_alloc_comps, at fortran/trans-array.c:8963
gscfq@t-online.de
gcc-bugzilla@gcc.gnu.org
Thu Oct 19 16:20:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82622
G. Steinmetz <gscfq@t-online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |82173
--- Comment #1 from G. Steinmetz <gscfq@t-online.de> ---
A simplified version without allocatables :
$ cat z2.f90
program p
type t(a)
integer, len :: a
end type
type t2(b)
integer, len :: b
type(t(1)) :: r(b)
end type
type(t2(3)) :: x
print *, x
end
$ gfortran-8-20171015 -c z2.f90
virtual memory exhausted: Cannot allocate memory
# relevant system limits set to "unlimited"
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82173
[Bug 82173] [meta-bug] Parameterized derived type errors
More information about the Gcc-bugs
mailing list