This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR30034 and PR30237 - alternate returns in intrinsic procedures and pure procedure arguments
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 27 Dec 2006 11:41:31 -0800
- Subject: Re: [Patch, fortran] PR30034 and PR30237 - alternate returns in intrinsic procedures and pure procedure arguments
- References: <4592CAAB.6070006@wanadoo.fr>
On Wed, Dec 27, 2006 at 08:34:03PM +0100, Paul Thomas wrote:
> 2006-12-27 Paul Thomas <pault@gcc.gnu.org>
>
> PR fortran/30034
> * resolve.c (resolve_formal_arglist): Exclude the test for
> pointers and procedures for subroutine arguments as well as
> functions.
>
> PR fortran/30237
> * intrinsic.c (remove_nullargs): Do not pass up arguments with
> a label. If the actual has a label and the formal has a type,
> emit an error.
>
> 2006-12-27 Paul Thomas <pault@gcc.gnu.org>
>
> PR fortran/30034
> * gfortran.dg/pure_formal_proc_1.f90: New test.
Check the spelling in your comment.
>
> PR fortran/30237
> * gfortran.dg/intrinsic_actual_3.f90: New test.
OK.
--
Steve