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: 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.


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