This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/51081] [F03] Proc-pointer assignment: Rejects valid internal proc


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'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]