[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-03-18 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2007-03-18 15:01 --- Subject: Bug 30531 Author: pault Date: Sun Mar 18 15:00:55 2007 New Revision: 123037 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123037 Log: 2007-03-18 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-03-10 Thread patchapp at dberlin dot org
--- Comment #10 from patchapp at dberlin dot org 2007-03-10 12:55 --- Subject: Bug number PR30531 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/2007-03/msg00602.html -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-03-08 Thread paulthomas2 at wanadoo dot fr
--- Comment #9 from paulthomas2 at wanadoo dot fr 2007-03-08 18:12 --- Subject: Re: allocatable component and intent(out) yield ICE in fold_convert Daniel, > --- Comment #8 from dfranke at gcc dot gnu dot org 2007-03-08 16:36 > --- > Paul, could you have a look at PR31086? I

[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-03-08 Thread dfranke at gcc dot gnu dot org
--- Comment #8 from dfranke at gcc dot gnu dot org 2007-03-08 16:36 --- Paul, could you have a look at PR31086? I just filed it before I had a look here. It may be a dupe, but if so, with a different testcase ... -- dfranke at gcc dot gnu dot org changed: What|Removed

[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-02-22 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-02-22 20:36 --- (In reply to comment #6) > Created an attachment (id=12987) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12987&action=view) [edit] > This fixes the PR > > This is just now regtesting - I am pretty sure that it

[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-01-31 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-01-31 14:18 --- Created an attachment (id=12987) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12987&action=view) This fixes the PR This is just now regtesting - I am pretty sure that it is OK. It will take a day or two to fee

[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-01-31 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-01-31 09:26 --- Dear All, This is yet another derived type association problem in trans-types.c(gfc_get_derived_type). If you insert a "use foo_type_mod" in module foo_mod, the problem goes away. I believe the INTENT(OUT) changes th

[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-01-22 Thread sfilippone at uniroma2 dot it
--- Comment #4 from sfilippone at uniroma2 dot it 2007-01-22 14:43 --- (In reply to comment #3) > Slightly reduced testcase below. It's all about allocatable components and > intent(out). Remove one or the other, and it's gone. Adding Erik Edeelman and > Paul Thomas (although he does not

[Bug fortran/30531] allocatable component and intent(out) yield ICE in fold_convert

2007-01-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-01-22 10:16 --- Slightly reduced testcase below. It's all about allocatable components and intent(out). Remove one or the other, and it's gone. Adding Erik Edeelman and Paul Thomas (although he does not have time now) to the CC l