Re: [Patch, Fortran] PR 89601: [8/9 Regression] [PDT] ICE: Segmentation fault (in resolve_component)

2019-03-13 Thread Janus Weil
I have just committed the updated patch to trunk as r269658. If anyone thinks this should be backported to 8-branch, please let me know. Cheers, Janus Am Di., 12. März 2019 um 13:00 Uhr schrieb Janus Weil : > > Hi Steve, > > > > Technically the ICE is a regression, but since it happens on

Re: [Patch, Fortran] PR 89601: [8/9 Regression] [PDT] ICE: Segmentation fault (in resolve_component)

2019-03-12 Thread Janus Weil
Hi Steve, > > Technically the ICE is a regression, but since it happens on invalid > > code only, backporting is not essential IMHO (but might still be > > useful). Ok for trunk? And 8-branch? > > Looks good to me with a minor suggestion. See below. thanks for the comments. Updated patch

Re: [Patch, Fortran] PR 89601: [8/9 Regression] [PDT] ICE: Segmentation fault (in resolve_component)

2019-03-11 Thread Steve Kargl
On Mon, Mar 11, 2019 at 10:09:02PM +0100, Janus Weil wrote: > > Technically the ICE is a regression, but since it happens on invalid > code only, backporting is not essential IMHO (but might still be > useful). Ok for trunk? And 8-branch? Looks good to me with a minor suggestion. See below. You

[Patch, Fortran] PR 89601: [8/9 Regression] [PDT] ICE: Segmentation fault (in resolve_component)

2019-03-11 Thread Janus Weil
Hi all, the attached patch fixes an ICE-on-invalid problem with parametrized derived types, more precisely a PDT without any parameters, and regtests cleanly x86_64-linux-gnu. For the relevant standard quote, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89601#c4. Technically the ICE is a