New update to optabs.c for optimizing C op R expressions.

Toon Moene toon@moene.indiv.nluug.nl
Wed Jul 3 14:50:00 GMT 2002


Richard Henderson wrote:

> On Wed, Jul 03, 2002 at 08:31:49PM +0200, Toon Moene wrote:

> > If it generates 4 multiplies just compiling it with -O2 and 2 with -O2
> > -ffast-math, I've goofed.
> 
> $ ./f771 -quiet -O2 z.f -o - | grep fmul | wc -l
>       4
> $ ./f771 -quiet -O2 -ffast-math z.f -o - | grep fmul | wc -l
>       2

Thanks - I'll drop my request for approval and work on the next one
(which failed - perhaps for different reasons - with the current trunk).

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)



More information about the Gcc-patches mailing list