This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32620] dummy procedure problem
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jul 2007 03:49:04 -0000
- Subject: [Bug fortran/32620] dummy procedure problem
- References: <bug-32620-13225@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-07-04 03:49 -------
The main reason is that the interface for wrap is not known, and also g is
implicate(sp?) which means it is a real(4).
Actually it is the implicate(sp?) issue.
If I make what g is by doing:
external :: g
real(8) :: g
I don't get a crash.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32620