This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/28378] Intrinsic extensions should be deselectable via command line
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2006 15:01:56 -0000
- Subject: [Bug fortran/28378] Intrinsic extensions should be deselectable via command line
- References: <bug-28378-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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