This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [fortran, patch] pr31760, missing elemental applicability
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Daniel Franke" <franke dot daniel at gmail dot com>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 4 May 2007 17:58:46 +0200
- Subject: Re: [fortran, patch] pr31760, missing elemental applicability
- References: <200704292344.35129.franke.daniel@gmail.com>
2007-04-29 Daniel Franke <franke.daniel@gmail.com>
PR fortran/31760
* intrinsic.c (add_functions): Replaced calls to gfc_check_g77_math1
by gfc_check_fn_r to avoid checks for scalarity.
* check.c (gfc_check_besn): Removed check for scalarity.
(gfc_check_g77_math1): Removed.
* intrinsic.h (gfc_check_g77_math1): Removed.
OK if it regtested fine and you add a compile-time testcase, to see
that arrays arguments are indeed accepted.
Thanks for the patch!
FX