[Bug fortran/25597] [ICE] in fold_binary, at fold-const.c:7198

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Dec 29 18:13:00 GMT 2005



------- 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/bugzilla/show_bug.cgi?id=25597



More information about the Gcc-bugs mailing list