Re: [PR fortran/89077, patch] - ICE using * as len specifier for character parameter

2019-02-04 Thread Steve Kargl
On Mon, Feb 04, 2019 at 09:55:39PM +0100, Harald Anlauf wrote: > > On 02/04/19 10:49, Paul Richard Thomas wrote: > > Hi Harald, > > > > After nearly 12 years, I have been found out! > > you cannot hide forever. > > > OK for trunk. Since it has been such a long time, I suggest that you > > limit

Re: [PR fortran/89077, patch] - ICE using * as len specifier for character parameter

2019-02-04 Thread Harald Anlauf
Hi Paul, On 02/04/19 10:49, Paul Richard Thomas wrote: > Hi Harald, > > After nearly 12 years, I have been found out! you cannot hide forever. > OK for trunk. Since it has been such a long time, I suggest that you > limit your backporting efforts to 8-branch and, at the most, 7-branch. Sure.

Re: [PR fortran/89077, patch] - ICE using * as len specifier for character parameter

2019-02-04 Thread Paul Richard Thomas
Hi Harald, After nearly 12 years, I have been found out! OK for trunk. Since it has been such a long time, I suggest that you limit your backporting efforts to 8-branch and, at the most, 7-branch. Will you attempt to tackle the other issues in the PR? Thanks Paul On Sun, 3 Feb 2019 at 21:04,

[PR fortran/89077, patch] - ICE using * as len specifier for character parameter

2019-02-03 Thread Harald Anlauf
The attached patch fixes an ICE-on-valid that probably goes back to rev.128130. Apparently the patch applied back then did not check this code path which resulted in a NULL pointer dereference. This is remedied by the new testcase base on comment #0 in this PR. The PR mentions another wrong-code