This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] patch PR fortran/21177
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: François-Xavier Coudert <Francois-Xavier dot Coudert at lcp dot u-psud dot fr>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 Apr 2005 12:57:03 +0200
- Subject: Re: [gfortran] patch PR fortran/21177
- References: <426CA976.6010809@lcp.u-psud.fr>
François-Xavier Coudert wrote:
> When comparing actual arguments of a call to formal arguments of the
> different functions of the interface, we used to match EXPR_NULL to any type
> of argument. This is fine for NULL() but not for NULL(variable).
>
> Attached patch fixes this problem. Regtested on i386-linux. OK for 4.0 and
> mainline?
Yes.
- Tobi