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/28378] Intrinsic extensions should be deselectable via command line



------- 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


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