This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] patch PR fortran/20865
- 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: Thu, 28 Apr 2005 13:50:12 +0200
- Subject: Re: [gfortran] patch PR fortran/20865
- References: <4270C8F5.7000205@lcp.u-psud.fr>
François-Xavier Coudert wrote:
> Regtested on i386-linux. OK for mainline and 4.0?
Yes.
> call tt(st) ! { dg-error "Statement function .* is not allowed as an actual argument" }
I'm curious: do you check for .* instead of 'st' because of quoting?
- Tobi