[Bug fortran/18372] internal compiler error: in gfc_conv_descriptor_dtype, at fortran/trans-array.c:216

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Nov 8 13:20:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-08 13:18 -------
The first problem can be reduced to

========================================
subroutine FOO(P)
    character, pointer :: P(:)
    allocate (P(1))
end subroutine
========================================

which is a duplicate of PR17202.


-- 


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



More information about the Gcc-bugs mailing list