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]

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


This is now PR 28416.
Cheers
Salvatore

Il mar, 2006-07-18 alle 07:45, Paul Thomas ha scritto:
> 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]