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]

can anyone check this code


Hi,

Following code compiles fine with gfortran which I believe is invalid
code.

$ cat do_4.f90

j = 0
loop:  do 100 i = 1, 2
    j = j + 1
100  continue
end program

Any thoughts?

- Uttam





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