Re: [PATCH] PR fortran/85796 - Floating point exception with implied do

2020-11-25 Thread Tobias Burnus
On 23.11.20 22:18, Harald Anlauf wrote: The patch below is based on a previous version by Steve. The present version fixes an additional copy&paste error. Needless to say that it (still!) regtests cleanly on x86_64-pc-linux-gnu. OK for master? As it appears safe, OK for backport to at least 1

[PATCH] PR fortran/85796 - Floating point exception with implied do

2020-11-23 Thread Harald Anlauf
The patch below is based on a previous version by Steve. The present version fixes an additional copy&paste error. Needless to say that it (still!) regtests cleanly on x86_64-pc-linux-gnu. OK for master? As it appears safe, OK for backport to at least 10-branch? Thanks, Harald PR fortran/8579