[Bug fortran/25597] ICE with allocate on the return value of a function, character with a len of an argument

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jan 1 06:09:00 GMT 2006



------- 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




More information about the Gcc-bugs mailing list