[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-18 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-09-18 06:25 --- Subject: Bug 29060 Author: pault Date: Mon Sep 18 06:24:54 2006 New Revision: 117014 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117014 Log: 2006-09-18 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-18 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-09-18 06:46 --- Subject: Bug 29060 Author: pault Date: Mon Sep 18 06:46:36 2006 New Revision: 117015 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117015 Log: 2006-09-18 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-18 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-09-18 06:54 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-18 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-09-18 22:02 --- Subject: Bug 29060 Author: pault Date: Mon Sep 18 22:02:24 2006 New Revision: 117038 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117038 Log: 2006-09-18 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-17 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-09-17 11:40 --- Subject: Bug number PR29060 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00672.html --

[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-14 Thread paul dot richard dot thomas at cea dot fr
--- Comment #2 from paul dot richard dot thomas at cea dot fr 2006-09-14 08:45 --- Created an attachment (id=12265) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12265action=view) Patch to provide the shape of the SPREAD intrinsic + testcase (In reply to comment #1) Yes, it

[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-14 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-09-14 16:45 --- Have developed the above patch a tad and intend to submit tonight Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-13 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-09-13 20:11 --- Yes, it appears to be related to spread. If you comment out the spread() in the subroutine the compiles. Additionally, if you change x%position(:,1:2) to x%position(1:3,1:2), then the code compiles. So, it looks