ICE "verify_gimple failed" with OpenMP

Andrew Benson abenson@obs.carnegiescience.edu
Tue Jun 23 03:24:00 GMT 2015


Here's a further reduced test case:

module spls
contains
  function spl()
    !$omp parallel
    write (0,*) igrt(fli)
    !$omp end parallel
  contains
    double precision function fli()
    end function fli
  end function spl
end module spls


-- 

* Andrew Benson: http://users.obs.carnegiescience.edu/abenson/contact.html

* Galacticus: http://sites.google.com/site/galacticusmodel



More information about the Fortran mailing list