------- Comment #1 from kargl at gcc dot gnu dot org  2006-07-14 15:01 -------
AFAIK, there isn't a option to do what you want.  However,
this works.  It is even standard conforming so it's
future proof whnen you move to another compiler.

program gfcbug37
  external second
  a = second (1.0)
  print *, a
end program gfcbug37


-- 


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

Reply via email to