------- Comment #4 from pinskia at gcc dot gnu dot org  2006-01-01 06:09 -------
A little further reduced:
FUNCTION reallocate_hnv(p,n,LEN)
  CHARACTER(LEN=LEN),  POINTER :: reallocate_hnv
   ALLOCATE(reallocate_hnv)
END FUNCTION reallocate_hnv


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
OtherBugsDependingO|                            |19276
              nThis|                            |
            Summary|[ICE] in fold_binary, at    |ICE with allocate on the
                   |fold-const.c:7198           |return value of a function,
                   |                            |character with a len of an
                   |                            |argument


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25597


Reply via email to