Hi Dominique,

Quite suddenly, I am seeing fault too. I don't know what has changed.

I'm on to it.

Thanks

Paul


On 15 November 2017 at 11:40, Dominique d'Humières <domi...@lps.ens.fr> wrote:
> Hi Paul,
>
> Your patch fixes the ICE and pass the tests. However I see
>
> At line 22 of file pr78990.f90
> Fortran runtime error: Attempting to allocate already allocated variable 
> ‘return_t1'
>
> for the original tests (with mold or source). This runtime error depends on 
> the options:
>
> % gfc pr78990.f90
> % a.out
> At line 22 of file pr78990.f90
> Fortran runtime error: Attempting to allocate already allocated variable 
> 'return_t1'
>
> Error termination. Backtrace:
> …
> % gfc pr78990.f90 -fno-backtrace
> % a.out
>            0           0           0
> % gfc pr78990.f90 -m32
> % a.out
>            0           0           0
> % gfc pr78990.f90 -O
> % a.out
>            0           0           0
>
> The problem seems related to the line
>
>   print*,v2%i
>
> Cheers,
>
> Dominique
>
>



-- 
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein

Reply via email to