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

2006-01-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-09 23:41 --- Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

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

2005-10-09 Thread denney at seas dot upenn dot edu
--- Comment #4 from denney at seas dot upenn dot edu 2005-10-09 17:00 --- Created an attachment (id=9946) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9946&action=view) Fixed version of code using call, nullify, etc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24286

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

2005-10-09 Thread denney at seas dot upenn dot edu
--- Comment #3 from denney at seas dot upenn dot edu 2005-10-09 16:59 --- With this fixed code, the initial test case now compiles correctly in the windows version. (It segfaults on running, but that's my coding problem, not a compiler problem. -- http://gcc.gnu.org/bugzilla/show_

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

2005-10-09 Thread pinskia 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/bugz

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

2005-10-09 Thread denney at seas dot upenn dot edu
--- Comment #1 from denney at seas dot upenn dot edu 2005-10-09 16:32 --- Created an attachment (id=9945) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9945&action=view) Initial test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24286