https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67817
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67817
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67817
--- Comment #1 from Gerhard Steinmetz
---
More examples analogous to z1.f90 :
$ cat z4.f90
program p
type t
complex :: a
end type
type(t) :: x6, x8
data x6 /t(.true.)/
data x8 /t('1')/
end
$ cat z5.f90
program p
type