[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-11-29 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2008-11-29 20:43 --- Subject: Bug 34820 Author: pault Date: Sat Nov 29 20:42:22 2008 New Revision: 142284 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=142284 Log: 2008-11-24 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-11-29 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2008-11-30 07:42 --- Fixed on trunk and 4.3 Thanks for the report Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-11-23 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2008-11-24 06:35 --- Subject: Bug 34820 Author: pault Date: Mon Nov 24 06:34:16 2008 New Revision: 142148 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=142148 Log: 2008-11-24 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-03-29 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2008-03-29 08:23 --- (In reply to comment #7) I have a regtested patch for this but cannot post it until Saturday, when I am back from vacation. Paul This has been delayed by the discovery of memory leaks in a number of the

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-02-19 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2008-02-19 12:09 --- I have a regtested patch for this but cannot post it until Saturday, when I am back from vacation. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-01-16 Thread toon at moene dot indiv dot nluug dot nl
--- Comment #1 from toon at moene dot indiv dot nluug dot nl 2008-01-16 21:47 --- Created an attachment (id=14952) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14952action=view) Tar file with sources to evoke problem The test case. --

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-01-16 Thread toon at moene dot indiv dot nluug dot nl
--- Comment #2 from toon at moene dot indiv dot nluug dot nl 2008-01-16 21:49 --- Does fail on x86-64-unknown-gnu-linux and OSX ppc (probably not relevant). -- toon at moene dot indiv dot nluug dot nl changed: What|Removed |Added

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-01-16 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2008-01-16 22:11 --- Reduced test case; works if one removes the INTENT(OUT). module grid_io type grid_index_region integer, allocatable::lons(:) end type grid_index_region contains subroutine

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-01-16 Thread toon at moene dot indiv dot nluug dot nl
--- Comment #4 from toon at moene dot indiv dot nluug dot nl 2008-01-16 22:19 --- Also wrong with Debian's 4.2.3 prerelease. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34820

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-01-16 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2008-01-17 06:12 --- with allocatable structure components, this likely is not a 'f95 only' bug (PR32834). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34820

[Bug fortran/34820] internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2008-01-16 Thread pault 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