Re: Praise for Gfortran (finally)
Group: comp.lang.fortran · Group Profile · Search for runtime in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 20, 2008 12:58
... for 64-bit Windows at least used to be cross- compilers in that they ran under 32-bit mode, making it in principle possible to overrun compiler resources for a program that would not exceed runtime resources. One would hope that the code for most programs would fit in 2GB even integer x(10000000000) x=1 write(*,*) x(987654) end will compile in 32bit g95, but won't run. integer x(...
Show full article (1.17Kb) |