[Bug fortran/43227] [fortran-dev Regression] ICE: segmentation fault in mio_expr

2010-04-16 Thread paul dot richard dot thomas at gmail dot com
--- Comment #2 from paul dot richard dot thomas at gmail dot com 2010-04-16 07:36 --- Subject: Re: [fortran-dev Regression] ICE: segmentation fault in mio_expr Janus, I am looking at this and PR42274; I will be in a hotel room the evenings of next week and hope to get

[Bug fortran/43227] [fortran-dev Regression] ICE: segmentation fault in mio_expr

2010-04-15 Thread janus at gcc dot gnu dot org
--- Comment #1 from janus at gcc dot gnu dot org 2010-04-15 21:30 --- Here is a reduced test case, which ICEs with the same backtrace: module m_string type t_string character, dimension(:), allocatable :: string contains procedure :: char = string_to_char end type