Re: [Patch, Fortran] PR49397 - Fix ICE with proc-pointers

2014-02-18 Thread Tobias Burnus
Hi Janus, Janus Weil wrote: your patch basically looks good to me. One minor nit about the trans-decl.c part: The comment above the code that you're changing ("Only used for ...") seems wrong after the change. Well, it also was kind of wrong before the change as well; I have changed it to:

Re: [Patch, Fortran] PR49397 - Fix ICE with proc-pointers

2014-02-18 Thread Janus Weil
Hi Tobias, > This patch fixes an ICE on valid error - and a missed diagnostic. > > Wording from the standard F2008, Corr2: > > C729 (R742) A shall be the name of a module or dummy > procedure, a specific intrinsic function listed in 13.6 and not marked with > a bullet ($\bullet$), a procedure poi

[Patch, Fortran] PR49397 - Fix ICE with proc-pointers

2014-02-18 Thread Tobias Burnus
This patch fixes an ICE on valid error - and a missed diagnostic. Wording from the standard F2008, Corr2: C729 (R742) A shall be the name of a module or dummy procedure, a specific intrinsic function listed in 13.6 and not marked with a bullet ($\bullet$), a procedure point, or a specific int