https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628
--- Comment #7 from Arjen Markus <arjen.markus895 at gmail dot com> --- Hi Jerry, no, it does not - it should have printed all values in the array (matrix) that are not 1, the first one thousand elements and finally it should have printed "Done". The number it does print are the expected ones, but it is about the numbers and text it does not. Regards, Arjen 2014-06-29 23:27 GMT+02:00 jvdelisle at gcc dot gnu.org <gcc-bugzi...@gcc.gnu.org>: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 > > --- Comment #6 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- > I went to gfortran binaries and grabbed the mingw installer and installed it > on > my Win7 side. > > Compile the program, Un compressed the data file and ran it. > > C:\Users\jerry\prs\pr61628>gfortran pr61628.f90 > > C:\Users\jerry\prs\pr61628>a > 681 469 319389 > > It appears to work fine. This is with the gfortran 4.10 verrsion as of today. > > Maybe try removing gfortran and re-install with todays. > > -- > You are receiving this mail because: > You reported the bug.