[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-04-11 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=26257

[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-04-10 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-04-11 04:40 --- Subject: Bug 26257 Author: pault Date: Tue Apr 11 04:40:33 2006 New Revision: 112848 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112848 Log: 2006-04-11 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-04-10 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-04-11 04:42 --- Sorry, I forgot about closing out this one on 4.1. Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-03-08 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-03-09 05:52 --- Subject: Bug 26257 Author: pault Date: Thu Mar 9 05:52:06 2006 New Revision: 111860 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=111860 Log: 2006-03-09 Paul Thomas [EMAIL PROTECTED] PR fortran/26257

[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-02-28 Thread paul dot richard dot thomas at cea dot fr
--- Comment #3 from paul dot richard dot thomas at cea dot fr 2006-02-28 16:00 --- Jos, You have made my day on two levels: First, your idea that the code is letting gfortran crash means that we are making real progress; ie. gfortran crashing is no longer its natural state! Second

[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-02-28 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-02-28 19:45 --- Subject: Bug number PR26257 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/msg02069.html --

[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-13 14:40 --- Confirmed, reduced testcase: module chtest contains function chararray2string(chararray) result(text) character(len=1), dimension(:) :: chararray ! input character(len=size(chararray)) :: text !

[Bug fortran/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-02-13 22:17 --- This is a module related problem; the same function works fine when internal. program TestStringTools character(len=50) :: txt character(len=1), dimension(50) :: chararr txt =