------- Additional Comments From tobi at gcc dot gnu dot org  2005-03-14 20:34 
-------
Actually, this slightly modified valid testcase fails with the same error:
program test
!  implicit none
  real(8) :: x
  external bug

  x = 2
  print *, bug(x)
  
end program test




-- 


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

Reply via email to