This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36322] ICE with PROCEDURE using a complicated interface
- From: "burnus 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 Jun 2008 22:46:46 -0000
- Subject: [Bug fortran/36322] ICE with PROCEDURE using a complicated interface
- References: <bug-36322-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from burnus at gcc dot gnu dot org 2008-06-04 22:46 -------
The dump contains:
test ()
{
get_funloc (foo, .x);
What I find strange is:
a) That foo gets never defined
b) That .x is passed (string length?)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36322