-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
The current version of flang (5.0) rejects this valid code
module example
type :: map
integer, pointer :: first => null()
end type
type :: parameter_list
type(map) :: params = map() ! this is entirely valid
end type
end modulewith this error
F90/x86-64 Linux Flang - 1.5 2017-05-01: compilation aborted
$ flang -c flang-bug-20170923b.f90
F90-F-0155-Empty structure constructor() - type map (flang-bug-20170923b.f90: 12)
This issue is related to the ECP ExaAM project.
Reactions are currently unavailable