This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18372] internal compiler error: in gfc_conv_descriptor_dtype, at fortran/trans-array.c:216
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2004 13:19:05 -0000
- Subject: [Bug fortran/18372] internal compiler error: in gfc_conv_descriptor_dtype, at fortran/trans-array.c:216
- References: <20041108095023.18372.sgg@ipp.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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