This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34784] implicit character(s) hides type of selected_int_kind intrinsic
- From: "dick dot hendrickson at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jan 2008 20:49:33 -0000
- Subject: [Bug fortran/34784] implicit character(s) hides type of selected_int_kind intrinsic
- References: <bug-34784-15620@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dick dot hendrickson at gmail dot com 2008-01-15 20:49 -------
Another example in executable code
MODULE s_TESTS
IMPLICIT CHARACTER (P)
CONTAINS
subroutine simple (u,j1)
optional :: j1
if (present (j1)) stop
end subroutine
END MODULE s_TESTS
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34784