This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24286] Unclassifiable statement when using pointer subroutine
- 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: 9 Oct 2005 16:36:25 -0000
- Subject: [Bug fortran/24286] Unclassifiable statement when using pointer subroutine
- References: <bug-24286-11495@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-09 16:36 -------
addnode(head, thisnode, i)
You want:
call addnode(head, thisnode, i)
With that change we get more errors about the same thing.
Though I cannot reproduce your ICE though.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24286