[Bug fortran/24266] ICE when writing to array of strings that is an elements of a user defined type

2005-10-07 Thread yosef at phys dot utb dot edu
--- Comment #1 from yosef at phys dot utb dot edu 2005-10-07 21:36 --- This bug also seems to cause a segfault when writing to a standard array of strings. program main implicit none type ice character(len=80) :: mess(10) end type ice character(len=80) :: smess(10) type

[Bug fortran/24266] New: ICE when writing to array of strings that is an elements of a user defined type

2005-10-07 Thread yosef at phys dot utb dot edu
Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: yosef at phys dot utb dot edu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24266

[Bug fortran/16861] segfault with doubly used module

2005-04-18 Thread yosef at phys dot utb dot edu
--- Additional Comments From yosef at phys dot utb dot edu 2005-04-19 01:09 --- Hi, The patch seems to fix part of the problem (the simplified test code from comment 4 now compiles), but the original code that I submitted still causes gfortran to segfault. I simplified my original