Warnings: getdist (using gfortran 4.3)

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Satej Khedekar
Posts: 12
Joined: September 21 2006
Affiliation: TIFR
Contact:

Warnings: getdist (using gfortran 4.3)

Post by Satej Khedekar » November 19 2008

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?

Post Reply