Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ifort allocation LOOP

vzecca
Beginner
254 Views

! ifort   allocation LOOP
type t
character :: c = t()
end type
end

This code is wrong but ifort is entering an indefinite loop.

Can anybody look into it?

0 Kudos
0 Replies
Reply