This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran] Fix PR 19042
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>,patch <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 27 Dec 2004 12:24:55 +0000
- Subject: Re: [gfortran] Fix PR 19042
- Organization: CodeSourcery
- References: <41C1F955.5090904@physik.uni-muenchen.de>
> 2004-12-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
>
> PR fortran/19032
> * trans-intrinsic.c (gfc_conv_intrinsic_mod): Build FLOOR_MOD_EXPR
> for MODULO of integers. Move 'if (modulo)' conditional into switch.
Ok.
Do you also have a testcase?
Paul