This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/24286] Unclassifiable statement when using pointer subroutine



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]