Re: [PATCH] Fortran : Two further previously missed ICEs PR53298

2020-10-13 Thread Mark Eggleston
**ping** see https://gcc.gnu.org/pipermail/gcc-patches/2020-September/554034.html and https://gcc.gnu.org/pipermail/gcc-patches/2020-September/555072.html OK for master? On 14/09/2020 08:22, Mark Eggleston wrote: Second attempt this time with patch attached. For review. Fixes the two ICEs

Re: [PATCH] Fortran : Two further previously missed ICEs PR53298

2020-09-29 Thread Mark Eggleston
On 16/09/2020 08:02, Andre Vehreschild wrote: Hi Mark, a few remarks: [...] [PATCH] Fortran  : Two further previously missed ICEs PR53298 There were 3 ICEs with different call stacks in the comments of this PR.  A previous commit fixed only one of those ICEs. The ICEs fixed here are in tr

Re: [PATCH] Fortran : Two further previously missed ICEs PR53298

2020-09-16 Thread Andre Vehreschild
Hi Mark, a few remarks: [...] > [PATCH] Fortran  : Two further previously missed ICEs PR53298 > > There were 3 ICEs with different call stacks in the comments of this > PR.  A previous commit fixed only one of those ICEs. > > The ICEs fixed here are in trans-array.c and trans-expr.c. > > The