[Bug fortran/43227] [fortran-dev Regression] ICE: segmentation fault in mio_expr
paul dot richard dot thomas at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Apr 16 07:37:00 GMT 2010
------- 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 fortran-dev ready to merge back
to trunk.
In the mean time, I have posted a patch for the other fortran-dev
regression, PR42353. I want to understand absolutely why it works and
then I will commit an "obvious" fix.
Cheers
Paul
On Thu, Apr 15, 2010 at 11:30 PM, janus at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- 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 t_string
>
> contains
>
> Â function string_to_char (s) result(res)
> Â Â class(t_string), intent(in) :: s
> Â Â character(len=size(s%string)) :: res
> Â end function string_to_char
>
> end module m_string
>
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43227
>
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43227
More information about the Gcc-bugs
mailing list