This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Puzzle computing arrays
Jerry DeLisle ha scritto:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323
I suspected that the thing was reproducible in C...
The comment #109 is very illuminating. For the sake of completion, on
Cygwin with gfortran-4.3.1:
$ gfortran -march=athlon64 -msse -mfpmath=sse test_case.f90 -o test_case
$ ./test_case
0 0.0000000000000000 0.0000000000000000 0.0000000000000000
1 0.0000000000000000 0.0000000000000000 0.0000000000000000
2 0.0000000000000000 0.0000000000000000 0.0000000000000000
Thanks a lot,
Angelo.