[Bug fortran/26393] ICE with function returning variable lenght array

2006-03-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26393

[Bug fortran/26393] ICE with function returning variable lenght array

2006-03-06 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-03-07 00:06 --- Subject: Bug 26393 Author: pault Date: Tue Mar 7 00:06:37 2006 New Revision: 111796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111796 Log: 2006-03-07 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/26393] ICE with function returning variable lenght array

2006-03-01 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-03-01 23:24 --- Fixed on mainline. Patch ready for 4.1 to reopen. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26393] ICE with function returning variable lenght array

2006-03-01 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-03-01 22:24 --- Subject: Bug 26393 Author: pault Date: Wed Mar 1 22:24:19 2006 New Revision: 111616 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111616 Log: 2006-03-01 Paul Thomas <[EMAIL PROTECTED]> * iresolve.

[Bug fortran/26393] ICE with function returning variable lenght array

2006-02-27 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-02-27 23:30 --- Subject: Bug number PR26393 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-02/msg02025.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/26393] ICE with function returning variable lenght array

2006-02-27 Thread paul dot richard dot thomas at cea dot fr
--- Comment #3 from paul dot richard dot thomas at cea dot fr 2006-02-27 16:10 --- I have a fix that I will post tonight but it appears below anyway. Paul Index: gcc/fortran/trans-decl.c === --- gcc/fortran/trans-decl.c

[Bug fortran/26393] ICE with function returning variable lenght array

2006-02-21 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-21 12:58 --- Reduced testcase: MODULE MODULE_CONC INTEGER, SAVE :: anzKomponenten = 0 END MODULE MODULE_CONC MODULE MODULE_THERMOCALC INTERFACE FUNCTION solveCConver