This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jan 2008 06:23:08 -0000
- Subject: [Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147
- References: <bug-34820-109@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pault at gcc dot gnu dot org 2008-01-17 06:23 -------
Toon,
I do not have time to fix this in the next day or two but this is a work
around:
type(grid_index_region),intent(out)::iregion(:)
I'll bet that with dimension nproc that no descriptor is being built for
iregion.
Cheers
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34820