------- Comment #6 from paul dot richard dot thomas at cea dot fr 2006-04-10 14:35 ------- (In reply to comment #5) > (In reply to comment #4) > > A little further reduced: > Actually that is a different bug. > Anyways the reduced testcase looks like: > FUNCTION reallocate_hnv(p,n,LEN) > CHARACTER(LEN=LEN), DIMENSION(:), POINTER :: reallocate_hnv > ALLOCATE(reallocate_hnv(n)) > END FUNCTION reallocate_hnv
This no longer ICEs but does bomn out in runtime, as described in PR27096 Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25597