This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA:] Fix g77.f-torture/compile/970915-0.f, -Os verify_local_live_at_startMMIX


Hans-Peter Nilsson wrote:

> Strange is that the fortran front-end decides to do complex
> computations differently depending on -Os.  Tweaking to
> consistently emit that same RTL as for -Os makes the bug
> apparent with other optimization levels.

Concious decision - the call to the complex divide routine in libf2c is
shorter than the inline expansion of the complex division.

-- 
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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]