- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
module m
implicit none
type t(n)
integer, len :: n
integer :: i(n)
end type t
type(t(n=:)), allocatable :: foo
type foo(n)
integer, len :: n
integer :: i(n)
end type foo
end module m
Compiling with Intel(R) Visual Fortran Compiler 16.0 [Intel(R) 64]... m.f90 m.f90(12): error #6406: Conflicting attributes or multiple declaration of name. [FOO] fortcom: Fatal: There has been an internal compiler error (C0000005). compilation aborted for m.f90 (code 1)
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the report and nice reproducer. I submitted this to Development.
(Internal tracking id: DPD200377533)
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page