Re: [Patch][Fortran] Fix error cleanup of select rank (PR93522)

2020-04-02 Thread Paul Richard Thomas via Gcc-patches
Hi Tobias, I would say that if any patch were obvious, that one is :-) OK. Thanks Paul On Mon, 30 Mar 2020 at 09:16, Tobias Burnus wrote: > Early *ping*. > > Tobias > > On 3/27/20 11:06 AM, Tobias Burnus wrote: > > > Hi all, > > > > here, the reject_statement cleanup and the freeing of the >

**ping** Re: [Patch][Fortran] Fix error cleanup of select rank (PR93522)

2020-04-02 Thread Tobias Burnus
On 3/27/20 11:06 AM, Tobias Burnus wrote: Hi all, here, the reject_statement cleanup and the freeing of the namespace both remove the symbol. Solution: Remove it first, then clean the namespace – then the reject_statement has no (deleted) statement to cleanup. As select rank is new, that's agai

Re: [Patch][Fortran] Fix error cleanup of select rank (PR93522)

2020-03-30 Thread Tobias Burnus
Early *ping*. Tobias On 3/27/20 11:06 AM, Tobias Burnus wrote: Hi all, here, the reject_statement cleanup and the freeing of the namespace both remove the symbol. Solution: Remove it first, then clean the namespace – then the reject_statement has no (deleted) statement to cleanup. As select