This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: test for allocatable dummy argument-arrays (f95 extension)
- From: Tobias dot Schlueter at Physik dot Uni-Muenchen dot DE
- To: Uttam Pawar <uttamp at us dot ibm dot com>
- Cc: Fortran List <fortran at gcc dot gnu dot org>
- Date: Tue, 29 Nov 2005 19:58:26 +0100
- Subject: Re: test for allocatable dummy argument-arrays (f95 extension)
- References: <1133290285.17879.53.camel@linux.site>
Quoting Uttam Pawar <uttamp@us.ibm.com>:
> Following test fails to compile. This feature is part of f95 extension
> (ISO/IEC TR 15581 : 1998 (E))
>
> This is not supported yet in gfortran I presume? Should I file a PR?
There is one already: PR 20541.
- Tobi