This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ICE on PR20541 - allocatable components of derived types (TR15581)


Salvatore,

Here is a reduced version of your first example:

subroutine foo(v_out)
 integer, allocatable :: v_out(:)
 call bar(v_out)
end subroutine foo


Paul



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]