This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] Improve cst_int_power for integer types
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>,"gcc-patches at gcc dot gnu dot org Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 27 Dec 2004 13:55:35 +0000
- Subject: Re: [PATCH] Improve cst_int_power for integer types
- Organization: CodeSourcery
- References: <931316FB-5246-11D9-9FB0-000A95D692F4@physics.uc.edu>
On Monday 20 December 2004 05:18, Andrew Pinski wrote:
> * trans-expr.c (gfc_conv_cst_int_power): Only check for
> flag_unsafe_math_optimizations if we have a float type.
Ok.
Paul