https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77785
Anton Shterenlikht changed:
What|Removed |Added
CC||mexas at bristol dot ac.uk
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77785
--- Comment #5 from Gerhard Steinmetz
---
Related :
$ cat z4.f90
module m
type t
real, allocatable :: a(:)
end type
contains
subroutine s(x)
class(t) :: x[*]
allocate (x%a(2))
end
end
$ cat z5.f90
module m
t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77785
--- Comment #4 from Gerhard Steinmetz
---
Indeed, case from comment 0 is fixed now.
Still pending :
$ cat z2.f90
module m
type t
real, allocatable :: a
end type
contains
subroutine s(x)
class(t) :: x[*]
allocate (x%a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77785
vehre at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|WAITING
--- Comment #3 from ve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77785
vehre at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77785
Martin Liška changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNCO