[PATCH] fortran/66057 -- detect malformed GENERIC statement

Steve Kargl sgk@troutmask.apl.washington.edu
Mon May 18 23:25:00 GMT 2015


On Fri, May 15, 2015 at 10:37:24PM +0200, FX wrote:
> Does it also catch the other cases shown in the PR? Things like:
> 
>       generic :: 2
>       generic :: 2 =
>       generic :: 1 => x
>       generic :: ?
> 

Yes, the patch appears to catch those as well.

-- 
Steve



More information about the Gcc-patches mailing list