http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51081

--- Comment #8 from janus at gcc dot gnu.org 2012-07-29 16:55:11 UTC ---
Related accepts-invalid problem with proc-pointer assignment to an internal
proc:

  implicit none
  procedure(real), pointer :: p
  p => scale
  print *,p(1.0,2)
end


/tmp/cc4EkFwV.o: In function `MAIN__':
test.f90:(.text+0xf): undefined reference to `_gfortran_specific__scale_4'

Reply via email to