[Bug fortran/25051] NULL doesn't get its argument type (rank)

2006-01-07 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-08 06:19 --- Oh, my example is just PR 20858. I think they are the same problem but I don't know for sure. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/25051] NULL doesn't get its argument type (rank)

2006-02-10 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2006-02-10 20:13 --- Fixed on 4.1 and trunk by the patch committed for pr 20858. troutmask:sgk[226] cat > ptr.f90 INTEGER, POINTER, DIMENSION(:,:) :: i INTEGER, POINTER, DIMENSION(:) :: a a=>NULL(i) END troutmask:sgk[227] gfc41 -c ptr.f9