This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Polyhedron Benchmark Tests - TEST_FPU.F90


Brooks Moses wrote:

Should we be concerned with the fact that different compilers produce
somewhat different values of the error, or is that to be expected from
the fact that the optimization results in different orderings of
operations (or, for that matter, that different compilers have different
random-number generators)?

Note that any Fortran program that contains statements like:


X = A + B + C

is not guaranteed (by the Standard) to have one and only one valid interpretation.

Hope this helps,

--
Toon Moene - e-mail: toon@moene.indiv.nluug.nl - phone: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
A maintainer of GNU Fortran 95: http://gcc.gnu.org/fortran/


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