Page 1 of 1

Warnings: getdist (using gfortran 4.3)

Posted: November 19 2008
by Satej Khedekar
I tried compiling getdist only using gfortran 4.3 and I got these warnings:

GetDist.f90:1788.53:

if (chain_exclude(ix) == chain_ix) goto 30
1
GetDist.f90:1912.15:

30 end do
2
Warning: Deleted feature: GOTO at (1) jumps to END of construct at (2)
GetDist.f90:1910.16:

goto 30
1
GetDist.f90:1912.15:

30 end do
2
Warning: Deleted feature: GOTO at (1) jumps to END of construct at (2)

Are these serious? Or do they occur because use of GOTO is not allowed in gfortran 4.3.
In any case do I need to worry about this at all?