http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271
--- Comment #3 from janus at gcc dot gnu.org --- (In reply to mrestelli from comment #0) > With version B: > gfortran -fopenmp omp_test.f90 -o omp_test > omp_test.f90: In function ‘test’: > omp_test.f90:25:0: error: ‘pf’ not specified in enclosing parallel > omp_test.f90:23:0: error: enclosing parallel What is actually the problem here? That error message looks correct to me, doesn't it?