--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-29 18:21 ---
Confirmed, not a regression.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-29 18:13 ---
Reduced testcase:
FUNCTION reallocate_hnv(p,n,LEN)
CHARACTER(LEN=LEN), DIMENSION(:), POINTER :: reallocate_hnv
ALLOCATE(reallocate_hnv(n),stat=ierr)
END FUNCTION reallocate_hnv
--
http://gcc.gnu.org/
--- Comment #1 from krange at lhup dot edu 2005-12-29 18:02 ---
Created an attachment (id=10565)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10565&action=view)
self contained (but probably not minimal) source that triggers ICE
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2