https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65381
Richard Biener changed:
What|Removed |Added
Target Milestone|7.4 |7.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65381
--- Comment #5 from G. Steinmetz ---
Further simplified, z3 without character :
$ cat z2.f90
module m
type t
end type
contains
pure function g(x) result(z)
class(t), intent(in) :: x(:)
character :: z(size(x))
end
fun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65381
G. Steinmetz changed:
What|Removed |Added
CC||gs...@t-online.de
--- Comment #4 from G.