https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69385

--- Comment #6 from paul.richard.thomas at gmail dot com <paul.richard.thomas 
at gmail dot com> ---
Dear Janus,

It's good to hear from you.

As you will have seen, I have posted a fix for the first problem and
have another fix in the pipeline for the problem in comment #5.

I'll post them on the PR but cannot do any more than that until SUnday night.

Cheers

Paul

On 20 January 2016 at 22:32, janus at gcc dot gnu.org
<gcc-bugzi...@gcc.gnu.org> wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69385
>
> --- Comment #5 from janus at gcc dot gnu.org ---
> In fact I have hit the same ICE with a slightly different test case:
>
>
> program test
>
>   implicit none
>
>   type :: t
>     real, allocatable :: r(:)
>   end type
>
>   type(t) :: a
>
>   a%r = 0.
>
> end
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
> You are the assignee for the bug.

Reply via email to