[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-01-01 06:02 --- Confirmed as fixed so closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-29 Thread martin at mpa-garching dot mpg dot de
--- Comment #10 from martin at mpa-garching dot mpg dot de 2005-12-29 09:12 --- I just recompiled and everything works nicely again. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25532

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-28 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2005-12-29 06:18 --- Subject: Bug 25532 Author: pault Date: Thu Dec 29 06:18:23 2005 New Revision: 109139 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109139 Log: 2005-12-29 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-28 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2005-12-29 06:11 --- Subject: Bug 25532 Author: pault Date: Thu Dec 29 06:11:21 2005 New Revision: 109138 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109138 Log: 2005-12-29 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-28 Thread martin at mpa-garching dot mpg dot de
--- Comment #7 from martin at mpa-garching dot mpg dot de 2005-12-28 11:36 --- (In reply to comment #6) > I have just submitted a patch for this, which I intend to commit tomorrow > morning. Great, thanks! > Thank you for reporting the bug I hope that the inconvenience is outweighed b

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-28 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2005-12-28 11:18 --- I have just submitted a patch for this, which I intend to commit tomorrow morning. Thank you for reporting the bug I hope that the inconvenience is outweighed by gfortran handling derived types correctly. Paul --

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-26 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2005-12-27 05:53 --- There are three different, temporary work-arounds: (i) Remove all "use ModelParams" from the contained procedures; (ii) Add a "use ModelParams" to subroutine SetTimeSteps; or (iii) Change the order of the contained pr

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-26 Thread eedelman at gcc dot gnu dot org
--- Comment #4 from eedelman at gcc dot gnu dot org 2005-12-26 21:20 --- Here's a reduced testcase: module ModelParams implicit none type ReionizationParams real :: fraction end type ReionizationParams type CAMBparams t

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-23 Thread eedelman at gcc dot gnu dot org
--- Comment #3 from eedelman at gcc dot gnu dot org 2005-12-23 17:58 --- (In reply to comment #2) > So it seems the problem was introduced within the last 24 hours. To be a bit more precise: works with revision 108902, ICE:s with revision 108943. -- http://gcc.gnu.org/bugzilla/sho

[Bug fortran/25532] [gfortran, regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269

2005-12-22 Thread eedelman at gcc dot gnu dot org
--- Comment #2 from eedelman at gcc dot gnu dot org 2005-12-22 19:49 --- With GNU Fortran 95 (GCC) 4.2.0 20051221 it works (I get a lot of 'undefined reference' messages, but no ICE:s). But with 20051222 I get the same ICE message that Martin gets. So it seems the problem was introduc