This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran] Minor cleanup to trans-intrinsic.c
- 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: Wed, 18 May 2005 13:13:51 +0100
- Subject: Re: [gfortran] Minor cleanup to trans-intrinsic.c
- Organization: CodeSourcery
- References: <41C71EBE.7010908@physik.uni-muenchen.de> <200501220214.17880.paul@codesourcery.com> <420780B6.5040006@physik.uni-muenchen.de>
> 2006-02-07 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
>
> * f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_TRUNC
> and BUILT_IN_TRUNCF instead of BUILT_IN_FLOOR and BUILT_IN_FLOORF.
> * trans-intrinsic.c (build_fix_expr): Change 'op' argument
> to correct enum type.
> (gfc_conv_intrinsic_aint): Likewise. Clarify comment in front of
> function. Add default case to switch, deal with FIX_TRUNC_EXPR
> instead of FIX_FLOOR_EXPR.
Ok.
Paul